-
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)...
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)-VC prepared directories example, to achieve a simple database function (no background database support)
- 2023-08-28 15:35:04下载
- 积分: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
-
用Delphi写的备份sqlserver数据库的小工具
用Delphi写的备份sqlserver数据库的小工具-write with Delphi SQLServer database backup small tools
- 2022-05-29 15:01:06下载
- 积分:1
-
表达式求值 文本界面
表达式求值 文本界面-expression evaluates text interface
- 2022-01-26 02:44:49下载
- 积分:1
-
这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行....
这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed including source files, then vc run.
- 2022-03-06 17:24:25下载
- 积分:1
-
ACM,竞赛题目,我已经在上面测试过了,可以用,题目是ARGUS,希望大家可以喜欢,花了长时间才弄好的...
ACM,竞赛题目,我已经在上面测试过了,可以用,题目是ARGUS,希望大家可以喜欢,花了长时间才弄好的-ACM, the title race, I have tested in the above, you can use the title ARGUS, hope everyone can like it, spent a long time before the promotion of
- 2023-04-26 08:15:04下载
- 积分:1
-
用Delphi编写的户籍管理系统
用Delphi编写的户籍管理系统-prepared with the names of Delphi Management System
- 2022-03-10 21:51:47下载
- 积分:1
-
对Oracle OCI的封装
对Oracle OCI的封装- To Oracle OCI seal
- 2023-03-23 13:45:03下载
- 积分:1
-
without passwords, directly extract, is a teacher decorated tree ranking two for...
无需密码,直接解压,是老师布置的二叉排序树的C语言代码,适合学生使用.-without passwords, directly extract, is a teacher decorated tree ranking two forks of C language code, for use by students.
- 2023-05-28 22:40:03下载
- 积分:1
-
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路...
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
- 2022-01-25 19:16:27下载
- 积分:1