资源列表
SD_1
- 典型信号产生,正弦,周期以及高斯随机信号,连续和离散两种都有!
createpassword
- 在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 如果要提高写文件的效率,可以使用缓冲区,分批写入。 -In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is passwor
WesternDigitalTransfer
- 西文和数字转换函数,可将西文转化为数字。-Western and digital transfer function can be translated into Spanish figures.
a
- 流水调度算法,解决流水调度问题,加深对流水调度的理解-Flow scheduling algorithm to resolve the scheduling problem of water, deepen the understanding of water scheduling
3dgraphic
- 在SCILAB编程环境下,编一个长方体。X轴坐标从0到4,Y和Z分别是关于X的正弦和余弦函数。-Protract a cuboid in the environment of SCILAB.X-axis ranges from 0 to 4,Y-axis is a sine function about X,also Z is a cosine function about X.
Floyd
- Find shortest path using floyd-warshall algorithm . Floyd-Warshall Algorithm is a Algorithms source code in C++ programming language.
Serial
- Vxworks的串口程序,适合初学者使用-Vxworks serial program, suitable for beginners to use
exp5
- 可以输入任意二进制数,十进制数,八进制数,十六进制数,转化成其他进制数-Can enter any binary, decimal, octal numbers, hexadecimal number, binary number into the other
myaodv
- 一个NS2下ad hoc 网络仿真的脚本程序。适于需求简单的初学者或学生仿真-Ad hoc network under a NS2 simulation scr ipt. Suitable for beginners or students who simply demand simulation
new-arrey
- 应用Visual c++ 生成的动态数组,包括整型,浮点型等数组类型-Application of Visual c++ dynamic array generated, including integer, floating-point array type, etc.
TCP
- 这是个网络编程的封装,主要对TCP进行封装。用起来方便。-This is a package of network programming, encapsulation for TCP. It convenient to use.
tcp_Java_example
- java实现的tcp协议客户端和服务器实例代码-a tcp server and client example for java