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

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

open-src

  • Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫

    Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 }

    標簽: s3c2440 driver Linux dev-C

    上傳時間: 2014-01-01

    上傳用戶:qlpqlq

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    標簽: integer-only embeddable libvorbisi provides

    上傳時間: 2013-12-25

    上傳用戶:lindor

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    標簽: integer-only embeddable libvorbisi provides

    上傳時間: 2016-01-21

    上傳用戶:gengxiaochao

  • AES for BCB5/6 控件 安裝: 1)展開XAES.ZIP 2)啟動C++ Builder

    AES for BCB5/6 控件 安裝: 1)展開XAES.ZIP 2)啟動C++ Builder,菜單: File --> Open Project -->(定位到你展開的目錄)--> 根據你的編譯器版本,找到Release下對應的XAes_CB5.bpk或者XAes_CB6.bpk,打開! 3)選擇Compile,編譯完成后點擊“Install”,Aes控件將安裝到控件板的Netsys頁上。

    標簽: Builder XAES AES for

    上傳時間: 2014-01-15

    上傳用戶:hxy200501

  • To date tests are still the best solution mankind has found to deliver working software. This book

    To date tests are still the best solution mankind has found to deliver working software. This book is the sum of four years of research and practice in the testing field. The practice comes from my IT consulting background, first at Octo Technology and then at Pivolis the research comes from my involvement with open source development at night and on weekends.

    標簽: solution software mankind deliver

    上傳時間: 2014-01-11

    上傳用戶:sclyutian

  • GIS系統支持庫Geospatial Data Abstraction Library代碼.GDAL is a translator library for raster geospatial dat

    GIS系統支持庫Geospatial Data Abstraction Library代碼.GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial

    標簽: Abstraction Geospatial geospatial translator

    上傳時間: 2014-01-01

    上傳用戶:sclyutian

  • cscope 一個emacs(類似vi的編輯器)插件

    cscope 一個emacs(類似vi的編輯器)插件,附帶源碼,下載后,把文件名改稱cscope.src.tar.bz2,然后再解壓縮。這里不支持bz2

    標簽: cscope emacs 編輯器 插件

    上傳時間: 2014-02-04

    上傳用戶:agent

  • //構造具有指定的標簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V

    //構造具有指定的標簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個字體及顏色的菜單 help = new Menu("幫助(H)") //構造具有指定的標簽的菜單項 news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")

    標簽: Menu new compile files

    上傳時間: 2016-02-27

    上傳用戶:小儒尼尼奧

  • 一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統

    一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統,模擬文件管理的工作過程。從而對各種文件操作命令的實質內容和執行過程有比較深入的了解。 2、要求設計一個 n個用戶的文件系統,每次用戶可保存m個文件,用戶在一次運行中只能打開一個文件,對文件必須設置保護措施,且至少有Create、delete、open、close、read、write等命令。

    標簽: 高級語言 編寫 文件系統 調試

    上傳時間: 2014-10-10

    上傳用戶:fredguo

  • 吐血上傳

    吐血上傳,這可是全球著名IT公司ILog的APS高級排產優化引擎,就連SAP、Oracle等ERP中的物料需求計劃與生產計劃算法都來源于ILog。我研究了好久,中間的性線求解算法可真謂難呀。其中tutorialcndlg.htm是幫助文件,src下是源代碼。希望版主能給我幾千分,我也想參考一下這里的幾個系統。下面還會有銷售性線預測系統與運輸車輛優化系統。

    標簽:

    上傳時間: 2013-12-17

    上傳用戶:569342831

主站蜘蛛池模板: 积石山| 兴隆县| 白山市| 白山市| 大兴区| 昔阳县| 丰台区| 苍梧县| 大冶市| 惠来县| 房产| 临海市| 八宿县| 涞水县| 老河口市| 光山县| 磴口县| 鸡泽县| 永平县| 嵩明县| 句容市| 丰原市| 股票| 绵竹市| 晋州市| 古蔺县| 宣汉县| 饶河县| 邯郸县| 弥渡县| 巍山| 南川市| 灯塔市| 仁化县| 楚雄市| 比如县| 来安县| 右玉县| 苍南县| 乌鲁木齐市| 于都县|