资源列表
3ciyangtiao
- 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
DRDoS
- CDrea的tOOLS,指定目标端口,指定TCP SERVER端口,以及指定TimeOut功能,修改了DRDOS Tool v0.2已知的bug。-CDrea the designated target ports, TCP Server designated ports, and the designation of TimeOut function, which amended the DRDOS Tool V0.2 known bug.
testcomm
- 自动设置PC和设备的通信,需要配合通信公约
nonmaxsup
- 极大值抑制与双阈值门限得到图像边缘: * nonmaxsup.m Code for performing non-maxima suppression for edge images.
Label进度条
- vb label也能做进度条演示, vb代码-vb label can also progress of the demonstration, vb code
F33x_PCA0_16Bit_PWM_Output
- 详细的叙述了f040的16位PWM软件设计思路-Detailed descr iption of the f040' s 16-bit PWM software design idea
C
- 一些大学时常用的比较多的实用简单程序,对刚刚接触C的学生相当有用-Some college more practical and simple procedure
76857455678
- VB控制Windows系统重启、关机、注销,有需要的就下载吧。-VB control Windows system restart, shutdown, log off, there is a need to download it.
xcc
- 该程序主要是模仿蚂蚁搬运食物过程的路径,从而去寻找一个最优解-The program is mainly imitate the path of the ants carrying food process, thus to find an optimal solution
panni
- 初学c++编的小游戏,大家一起分享,请多多指正-Beginner c++ Series of small game and we can work together to share, please correct me
b2s_transmitter
- b2s发送端, 默认发送32bit数据,数据宽度可更改-b2s sending end, the default send 32bit data, data width can be changed
lab1-Calculator
- 四则运算求值 求表达式的值的基本思想就是 后缀表达式求值以及如何实现 Knuth 将此概括为三个步骤: 对中缀表达式进行语法分析 中缀表达式到后缀表达式的转换 对后缀表达式求值 思路:首先利用栈A把四则运算的字符串从中序表达式转换成后序表达式;然后对后序表达式,如果是数字则保存到另一个栈B中,如果是运算符(+,-,*,/)就从栈B中依次获取栈顶两个操作数进行运算,运算结果再压栈B,如此反复,最终栈B中最后的值就是运算结果。-Cacluate t
