-
一份很不错的Linux/Unix环境下makefile文件写法说明文文档
一份很不错的Linux/Unix环境下makefile文件写法说明文文档-a very good Linux/Unix environment makefile note written text document files
- 2022-01-31 01:12:45下载
- 积分:1
-
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序...
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序-USB bus with 429 users of data conversion applications, including interface and some of Communication Procedures
- 2022-02-26 07:31:02下载
- 积分:1
-
dragonchip:作为一个示范的定时器的使用0,1,2,作为反例,T.
Dragonchip:一个演示如可使用Timer 0, 1, 2作为计数器的例子,This program counts pulses generated by Counter A using Timer 0, 1, 2,at the same time and toggle PA2, PA1 and PA3 respectively. Pulses from PA1
then feed into PB6(T2EX) to trigger Timer 2 interrupt to toggle PA4. The Crystal frequency is 8MHz.-Dragonchip : as a demonstration of the use Timer 0, 1, 2, as counter examples, This program counts pulses generated by Counte r A using Timer 0, 1, 2, at the same time and toggle PA2. PA1 and PA3 respectively. Pulses from PA1 then f eed into PB6 (T2EX) to trigger Timer 2 interrupt to toggle mouse. The Crystal frequency is 8MHz.
- 2023-04-20 01:00:04下载
- 积分:1
-
自己编的MIMO瑞利衰落子程序,四径,车速20,参数可以修改
自己编的MIMO瑞利衰落子程序,四径,车速20,参数可以修改-Rayleigh fading MIMO compiled its own subroutines, four tracks, speed 20, the parameter can be modified
- 2022-01-26 07:24:21下载
- 积分:1
-
ITU SS7 AIF message format and codes part 3
ITU SS7 AIF message format and codes part 3
- 2022-09-16 18:35:03下载
- 积分:1
-
C语言通讯程序库windows版
C语言通讯程序库windows版 -C language communication procedures for windows version
- 2022-03-22 16:58:35下载
- 积分:1
-
实现矩阵的Cholesky分解,这些程序是用C来编写的.
实现矩阵的Cholesky分解,这些程序是用C来编写的.-Cholesky decomposition of matrix realize that these procedures are to come prepared with C.
- 2022-01-28 20:05:23下载
- 积分:1
-
voice compression format. The latest of which contains the documentation and cod...
g723语音压缩格式。里面包含了最新的说明文档和代码,可以使用VC来编译。对视频会议或者作VOIP的朋友很有帮助。-voice compression format. The latest of which contains the documentation and code can be used to compile VC. Right for video conferencing or VOIP helpful friends.
- 2022-03-05 17:02:06下载
- 积分:1
-
Modbus TCP(C)、服务器的例子
MODBUS TCP(C++)Example ModbusTCP server - source and WIN32 executable有可执行文件-MODBUS TCP (C) Example ModbusTCP server-Win32 source and executable file is executable
- 2023-04-12 22:10:03下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1