本程序是用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)簽: ChenminDiskIDJoc window Disk JNI
上傳時(shí)間: 2016-08-05
上傳用戶:lijianyu172
本程序是用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)簽: ChenminDiskIDJoc window Disk JNI
上傳時(shí)間: 2014-01-21
上傳用戶:徐孺
用VB做QQ強(qiáng)制聊天器 用VB做QQ強(qiáng)制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強(qiáng)制聊天器..... 廢話不多說了``` 直接打開VB 新建一個(gè)EXE文件..新建一個(gè)Text和一個(gè)Command按紐 最后直接把代碼寫上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成試驗(yàn)下..我就不美化了..你們可以去美化下``` 看。。成功了
上傳時(shí)間: 2014-01-19
上傳用戶:日光微瀾
本程序是用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)簽: ChenminDiskIDJoc DiskID window JNI
上傳時(shí)間: 2013-12-23
上傳用戶:stewart·
89c51平臺(tái)實(shí)現(xiàn)4*4小鍵盤的掃描,需要的時(shí)候可以用#include包含進(jìn)去就可以用了
上傳時(shí)間: 2016-08-23
上傳用戶:wangdean1101
簡(jiǎn)單最短尋道跟電梯算法,用C++編譯 #include "stdio.h" #include "stdlib.h" #include <iostream.h>
上傳時(shí)間: 2016-08-23
上傳用戶:cc1015285075
The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo application projects. Once this is running the project can be modified to include your own source files. This way the correct files and compiler options will be automatically included in your application. + The Source directory contains the real time kernel source files for every port. The kernel itself is only 3 files. + The Demo directory contains the demo application source files for every port. + The TraceCon directory contains the trace visualisation exe file. See the readme files in the respective directories for further information.
標(biāo)簽: application download includes kernel
上傳時(shí)間: 2016-08-24
上傳用戶:zhyiroy
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
標(biāo)簽: functionality provide written employ
上傳時(shí)間: 2016-08-24
上傳用戶:小眼睛LSL
建立一個(gè)通訊錄的類note,該類中的屬性有以下幾項(xiàng):String name,phone,MobilePhone,zip,address,Email 分別表示:姓名,固定電話,手機(jī)號(hào),郵編,地址,電子郵件地址。方法有兩個(gè):Setnote()給屬性賦初值得函數(shù),方法show()顯示一條通訊記錄。 程序使用了ObjectInPutStream和ObjectOutPutStream這兩個(gè)文件輸入輸出流,利用這兩個(gè)文件輸入輸出流,可以方便的直接將通訊記錄對(duì)象直接寫入文件中,另外為了方便添加和刪除一條記錄還使用了系統(tǒng)的對(duì)象數(shù)組類Arraylist。同時(shí)也方便了查找操作。
上傳時(shí)間: 2013-12-22
上傳用戶:wangdean1101
Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags - Reads, creates, updates, and removes id3v1 tags - Extracts MPEG data such as bit rate, sample rate, channel mode, etc. - Calculates playing time of mp3 from mpeg information (no good w/VBR) - Can read and create Winamp styled playlists - Offers other utility classes such as MP3FileFilter and MP3Comparator - NullsoftID3GenreTable object keeps a list of genres for you and can automatically determine the id3v1 genre from an id3v2 string or the other way around
標(biāo)簽: and features creates updates
上傳時(shí)間: 2014-11-21
上傳用戶:qq521
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1