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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

內(nèi)聯(lián)(lián)匯編

  • 非常好的北大青鳥(niǎo)教材

    非常好的北大青鳥(niǎo)教材,這些可全是內(nèi)部資料啊,希望能給朋友們幫助

    標(biāo)簽: 教材

    上傳時(shí)間: 2015-12-27

    上傳用戶(hù):jackgao

  • 這個(gè)程式可以顯示 3~100 的 prime number

    這個(gè)程式可以顯示 3~100 的 prime number,很適合新手練習(xí)的範(fàn)例程式,附上源碼可以修改內(nèi)部細(xì)節(jié),多做驗(yàn)證。

    標(biāo)簽: number prime 100 程式

    上傳時(shí)間: 2015-12-31

    上傳用戶(hù):exxxds

  • GPRS_CHT技術(shù)文檔

    GPRS_CHT技術(shù)文檔,包括主要詳細(xì)介紹GPRS的通訊協(xié)定,內(nèi)容包括GPRS 所要提供的功能、系統(tǒng)架構(gòu)、 各個(gè)網(wǎng)路元件、各元件間定義的介面、計(jì)費(fèi)系統(tǒng)與GSM 演進(jìn)為GPRS 所採(cǎi) 行的方式。其中GPRS 介面部份,抽出來(lái)獨(dú)立成為GPRS_Interface 檔案

    標(biāo)簽: GPRS_CHT 文檔

    上傳時(shí)間: 2014-01-20

    上傳用戶(hù):huannan88

  • Stellaris Luminary Micro ARM 系列之 DK-LM3S815 多個(gè)學(xué)習(xí)範(fàn)例全都是基于 Keil 工程版的範(fàn)例, 並包含 LM3S Library Source Code ,

    Stellaris Luminary Micro ARM 系列之 DK-LM3S815 多個(gè)學(xué)習(xí)範(fàn)例全都是基于 Keil 工程版的範(fàn)例, 並包含 LM3S Library Source Code ,而範(fàn)例內(nèi)容列舉如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S815 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等...

    標(biāo)簽: Stellaris Luminary Library Source

    上傳時(shí)間: 2013-12-26

    上傳用戶(hù):haohaoxuexi

  • Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫(xiě)

    Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫(xiě),需要linux 2.4.18 kernel include,編譯完成後產(chǎn)生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 }

    標(biāo)簽: s3c2440 driver Linux dev-C

    上傳時(shí)間: 2014-01-01

    上傳用戶(hù):qlpqlq

  • 使用Flash提供的Web Service的能力

    使用Flash提供的Web Service的能力,利用這個(gè)能力與SOAP Server連接並做資料的存取。而這篇文章將以一個(gè)極簡(jiǎn)單的範(fàn)例來(lái)說(shuō)明如何透過(guò)Flash取得想要的資料。關(guān)於SOAP Server的製作請(qǐng)參考之前撰寫(xiě)的"Pyhon的SOAP Library"這篇文章,這篇文章有教大家如何使用python這個(gè)程式語(yǔ)言實(shí)作一個(gè)RPC Server,提供其他程式作遠(yuǎn)端呼叫。我提供RPC Server的製作,而我會(huì)使用python來(lái)架構(gòu)RPC Server,使用python內(nèi)建的函式庫(kù)來(lái)實(shí)作該Server。 需要工具; 1. Flash 8.0 2. Python 2.3 以上

    標(biāo)簽: Service Flash Web

    上傳時(shí)間: 2014-01-25

    上傳用戶(hù):cc1915

  • Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler)

    Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler),是Unix/Linux上一個(gè)用來(lái)生成編譯器的編譯器(編譯器代碼生成器)。yacc生成的編譯器主要是用C語(yǔ)言寫(xiě)成的語(yǔ)法解析器(Parser),需要與詞法解析器Lex一起使用,再把兩部份產(chǎn)生出來(lái)的C程序一併編譯。yacc本來(lái)只在Unix系統(tǒng)上才有,但現(xiàn)時(shí)已普遍移植往Windows及其他平臺(tái)。

    標(biāo)簽: Compiler Another Yacc yacc

    上傳時(shí)間: 2016-01-26

    上傳用戶(hù):希醬大魔王

  • OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope

    OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm. However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/projects/opensvm If you had any question, please mail to: cloudbyron@gmail.com

    標(biāo)簽: developped the workspace OpenSVM

    上傳時(shí)間: 2016-01-30

    上傳用戶(hù):asdfasdfd

  • FPGA入門(mén)資料

    FPGA入門(mén)資料,來(lái)源于臺(tái)灣一個(gè)部門(mén)的內(nèi)部培訓(xùn)資料

    標(biāo)簽: FPGA

    上傳時(shí)間: 2014-01-08

    上傳用戶(hù):frank1234

  • Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availabilit

    Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: double synchronous serial ports (I² C™ and SPI™ ) and double asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program memory make it ideal for instrumentation panels, TCP/IP enabled embedded applications as well as metering and industrial control and monitoring applications. While operating up to 40 MHz, it is also backward software and hardware compatible with the PIC18F8720.

    標(biāo)簽: connectivity applications availabilit nanoWatt

    上傳時(shí)間: 2016-02-04

    上傳用戶(hù):CHINA526

主站蜘蛛池模板: 凤台县| 黑龙江省| 斗六市| 阿坝| 宝坻区| 尚义县| 大余县| 乌拉特前旗| 建瓯市| 乌海市| 喀喇沁旗| 房产| 都昌县| 郁南县| 兴国县| 定州市| 青河县| 瓮安县| 勐海县| 绥化市| 治县。| 溆浦县| 广安市| 尉犁县| 浏阳市| 奉新县| 涟源市| 新邵县| 龙游县| 叙永县| 镇康县| 蕲春县| 灵璧县| 丰原市| 汝城县| 靖西县| 如东县| 定日县| 闻喜县| 三门峡市| 克东县|