-
Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70
Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70-Aplicacion de una biblioteca , falta un poco de codigo pero esta a mas de un 70
- 2023-06-25 06:00:04下载
- 积分:1
-
回文算法实现,代码已经验证
回文算法实现,代码已经验证-Palindrome algorithm, code validation
- 2023-06-27 21:05: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
-
从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶...
从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶子插入法,即新插入的节点均为改二叉树的叶子节点,且满足中序有序性。-From the keyboard to enter a string of positive integers, the last input-1 as the input end of the sign. These are integer values as binary sort tree nodes in the data field" s value, and the establishment of a binary sort tree to achieve binary tree insertion sort. To leaf insertion method, that the new nodes are inserted to change the binary tree leaf node, and in order to meet the orderliness.
- 2022-05-16 12:06:25下载
- 积分:1
-
文章详细讲解分支限界的基本思想,单元最短路径问题,装载问题,0...
文章详细讲解分支限界的基本思想,单元最短路径问题,装载问题,0-1背包问题,旅游售货员问题等。-Detailed article on the basic idea of branch and bound, the shortest path problem unit, loading issues ,0-one knapsack problem, travel salesman problem.
- 2022-10-20 19:30:03下载
- 积分:1
-
C# written to the database table into Excel, you can choose the workbook, write...
C#写的导入Excel表到数据库,可以选择工作簿,自己写的还不完善,有用的朋友可以借鉴一下,把完善传上来-C# written to the database table into Excel, you can choose the workbook, write their own is not perfect, can be useful to learn from some friends, to improve the Chuan-up
- 2022-05-06 17:53:08下载
- 积分:1
-
家族信息管理系统,实现人员的各信息管理
家族信息管理系统,实现人员的各信息管理-family information management system, the members of the Information Management
- 2023-08-13 07:55:03下载
- 积分:1
-
sentinel examples of the data structure
数据结构的sentinel示例
- 2022-06-19 21:10:35下载
- 积分:1
-
c language using the six methods of sorting operations, thus comparing the chara...
c语言编写,利用六种方法进行排序运算,以此对比各种排序方法的特点,包含源程序和课程设计报告。-c language using the six methods of sorting operations, thus comparing the characteristics of a variety of sorting methods, including source code and curriculum design report.
- 2023-02-17 23:20:03下载
- 积分:1
-
Classic shortest path algorithm C C++ Realize adjacency matrix
经典最短路径算法C C++ 邻接矩阵实现-Classic shortest path algorithm C C++ Realize adjacency matrix
- 2022-06-29 02:13:45下载
- 积分:1