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