-
MFCexp4_7
MFC 小型试验 画出圆角矩阵 线段等在选定的边界内移动鼠标(Small-scale test matrix to draw rounded MFC segments, etc. within the boundaries of the selected move the mouse)
- 2011-10-22 10:06:59下载
- 积分:1
-
高精度重力测量
数码管显示 串口控制 lcd1602 带继电器控制
//读取HX711
//****************************************************
unsigned long HX711_Read(void) //增益128
{
unsigned long count;
unsigned char i;
HX711_DOUT=1;
Delay__hx711_us();
HX711_SCK=0;
count=0;
EA = 1;
while(HX711_DOUT);
EA = 0;
for(i=0;i
- 2022-03-07 06:35:06下载
- 积分:1
-
点阵亮ilove u
通过单片机控制8*8点阵,动态扫描显示iloveuforever。(The 8*8 dot matrix is controlled by the single chip microcomputer, and the dynamic scan shows iloveuforever.)
- 2020-06-21 15:20:02下载
- 积分:1
-
ask
Amplitude Shift Keying Simulation
- 2011-09-10 15:44:06下载
- 积分:1
-
AT89C52aDS1302_clock_KEIL_C51
AT89C52和DS1302的电子钟KEIL(C51 clock)
- 2013-12-06 20:59:09下载
- 积分:1
-
在C#基础上结合数据库技术开发一个数据库系统,包括密码登录等。源代码开放,方便学习者学习,包括大多数c#控件的使用...
在C#基础上结合数据库技术开发一个数据库系统,包括密码登录等。源代码开放,方便学习者学习,包括大多数c#控件的使用-In the C# Based on the combination of database technology to develop a database system, including password and so on. Open source code to facilitate the learners to learn, including the majority of c# Controls the use of
- 2023-02-06 01:20:03下载
- 积分:1
-
VCtracking
用visual c++编写的飞机飞行模拟航迹,其中包括VC源代码和模拟飞行图。(Written with visual c++ simulation of aircraft flight tracks, including the VC source code and simulation of flight plans.)
- 2021-05-13 03:30:03下载
- 积分:1
-
zhong-dian-hua-yuan-fa
用中点画圆法画椭圆。可以改变大小和位置。(Ellipse midpoint drawcircle.You can change the size and position.)
- 2012-03-23 16:53:18下载
- 积分:1
-
The-CPP-Programming-Language
The C++ Programming Language.Third Edition - Bjarne Stroustrup.1997.pdf(The C++ Programming Language.Third Edition- Bjarne Stroustrup.1997.pdf)
- 2013-12-29 19:46:44下载
- 积分:1
-
用线程做一个生产者
用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchronization issue, it is a success and put them out, please refer to certification. I want threaded thread1 and thread2 sequence, then added a signal mysem volume, and the new two threads of two function for the P, V operation, to control the sequence has revealed
- 2022-04-24 16:21:18下载
- 积分:1