-
ADC7192源码驱动
ADC7192嵌入式源码驱动程序,通用7190,直接驱动,单片机嵌入式程序代码void AD7192Initialization()
{
AD7192SoftwareReset();
AD7192InternalZeroScaleCalibration();
AD7192InternalFullScaleCalibration();
}
void AD7192SoftwareReset()
{
unsigned char WriteBuf[1];
unsigned char ReadBuf[1];
unsigned char i;
ADuC7026OutputBit(CS,0);
WriteBuf[0] = 0xFF;
for(i=0; i
- 2022-02-09 11:48:52下载
- 积分:1
-
LCDLM35D
本设计是以单片机为控制核心,通过液晶实时显示时钟,并通过LM35D传感器测量温度,将温度值实时显示在液晶上。(The design is based on microcontroller core, real-time via the LCD display clock, and through LM35D sensors measure temperature, the temperature values displayed in real time on the LCD.)
- 2013-07-22 11:56:54下载
- 积分:1
-
edge
图像边沿提取,程序简单,适合图像处理初学者。(Image edge extraction, the procedure is simple, suitable for image processing for beginners.)
- 2013-08-26 10:53:07下载
- 积分:1
-
并查集
实现并查集这一功能,利用了C++语言进行,效率更高(realize bingchaji,I use c plus plus,which is better to use)
- 2018-03-20 22:41:10下载
- 积分:1
-
FBP
CT(computer tomography )图像重建算法,FBP,是目前商用CT的主流重建算法(computer tomography reconstruction algrithm)
- 2020-09-05 04:38:06下载
- 积分:1
-
soap-dispenser
File in ccs c compiler, simple electronic soap dispenser using infrared sensor.
- 2011-05-20 17:41:07下载
- 积分:1
-
examples-2
some examples to learn basic c++
- 2014-08-12 09:03:17下载
- 积分:1
-
os
说明: 模拟进程并发,能清楚的看到结果。在os可能会用到,对你可能有用。(Simulation process,Can clearly see the results. In the OS might need, to you may be useful.)
- 2011-12-19 20:20:36下载
- 积分:1
-
wcjvqk
控制蝴蝶飞翔,实现类似播放器效果,使用了ontime时钟器控制,图像绘制()
- 2017-09-17 14:36:49下载
- 积分:1
-
FreControlRand
是用蒙特卡洛算法 求解的正弦拟合曲线,
收敛于0.000000001;
还用到了伪随机数。 愿我们共同提高,一起进步!(Monte Carlo algorithm is the sine curve, converges to 0.000000001 also used the pseudo-random number. We would like to improve, with progress!)
- 2009-04-27 11:59:49下载
- 积分:1