资源列表
自适应算法1
- 数值算法的自适应算法,用java图形界面做的,可以动态显示自适应的全过程-numerical algorithm adaptive algorithm, using java to do the graphical interface, dynamically adaptive process
Program_for_socket
- 一个简单的Socket服务器程序 这个服务器程序只是简单的接受客户方传送的字符串,然后显示它们。 从一个简单的Socket客户机发送消息:-a simple socket server this procedure is a simple server client side of the transmission string and then display them. From a simple Socket client send messages :
HOPFIELD_ls
- 离散型hopfield源码-discrete source
DFT
- DFT算法实现,使用TC30实现,有绘图显示,DFT是数字型号处理的基础,是数字信号处理编程的入门程序
ppsk
- M=4的数字相位调制系统相位键控PSK的Monte Carlo仿真-M = 4 of the digital phase shift keying PSK modulation system phase of the Monte Carlo simulation
pulse
- pwm generator 8051 with frequency change option at p1
pengbw
- 此源码进行图片灰度值的处理,使图片更清晰,或者让其变成纯黑纯白-this code does the image gray level enhancement
wordCount
- C#实现的单词统计工具,可按字典顺序显示每个单词的个数-C# statistical tools to achieve the word, the dictionary can be displayed in the order number of each word
sqlite
- 交叉编译SQLITE的一些经验,嵌入式系统小型数据库的应用-Cross-compiling SQLite some experience, a small database of embedded systems applications
solvecpp
- 做图像处理时 一般会用到的多项式拟合 或者直接计算多项式-Polynomial fitting
cmbn
- A RUBY class for generating n-element combinatatorials of any m elements (indexed by [0,1,...m-1]): C(m, n)To test, first uncomment the test block. Then run:> ruby cmbn.rb 7 4 ==> C(7, 4)or> ruby cmbn.rb 7 ==> {C(7,0), C(7,1), ..., C(7,7)}
RPNCalculator
- Reverse Polish notation calculator