资源列表
onesamilc++
- 实现简单的源文件字数关键字数量的统计的一个源代码-achieve simple word keyword source of the statistics of the number of a source code
pid-pmdc
- this a PID controller for a permanent magnet dc motor-this is a PID controller for a permanent magnet dc motor
ED
- GAMS economic dispatch with uncertainty and multiple scenarios
ceyingbizhijing
- 对原始图像进行中值滤波、二值化、边缘提取、拟合处理进行硬币直径的测量-The original image is filtered by median value, two value, edge extraction and fitting to measure the diameter of the coin
ds18b20
- 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }-How
read
- opencv2.3.2环境下的视频读取和保存-read opencv2.3.2 environment of video and save
GPIO-configuration
- STM32的输入输出管脚有下面8种(4输入+2输出+2复用输出)可能的配置.-STM32 of input and output pins of the following eight kinds of multiplexed output the input+2 output+2 (4) of the possible configurations.
PluralCalculator
- 复数计算器,实现复数的+、-、*、+=、-=、*=等功能,并含有测试功能-Complex calculator, plural+,-,*,+ =,- =,* = and other functions, and contains test function
npg
- game theory on cooprative communications game theory on cooprative communications game theory on cooprative communications -game theory on cooprative communications game theory on cooprative communications game theory on cooprative communications gam
jiudian
- 酒店点餐系统,进行餐厅的点餐功能以及结账功能-Hotel ordering system for the restaurant meal functions and billing functions
Scaling
- plc program for scaling of analog value in s72-plc program for scaling of analog value in s7200
抽象数据类型实现
- 二叉树抽象数据类型的实现 问题说明:数据结构来实现二叉树具体函数功能的实现; 以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.