用JAVA讀取硬盤序列號(hào) 將ChenminDiskIDJoc.jar 加入環(huán)境變量 這兩個(gè)文件放入window 文件夾 或者JDK的bin文件夾 或者你的應(yīng)用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號(hào) ChenminDiskIDTest.bat 將啟動(dòng)直接演示一個(gè)讀取硬盤序列號(hào)的測(cè)試 測(cè)試讀取硬盤序列號(hào)的源代碼在ChenminDiskIDTest.jar中
標(biāo)簽: ChenminDiskIDJoc DiskID window JAVA
上傳時(shí)間: 2016-04-09
上傳用戶:731140412
JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your private application. You can then include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J
標(biāo)簽: documented designing training Network
上傳時(shí)間: 2016-04-15
上傳用戶:zhanditian
jvm內(nèi)嵌的xml分析處理類,還包括string到xml間的相互轉(zhuǎn)換
上傳時(shí)間: 2014-12-05
上傳用戶:wangdean1101
Qpsk signal Processing Code The DSP code should be efficient and accurate to properly demodulate the incoming signal. The DSP can be coded strictly in “C” or C-language can be intermingled with assembly code.include Real Time Digital Signal Processor Code – Main.c file BER Test Code
標(biāo)簽: Processing demodulate efficient accurate
上傳時(shí)間: 2014-08-10
上傳用戶:dancnc
c++ how to program 里面詳細(xì)介紹了從第1章到第24章的代碼學(xué)習(xí)實(shí)例。是初學(xué)者很好的學(xué)習(xí)資料。 第1章 計(jì)算機(jī)、Internet和萬維網(wǎng)簡(jiǎn)介 第2章 C++編程入門 第3章 類和對(duì)象介紹 第4章 控制語句(第Ⅰ部分) 第5章 控制語句(第Ⅱ部分) 第6章 函數(shù)和遞歸入門 第7章 數(shù)組與CC+標(biāo)準(zhǔn)庫(kù)類模板vector 第8章 指針和基于指針的字符串 第9章 類的深入剖析(第Ⅰ部分) 第10章 類的深入剖析(第Ⅱ部分) 第11章 運(yùn)算符重載:字符串和數(shù)組對(duì)象 第12章 面向?qū)ο缶幊蹋豪^承 第13章 面向?qū)ο缶幊蹋憾鄳B(tài)性 第14章 模板 第15章 輸入/輸出流 第16章 異常處理 第17章 文件處理 第18章 String類和字符串流處理 第19章 Web編程 第20章 搜索和排序 第21章 數(shù)據(jù)結(jié)構(gòu) 第22章 位、字符、C字符串和結(jié)構(gòu)體 第23章 標(biāo)準(zhǔn)模板庫(kù) 第24章 其他主題
標(biāo)簽: Internet program how to
上傳時(shí)間: 2014-01-13
上傳用戶:yuzsu
/// /// /// ////1602驅(qū)動(dòng)函數(shù)////////////////////////////////////// ////////////////////////////////////////////////////////////// // 函數(shù)原型:print(ucahr *string) // 輸出字符串,超過16個(gè)字符時(shí)自動(dòng)移入第二行 // printone(uchar x,uchar y,ucahr Data) // 在指定的位置(x,y)輸出一個(gè)字符 // lcm_init(void) // 要調(diào)用本函數(shù)時(shí),必須在main()初始化階段調(diào)用 lcm_init() 初始化 1602
標(biāo)簽: 1602 驅(qū)動(dòng) 函數(shù)
上傳時(shí)間: 2014-12-07
上傳用戶:CHINA526
非常適合內(nèi)嵌式mp3播放,例如控制臺(tái)!注意看壓縮包里readme.doc 詳細(xì)過程,在ARM及MIPS下通過 新建一個(gè) wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實(shí)編譯時(shí)的 object/library modules 只要看 sourse 文件包含哪個(gè)dll,或lib 就行
標(biāo)簽: application windows readme simple
上傳時(shí)間: 2016-05-05
上傳用戶:ynsnjs
本程序是用JNI技術(shù)實(shí)現(xiàn)的讀取硬盤序列號(hào), 將ChenminDiskIDJoc.jar 加入環(huán)境變量 這兩個(gè)文件放入window 文件夾 或者JDK的bin文件夾 或者你的應(yīng)用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號(hào) ChenminDiskIDTest.bat 將啟動(dòng)直接演示一個(gè)讀取硬盤序列號(hào)的測(cè)試 測(cè)試讀取硬盤序列號(hào)的源代碼在ChenminDiskIDTest.jar中
標(biāo)簽: JNI 程序 技術(shù)實(shí)現(xiàn) 序列號(hào)
上傳時(shí)間: 2013-11-28
上傳用戶:561596
openh323_1.1.2.2.zip; 2. 把pwlib_1.52.zip 、openh323_1.1.2.2.zip分別展開到目錄e:\h323\source\pwlib及e:\h323\source\openh323下; 3. 啟動(dòng)MSVC6,Tools | Options | Directories,按如下順序到INCLUDE FILES 路徑里: e:\h323\source\PWLib\Include\PwLib\MSWIN e:\h323\source\PWLib\Include\PtLib\MSOS e:\h323\source\PWLib\Include e:\h323\source\OpenH323\Include
上傳時(shí)間: 2016-05-20
上傳用戶:海陸空653
一本關(guān)于stl的免費(fèi)電子書,包括容器,vector和string,關(guān)聯(lián)容器,迭代器,算法,仿函數(shù)等內(nèi)容。
上傳時(shí)間: 2013-12-22
上傳用戶:498732662
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1