-
最小化安装BDE环境
详细介绍了如何最小化安装BDE数据库支持环境,并详细说明各个子文件的功用。...
最小化安装BDE环境
详细介绍了如何最小化安装BDE数据库支持环境,并详细说明各个子文件的功用。-BDE installed to minimize the environment described in detail how to minimize the installation of BDE database to support the environment, and a detailed description of the function of various subfolders.
- 2023-07-20 01:15:02下载
- 积分:1
-
演示执行集合的并,交,差运算,是以有序链表表示集合.判定子集,求补运算也实现了....
演示执行集合的并,交,差运算,是以有序链表表示集合.判定子集,求补运算也实现了.-demonstration and implementation of the pool, intersection, difference, computation, is set in an orderly Chain said. Convicted subset, seeking fill operation has been achieved.
- 2022-01-25 18:13:18下载
- 积分:1
-
酒店管理系统,完整的文档和源代码,可以直接用来下载使用…
酒店住宿管理系统,有完整的文件和源码,
可以下载使用-hotel management system, complete documentation and source code can be downloaded for use
- 2022-01-27 11:15:53下载
- 积分:1
-
数据结构 八皇后问题解决方案一 很好的代码
数据结构 八皇后问题解决方案一 很好的代码-8 Queen" s problem of data structure of a solution
- 2022-01-21 18:20:29下载
- 积分:1
-
vc下的ADO数据库编程
vc下的ADO数据库编程-vc the ADO database programming
- 2023-04-30 20:00:03下载
- 积分: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
-
计算机数据结构十日谈介绍:
本书是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论
计算机数据结构十日谈介绍:
本书是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较,本书可作为计算机类专业或信息类相关专业的本科或专科教材,也可供从事计算机工程与应用工作的科技工作者参考。
-Computer data structures Decameron introduction: This book is for
- 2022-01-22 13:08:30下载
- 积分:1
-
后台输出
实现冒泡排序、插入排序、shell排序、快速排序、堆排序等经典排序算法,并对每个排序算法的代码行进行注释说明
- 2023-02-19 01:40:03下载
- 积分:1
-
vb编的医院管理系统,需要的可以下载,有兴趣自行习惯
P7 基于ARM-Linux的IP Camera解决方案,是我在网上找的,版权归原作者所有.-P7 based on ARM-Linux solutions for the IP Camera is that I find online, and belongs to original author.
- 2022-01-25 17:45:29下载
- 积分:1
-
c语言小程序100个
c语言小程序100个-100 small programs
- 2022-05-29 08:24:43下载
- 积分:1