资源列表
ds18b20
- ds18b20的功能描述,以及源码的下载,可以直接烧录stc52系列单片机-ds18b20
equ
- 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果
CAD-vba
- 提取多段线点,斌进行自动整理等。 提取多段线点,斌进行自动整理等。-Extracting polyline points, Bin automatic finishing. Extracting polyline points, Bin automatic finishing. Extracting polyline points, Bin automatic finishing.
sinout
- 结合MATLAB使用dsp builder编写正弦信号发生器,然后转换成VHDL语言-dsp builder
PLCWork
- 一台电脑上,没有实际的串口设备,只需要安装虚拟串口,再用这段小程序,就可以对电脑VBA程序进行调试了。 这段程序实际上是在一个专门的ExcelVBA文件模块里,模拟外设,与主程序ExcelVBA进行呼应。-A computer, there is no real serial device, only need to install a virtual serial port, and then this little program, you can debug a computer pr
aa
- 站点应执行业务帐款的体现: 1.1、本站受理业务: 按受理时间划分、按目的地、按付款方式、分汇总与详细、按业务执行状态、按业务执行人、按上交款时间(审核时间)、上交款人(审核人)、 -Site should implement the embodiment of business accounts: 1.1, site acceptance business: according to time received, broken down by destination, by pay
Work
- harris operator , used to detect harris corners
ee-
- 直接生成免杀,是最新的,在华中帝国上下载的,欢迎各位爱好者下载使用-Directly generate free to kill, is the latest in Central China Empire download, download welcome lovers
adcint
- 频率控制核心,很实用,频率计,测频的核心部件-Frequency control core, it is useful, the frequency of the core components
LED
- 程序编写,LED动态显示12345678 #include<reg52.h> #define uchar unsigned char #define uint unsigned int uchar code duma[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f, //共阴的数码管段选.将值送给P2口 0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x40,0x80,0x00}
filter
- 实现简单的滤波,一般用于按键的消抖,简单实用,直接调用就可以实现轻松地滤波。-Simple filtering, generally used debounced keys, simple and practical, direct calls can be achieved easily filtered.
chap3_1
- 热敏电阻和温度关系的最小二乘参数求解仿真程序 -Thermistor and temperature relationships for solving least squares parameter simulation program