-
企业管理系统,用ACESS2000的数据库系统和ADO连接接口
企业管理系统,用ACESS2000的数据库系统和ADO连接接口-Enterprise management systems, database systems use ACESS2000 and ADO connection interfaces
- 2022-10-30 01:10:04下载
- 积分:1
-
关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。...
关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
- 2022-07-24 12:39:44下载
- 积分:1
-
这个程序可以做停车管理
This program can do Parking management
- 2022-12-01 23:35:03下载
- 积分:1
-
pb实现的气泡窗口,非常实用
pb实现的气泡窗口,非常实用-pb achieve the bubble window, a very practical
- 2023-05-25 22:50:03下载
- 积分:1
-
C++源代码,数据库管理,数据库的连接,可以直接计算…
C++数据库管理源代码,连接数据库后,可直接调用里面的函数对数据库进行操作,有修改-C++ Database management source code, database connectivity, you can directly call the function inside the database operation, has modified
- 2022-02-10 14:33:54下载
- 积分:1
-
数据结构的一些常用算法实现。单链表。无向图排序等
数据结构的一些常用算法实现。单链表。无向图排序等-data structure of some commonly used algorithm. Single-Chain. No plans to sort etc.
- 2023-06-06 14:45:02下载
- 积分:1
-
二叉树的基本操作
二叉树的基本操作-binary tree as the basic operation
- 2022-11-13 19:10:03下载
- 积分:1
-
微软msde,数据库引擎得简单查许分析器
微软msde,数据库引擎得简单查许分析器-Microsoft MSDE database engines were simple check Xu Analyzer
- 2023-07-26 04:40: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
-
这个算法,是用来设置密码的,有数据结构中的栈来实现的。...
这个算法,是用来设置密码的,有数据结构中的栈来实现的。-The algorithm is used to set up passwords, and data structure of the stack to achieve.
- 2022-03-14 20:06:25下载
- 积分:1