-
二叉树的先序遍历,使用栈实现(构造空栈,初始化栈)
二叉树的先序遍历,使用栈实现(构造空栈,初始化栈)-The first order binary tree traversal, use the stack to achieve (tectonic empty stack, initialize the stack)
- 2022-06-30 06:52:52下载
- 积分:1
-
数据结构算法及其应用
数据结构算法与应用-C__语言描述,数据结构和算法-Data structures algorithms and application-C__ language to describe the
- 2022-02-27 05:17:58下载
- 积分:1
-
AFIS系统源码
SourceAFIS是一个指纹识别/匹配SDK(库),或者更一般地说是一个自动指纹识别系统(AFIS)。它本质上是比较两个指纹,并决定他们是否属于同一个人。它可以快速搜索注册指纹的大型数据库。它附带了一个易于使用的API(纯.NET和一个实验性的Java端口)以及各种各样的应用程序和工具。
- 2023-07-07 19:20:03下载
- 积分:1
-
A simple VC++ programming and database link, you can choose the data source
一个简单的VC++ 与数据库链接的编程,可以自行选择数据源-A simple VC++ programming and database link, you can choose the data source
- 2022-03-01 19:54:35下载
- 积分:1
-
DBMS system simulation DBMS, and they have not done mouse
我做的DBMS系统模拟DBMS,里面有鼠标还没有做完-DBMS system simulation DBMS, and they have not done mouse
- 2023-01-18 05:35: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
-
这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径...
这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
- 2022-01-24 18:14:59下载
- 积分:1
-
用VFP编写的报亭管理系统
用VFP编写的报亭管理系统-VFP prepared by the newsstand Management System
- 2022-05-09 12:11:01下载
- 积分:1
-
经典的哲学家就餐问题的C语言版本
经典的哲学家就餐问题的C语言版本-Power wilt die of hunger laugh mold cavity open string问Questions cavity C Pang Sung-linked版
- 2022-04-01 07:48:11下载
- 积分:1
-
oracle big blob of field examples of the type of operation
oracle 的 blob大字段类型操作例子-oracle big blob of field examples of the type of operation
- 2022-03-09 16:36:45下载
- 积分:1