-
能对数据库进行维护,包括内容和结构 但是数据库中的表要求有主键 且是自动增长字段...
能对数据库进行维护,包括内容和结构 但是数据库中的表要求有主键 且是自动增长字段-Able to carry out maintenance on the database, including the content and structure of the table but the database requires the primary key and is auto-growth fields
- 2023-07-10 11:50:03下载
- 积分:1
-
-
- 2023-03-02 05:00:03下载
- 积分:1
-
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!...
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
- 2022-03-24 16:51:03下载
- 积分:1
-
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解...
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解-was compiled using the binary tree traversal, I used is based on the storage layer algorithm, easy to understand
- 2022-04-29 02:03:41下载
- 积分:1
-
一个电力企业的后台管理程序,请大家笑纳
一个电力企业的后台管理程序,请大家笑纳-The background of a power enterprise management process, please笑纳
- 2022-01-31 12:03:23下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
数据库访问原代码
数据库访问原代码-original code database access
- 2022-03-29 03:12:26下载
- 积分:1
-
SQL Server与Access、Excel的数据转换
SQL Server与Access、Excel的数据转换-SQL Server and Access, Excel data conversion
- 2023-02-13 07:40:03下载
- 积分:1
-
哈夫曼编/解码器
(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。
(2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。
(3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。
-Huffman encoder/decoder
- 2022-03-21 20:30:14下载
- 积分:1
-
三菱FX PLC编程口实现通讯(FX
VB6与三菱FX PLC 编程口通讯(遍历读FX-PLC的映象区)字号
操作状态CommExit: 0通讯进行状态,通讯被打断
通讯状态CommEnd:开始发送和等待接收,>1:接收串已结束-VB6 with Mitsubishi FX PLC Programming mouth communications (FX-PLC read traversal of the image area) to operate a state-established CommExit: 0 communication status, communication was interrupted communication state CommEnd: to start to send and waiting to receive,
- 2022-05-14 03:12:39下载
- 积分:1