本程序是用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í)間: 2013-11-29
上傳用戶:xsnjzljj
掃描PCI設(shè)備的演示程序,在DOS下的DJGPP下完成,對(duì)學(xué)習(xí)PCI的底層開發(fā)將有很大幫助,相關(guān)文章介紹請(qǐng)參考:http://hengch.blog.163.com/blog/static/10780067200822893345451/
上傳時(shí)間: 2017-03-04
上傳用戶:zhengjian
Advanced ASIC Chip Synthesis Using Synopsys Design Compiler. This second edition of this book describes the advanced concepts and techniques used towards ASIC chip synthesis, physical synthesis, formal verification and static timing analysis, using the Synopsys suite of tools.
標(biāo)簽: Synthesis Advanced Synopsys Compiler
上傳時(shí)間: 2017-04-04
上傳用戶:lanwei
These are matlab and simulink files to model the membrane crystallization system, including the matlab file to get the optimation point of this system, and 3 simulink files, which are static model and 2 dynamic models. There has PID control and feed forward control for the dynamic models.
標(biāo)簽: crystallization including the simulink
上傳時(shí)間: 2017-04-13
上傳用戶:ljt101007
本程序是用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í)間: 2017-04-22
上傳用戶:2525775
java面試筆試題大匯總 ~很全面 java面試筆試題大匯總 第一,談?wù)刦inal, finally, finalize的區(qū)別。 最常被問到。 第二,Anonymous Inner Class (匿名內(nèi)部類) 是否可以extends(繼承)其它類,是否可以implements(實(shí)現(xiàn))interface(接口)? 第三,static Nested Class 和 Inner Class的不同,說得越多越好(面試題有的很籠統(tǒng))。 第四,&和&&的區(qū)別。 這個(gè)問得很少。 第五,HashMap和Hashtable的區(qū)別。 常問。 第六,Collection 和 Collections的區(qū)別。 你千萬別說一個(gè)是單數(shù)一個(gè)是復(fù)數(shù)。 第七,什么時(shí)候用assert。 API級(jí)的技術(shù)人員有可能會(huì)問這個(gè)。 第八,GC是什么? 為什么要有GC? 基礎(chǔ)。 第九,String s = new String("xyz") 創(chuàng)建了幾個(gè)String Object? 第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少? 第十一,short s1 = 1 s1 = s1 + 1 有什么錯(cuò)? short s1 = 1 s1 += 1 有什么錯(cuò)? 面試題都是很變態(tài)的,要做好受虐的準(zhǔn)備。 第十二,sleep() 和 wait() 有什么區(qū)
上傳時(shí)間: 2017-05-20
上傳用戶:壞壞的華仔
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes
標(biāo)簽: Generate Possion between random
上傳時(shí)間: 2017-05-25
上傳用戶:bibirnovis
Java 程序編碼規(guī)范 所有的程序開發(fā)手冊(cè)都包含了各種規(guī)則。一些習(xí)慣自由程序人員可能對(duì)這些規(guī)則很不適應(yīng),但是在多個(gè)開發(fā)人員共同寫作的情況下,這些規(guī)則是必需的。這不僅僅是為了開發(fā)效率來考慮,而且也是為了后期維護(hù)考慮。 內(nèi)容: 命名慣例 、Java文件樣式 、代碼編寫格式 、程序編寫 、編程技巧 、Swing 、調(diào)試 、性能 、可移植性 1) 命名規(guī)范 定義這個(gè)規(guī)范的目的是讓項(xiàng)目中所有的文檔都看起來像一個(gè)人寫的,增加可讀性,減少項(xiàng)目組中因?yàn)閾Q人而帶來的損失。(這些規(guī)范并不是一定要絕對(duì)遵守,但是一定要讓程序有良好的可讀性) l Package名:Package名應(yīng)該都是由一個(gè)小寫單詞組成。 l Class名:Class名必須由大寫字母開頭而其他字母都小寫的單詞組成 l Class 變量名:變量名用一個(gè)小寫字母開頭。后面的單詞用大寫字母開頭。 l static Final 變量名:static Final 變量名應(yīng)該都大寫,并且指出完整含義。 l 參數(shù)名:參數(shù)的名字必須和變量的命名規(guī)范一致。 l 數(shù)組名:數(shù)組應(yīng)該總是用下面的方式來命名: byte[] buffer 而不是:byte buffer[] l 方法的參數(shù):使用有意義的參數(shù)命名,如果可能的話,使用和要賦值的字段一樣的名字:
上傳時(shí)間: 2013-11-28
上傳用戶:lxm
Java 程序編碼規(guī)范 所有的程序開發(fā)手冊(cè)都包含了各種規(guī)則。一些習(xí)慣自由程序人員可能對(duì)這些規(guī)則很不適應(yīng),但是在多個(gè)開發(fā)人員共同寫作的情況下,這些規(guī)則是必需的。這不僅僅是為了開發(fā)效率來考慮,而且也是為了后期維護(hù)考慮。 內(nèi)容: 命名慣例 、Java文件樣式 、代碼編寫格式 、程序編寫 、編程技巧 、Swing 、調(diào)試 、性能 、可移植性 1) 命名規(guī)范 定義這個(gè)規(guī)范的目的是讓項(xiàng)目中所有的文檔都看起來像一個(gè)人寫的,增加可讀性,減少項(xiàng)目組中因?yàn)閾Q人而帶來的損失。(這些規(guī)范并不是一定要絕對(duì)遵守,但是一定要讓程序有良好的可讀性) l Package名:Package名應(yīng)該都是由一個(gè)小寫單詞組成。 l Class名:Class名必須由大寫字母開頭而其他字母都小寫的單詞組成 l Class 變量名:變量名用一個(gè)小寫字母開頭。后面的單詞用大寫字母開頭。 l static Final 變量名:static Final 變量名應(yīng)該都大寫,并且指出完整含義。 l 參數(shù)名:參數(shù)的名字必須和變量的命名規(guī)范一致。 l 數(shù)組名:數(shù)組應(yīng)該總是用下面的方式來命名: byte[] buffer 而不是:byte buffer[] l 方法的參數(shù):使用有意義的參數(shù)命名,如果可能的話,使用和要賦值的字段一樣的名字:
上傳時(shí)間: 2017-05-31
上傳用戶:zxc23456789
program to solve a finite difference discretization of Helmholtz equation : (d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method. COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers Directives are used in this code to achieve paralleism. All do loops are parallized with default static scheduling.
標(biāo)簽: discretization difference Helmholtz equation
上傳時(shí)間: 2014-01-11
上傳用戶:bruce5996
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1