-
24le1send
NRF24LE1发射程序
本程序采用定时2秒发射ID一次,发射完毕进入低功耗模式(NRF24LE1 send )
- 2013-08-16 20:05:11下载
- 积分:1
-
Equalizer
模拟大型服务器均衡器工作,将多台低性能服务器组合成高性能、高可用的服务器(Simulate large server equalizer work combines multiple servers into a high-performance low-performance, high availability servers)
- 2014-09-04 00:50:08下载
- 积分:1
-
MERGE FILE
MERGING OF TWO FILE USING C++
- 2018-10-11 12:44:42下载
- 积分:1
-
串口通信课程设计
#include //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7; //低电平收数据,高电平发数据sbit key0=P1^0; //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t) //发送一个字节 发送一个数据后立马变成收数据的状态{ RE=1; //高电平发 DE=1; //高电平发 ES=0; SBUF=t; while(!TI); TI=0;ES=1; RE=0; //低电平收 DE=0; //低电平收}void delayms(uint xms) //延时
- 2022-08-22 08:46:22下载
- 积分:1
-
3DSystem
说明: 基于c#和AE开发的三维显示查询等功能,还结合了一个插件(C# and the AE based on the development of three-dimensional display query functions, but also a combination of a plug-in)
- 2010-03-17 20:01:05下载
- 积分:1
-
ourdev_512239
RC500原厂代码,支持ISO14443A所有的层(RC500 original code to support all of the layers ISO14443A)
- 2011-10-24 15:45:23下载
- 积分:1
-
21ic下载_msp430舵机测试程序
说明: 控制舵机,转动方向转动角度,控制舵机,转动方向(Two algorithms by comparing the experimental data, we can see that the speed of conventional PID control, PID control combined with fuzzy steering gear, whether in terms of reliability or speed are more outstanding)
- 2020-06-18 07:20:01下载
- 积分:1
-
尽你所需
尽你所需-Do you need
- 2022-07-07 02:26:42下载
- 积分:1
-
audio-capture-raw-_console
利用kinect获取原始的音频波形,得到四声道的pcm波形。(Use kinect to get the original audio waveform, get pcm waveform four channels.)
- 2021-01-29 14:18:35下载
- 积分:1
-
financemanagement
说明: 基于mfc可视化完成个人财务管理系统。完成添加、删除、修改、连接数据库等功能。(Mfc-based visualization to complete personal financial management system. Complete add, delete, modify, connect to the database and other functions.)
- 2010-04-08 15:24:29下载
- 积分:1