some easy projects in java, can teach you basic project design method in java.
標簽: java projects project design
上傳時間: 2013-12-15
上傳用戶:yangbo69
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
標簽: method Windowed-Burg Previously the
上傳時間: 2013-12-22
上傳用戶:familiarsmile
"TCP/IP + Ethernet network equipment design method" sample program
標簽: equipment Ethernet network program
上傳時間: 2014-01-19
上傳用戶:wangdean1101
For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations. heuristics: Simulated annealing. Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations. heuristics: based on Simulated Annealing. Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.
標簽: the representation incomplete methods
上傳時間: 2015-05-05
上傳用戶:1159797854
國外計算機科學教材系列 numerial method using matlab (third edition)
標簽: numerial edition method matlab
上傳時間: 2013-12-23
上傳用戶:aix008
A Primer for the Monte Carlo method.rar
上傳時間: 2014-11-22
上傳用戶:龍飛艇
java 100例子 import javax.swing.JOptionPane //調用method class c { //定義名字 public static void main(String[] args) { //開始method JOptionPane.showMessageDialog( null, "錯誤" ) //顯示一條信息 System.exit(0) // 結束程序 } //結束method } //結束class
標簽: JOptionPane import method public
上傳時間: 2015-05-18
上傳用戶:gengxiaochao
gauss.c - gaussian random numbers, using the Ziggurat method
標簽: Ziggurat gaussian numbers random
上傳時間: 2013-12-06
上傳用戶:wyc199288
a method of ofdm simulation using matlab
標簽: simulation method matlab using
上傳時間: 2015-06-22
上傳用戶:agent
This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.
標簽: block-oriented application developing describes
上傳時間: 2015-07-07
上傳用戶:kelimu