-
网络多线程架构,转载
网络多线程架构,转载-Network Multi-threading architecture, reprinted
- 2022-03-31 19:39:46下载
- 积分:1
-
WinFast-Nav
实用的定位软件,能显示信道信息强弱,时间,速度,高度等等,本人经常使用来观察GPS模块的情况,确实好用(Practical positioning software can show the strength of channel information, time, speed, altitude, etc., I often used to observe the situation in GPS module, really easy to use)
- 2011-01-21 12:10:37下载
- 积分:1
-
gb28181
GB28181注册部分,无需依赖第三方库(GB28181 registration section, no third-party library dependencies)
- 2013-08-08 16:43:37下载
- 积分:1
-
pwmkongzhibujindianji
ARM7通过PWM控制步进电机的小程序,试验通过(ARM7 PWM control stepper motor procedures, test by)
- 2012-05-23 00:28:10下载
- 积分:1
-
qjyz
全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
)
- 2013-11-06 09:14:50下载
- 积分:1
-
Data_Struction_prim_MST
说明: 数据结构作业代码。
最小生成树 Prim实现。
win32 Console界面。(operation code data structure. Prim achieve the minimum spanning tree. Win32 Console interface.)
- 2006-04-08 08:50:52下载
- 积分:1
-
feige
install code to the document,and replease ,make project
- 2007-11-14 10:47:46下载
- 积分:1
-
com.rar
此程序为常用通讯子程序,已调试通过
可以直接应用(this procedure commonly used for communications subroutine, debugging through direct application)
- 2006-11-29 21:16:46下载
- 积分:1
-
Mycode
我上传它有从代码项目从 stlviewer 复制
- 2022-02-25 06:27:02下载
- 积分:1
-
单片机继电器
/******************************************************************/
/* 继电器实验 *
/* *
/* 连接方法:P2.7接JP5的K1(按钮接口)
P1.4接J2 *
/* 按下P2.7 继电器P1.4动作 *
/******************************************************************/
#include //51的端口和各特殊寄存器定义在此文件中
sbit RELAY = P1^4; //定义继电器对应单片机管脚
sbit K1 = P2^7; //定义按钮对应单片机管脚
/*********************************************************
主函数 *
**********************************************************/
main()
{
if (!K1) RELAY = 0;
- 2022-08-09 22:11:26下载
- 积分:1