-
一个用vb编的数据库的基本操作。
一个用vb编的数据库的基本操作。-vb series with a database of the basic operation.
- 2022-02-01 11:08:54下载
- 积分:1
-
发送TEXT短信模块
发送短信模块源代码!PCON &= 0x7F; //波特率不倍速
SCON = 0x50; //8位数据,可变波特率
AUXR &= 0xBF; //定时器1时钟为Fosc/12,即12T
AUXR &= 0xFE; //串口1选择定时器1为波特率发生器
TMOD &= 0x0F; //清除定时器1模式位
TMOD |= 0x20; //设定定时器1为8位自动重装方式
TL1 = 0xFD; //设定定时初值
TH1 = 0xFD; //设定定时器重装值
ET1 = 0; //禁止定时器1中断
TR1 = 1; //启动定时器1
ES=1; //开串口中断
- 2023-06-13 13:05:04下载
- 积分:1
-
to document the data Huffman coding and decoding, data presents given weight, sh...
对文件中的数据进行哈夫曼编码和解码,列出给定数据的权重,列出左右孩子和父亲节点的列表,对任意数据进行进行哈夫曼编码和解码-to document the data Huffman coding and decoding, data presents given weight, shown around children and the father node list of arbitrary data for Huffman coding and decoding
- 2022-03-16 02:51:33下载
- 积分:1
-
地址管理VB6
address management vb6
- 2022-01-25 20:01:27下载
- 积分:1
-
这是用数据库语言编写的仓库管理系统
这是用数据库语言编写的仓库管理系统-This is the database used to prepare the language Warehouse Management System
- 2022-03-28 11:38:45下载
- 积分:1
-
KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多....
KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
- 2022-03-15 16:07:48下载
- 积分:1
-
数据结构的课程设计,编程实现一个简单的分配问题!
数据结构的课程设计,编程实现一个简单的分配问题!-Curriculum design, data structures, programming a simple allocation problem!
- 2022-02-01 16:50:59下载
- 积分:1
-
一个基于WEB的考试系统,CS结构,ASP
一个基于WEB的考试系统,CS结构,ASP-WEB-based examination system, CS structures, ASP
- 2022-07-10 09:23:43下载
- 积分:1
-
汉语拼音对照表
汉语拼音对照表,xls文件,带汉字的拼音、声调,可转换成数据库用于数据查询。参考文件Unihan.txt-correction Pinyin CRT, the original schedule from the Internet to collect and then after correction, but without changing the original schedule, based on users change their own circumstances. Unicode Chinese characters are the Chinese characters, reference documents Unihan.txt
- 2022-06-19 21:25:56下载
- 积分:1
-
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序...
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序
- 2022-03-23 12:53:30下载
- 积分:1