资源列表
[文档资料] 在Linux下配置TCP-IP.rar
说明:这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。<> 在 2025-11-22 上传 | 大小:20.48kb | 下载:0
[软件工程] 可预置的8位计数器源程序
说明:可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在da<wyq> 在 2008-10-13 上传 | 大小:20.54kb | 下载:0