亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

open-src

  • The sfloppy sample is a super floppy driver that resides in the directory \NtddkSrcStoragesfloppy. I

    The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.

    標簽: NtddkSrcStoragesfloppy directory sfloppy resides

    上傳時間: 2015-12-04

    上傳用戶:84425894

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    標簽: files the software Welcome

    上傳時間: 2015-12-16

    上傳用戶:lixinxiang

  • mmsv1.2 文檔

    mmsv1.2 文檔,可以在open mobile alliance free download

    標簽: mmsv 1.2 文檔

    上傳時間: 2015-12-18

    上傳用戶:trepb001

  • 本程序是一個動態建立鏈表的程序 分為鏈表的建立

    本程序是一個動態建立鏈表的程序 分為鏈表的建立,打印,按照num大小順序添加節點和刪除這四個子函數。源碼程序在src和include文件夾里面,可執行程序是Linked_list_demo

    標簽: 程序 動態

    上傳時間: 2015-12-21

    上傳用戶:wpwpwlxwlx

  • MD5加密算法java代碼

    MD5加密算法java代碼,歡迎下載,歡迎open

    標簽: java MD5 加密算法 代碼

    上傳時間: 2013-12-01

    上傳用戶:qunquan

  • 一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能

    一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能,非常適合JSP的初學者。 編程環境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首頁文件模塊 add_new.jsp-----------------增加記錄模塊 modify.jsp------------------修改記錄模塊 del.jsp---------------------刪除記錄模塊 save.jsp--------------------保存記錄模塊 search.jsp------------------查找記錄模塊 in.jsp----------------------導入常用的類模塊 src\ConDb.java--------------連接數據庫的JavaBean 數據庫文件:TXL.mdb 安裝運行:解壓后放入Tomcat\webapps 配置數據源:控制面板--->數據源ODBC---->系統DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->數據源名稱:class---->選擇數據庫文件所在目錄 在瀏覽器下輸入:http://localhost:8080/txl

    標簽: 同學錄 修改

    上傳時間: 2015-12-23

    上傳用戶:zhangyi99104144

  • 對于單個控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.對于帶*.DPK文件的控件包,FILE-->OP

    對于單個控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.對于帶*.DPK文件的控件包,FILE-->OPEN(下拉列表框中選*.DPK)-->INSTALL即可。 3.對于帶*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。 4.如果以上INSTALL按鈕為失效的話,試試COMPILE按鈕。 5.是RUN TIME LIB則在OPTION下的PACKAGES下的RUNTIMEPACKES加之。 如果編譯時提示文件找不到的話,一般是控件的安裝目錄不在DELPHI的LIB目錄中, 有兩種方法可以解決: 1.反安裝的源文件拷入到DELPHI的LIB目錄下。 2.或者TOOLS-->ENVIRONMENT OPTIONS中把控件源代碼路徑加入到DELPHI的LIB目錄中即可。

    標簽: INSTALL gt COMPONENT COMPONET

    上傳時間: 2013-12-25

    上傳用戶:ljmwh2000

  • 新華龍單片機的ISP客戶端程序

    新華龍單片機的ISP客戶端程序,可通過JTAG在線刷新內部固件,這個壓縮包為SRC源代碼。

    標簽: ISP 單片機 程序

    上傳時間: 2014-12-03

    上傳用戶:zmy123

  • 學會對文件的記錄鎖定

    學會對文件的記錄鎖定,及解鎖。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 執行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out

    標簽: 記錄

    上傳時間: 2016-01-04

    上傳用戶:亞亞娟娟123

  • 一個比較好的44B0的啟動代碼. 工程目錄結構說明 --根目錄 -- bootloader.apj, ARM Project Manager工程文件 -- INC目錄, 頭文件 -

    一個比較好的44B0的啟動代碼. 工程目錄結構說明 --根目錄 -- bootloader.apj, ARM Project Manager工程文件 -- INC目錄, 頭文件 -- SRC目錄, 源文件 -- Debug目錄, debug版本的編譯和鏈接結果 -- Bin2C, 將Bin文件轉化為C代碼的數組的軟件 -- DOC, 相關文檔。

    標簽: bootloader Project Manager 44B0

    上傳時間: 2016-01-07

    上傳用戶:tedo811

主站蜘蛛池模板: 建湖县| 大宁县| 怀来县| 福州市| 安阳市| 商城县| 西林县| 武威市| 东城区| 深泽县| 新源县| 景东| 普宁市| 重庆市| 扶沟县| 无为县| 蓝田县| 龙川县| 嘉义县| 甘孜| 泸定县| 巴彦淖尔市| 永康市| 昭苏县| 长葛市| 长阳| 绵竹市| 台南县| 上饶县| 巴彦淖尔市| 岗巴县| 鄂温| 盐山县| 皮山县| 屏南县| 和顺县| 湟源县| 深州市| 崇义县| 彭阳县| 古田县|