资源列表
33
- 用C++编写的用来测定一段文字各种标点符号的数量的源程序代码-Determination of a paragraph of text various punctuation quantities
LM35
- Arduino LM35 source
PWM
- c语言产生占空比可变的方波,用定时器做出来的。-c language variable duty cycle square wave
MA
- fortran scr ipt for moving average
DDAline-
- DDAline 画线程序,使用DDA方法绘制直线,是计算机图形学的基础程序-Line of DDAline painting process, the computer graphics program
wenlei
- 详细的介绍了经济分配学里面的层数,通过MATLAB的计算来确定哪一家公司中标-Detailed descr iption of the economic distribution layers inside school, through MATLAB calculation to determine which company won the bid
OKPIDCHAP1_6
- PID控制的具体实例程序,绝对可以运行,望大家采纳交流互相学习-Specific examples of PID control procedures can definitely run, we hope to learn from each other adoption exchange
calculatell
- DNA编码序列算法,很好用的,可以学习 -DNA sequence encoding algorithm, very good use, you can learn
堆栈实现十进制转二进制
- 用堆栈实现十进制转二进制的建议源代码。 用C语言编写。
mx7821
- 将D/A输出信号连接到A/D的输入,通过FPGA采样模块转换成数字信号。该模块由设计文件mx7821.v完成-The D/A output signal is connected to the input of the A/D, the FPGA module into a digital signal sample. The module is done by design documents mx7821.v
fen
- 分子动力学的c++平台模拟,可实现计算速度,位移等变量的作用-C++ platform for molecular dynamics simulations, enabling computing speed, variable displacement effect
2014053082053
- 程序1】 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 1.程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... 2.程序源代码: main() { long f1,f2 int i f1=f2=1