-
a phone screen clock procedures, based on the OSE operating system, we can see t...
一个手机副屏的时钟程序,基于OSE操作系统,可以看到实现的完整代码,但没有环境是不能编译运行。-a phone screen clock procedures, based on the OSE operating system, we can see the realization of a complete code, but no compiler environment is not running.
- 2022-02-09 10:42:35下载
- 积分: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
-
在Viusal Basic6.0中,通过DDE方式,实现与MATLAB的通讯。无论在VB操作数据库应用、控件的使用、MATLAB的图形操作方面,对初学者来说都是...
在Viusal Basic6.0中,通过DDE方式,实现与MATLAB的通讯。无论在VB操作数据库应用、控件的使用、MATLAB的图形操作方面,对初学者来说都是难得的典范。-In Viusal Basic6.0 through DDE way communication with MATLAB. Operation in VB database application, the use of controls, MATLAB graphics operation, for beginners is a rare example.
- 2022-08-20 11:56:58下载
- 积分:1
-
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm
一本关于用VB.NET如何开发P2P程序的书,英文原版,非常不错-Apress.Peer.to.Peer.with.VB.Dot.NET. eBook- LiB.chm one on how to develop with VB.NET P2P procedures, English original, very good!
- 2023-03-12 19:20:04下载
- 积分:1
-
Language
Language - Verilog. The 10GE MAC Core implements the Media Access Control functions for 10Gbps operation as defined in IEEE Std 802.3ae. -Language- Verilog. The 10GE MAC Core implements the Media Access Control functions for 10Gbps operation as defined in IEEE Std 802.3ae.
- 2023-03-11 23:20:03下载
- 积分:1
-
手机短信编码规则,可以教你学会手机短信编码
手机短信编码规则,可以教你学会手机短信编码-SMS coding rules, you can teach Institute SMS coding
- 2022-04-21 19:03:45下载
- 积分:1
-
核心java应用程序设计指南,全英文,内容不多…
nokia S60核心的java应用程序编程设计指南,全英文,内容不多,主要是适于S60的应用程序的特点的介绍。-core java application programming design guidelines, all in English, not content, the S60 is suitable for application features presentations.
- 2023-08-10 23:45:03下载
- 积分:1
-
1394 网口 等通信接口的优劣比较,尤其在图像处理的图像信息传输中有很大参考作用...
1394 网口 等通信接口的优劣比较,尤其在图像处理的图像信息传输中有很大参考作用-1394 network communication interface, etc. I compare the advantages and disadvantages, especially in image processing of image information transmission in a large reference
- 2023-08-21 05:10:04下载
- 积分:1
-
m sequence generation, including in GF (p), the p value based on different, diff...
m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。-m sequence generation, including in GF (p), the p value based on different, different levels under the conditions of primitive polynomial number of options under the conditions of m-sequences generated.
- 2022-02-06 02:01:39下载
- 积分:1
-
基于UDP和P2P打洞代码加有心跳包维持客户端存在C/S模式
基于UDP和P2P打洞代码加有心跳包维持客户端存在,C/S模式,网络通信
- 2022-08-21 17:44:52下载
- 积分:1