-
小的 VB6 程序,接收来自 YHT3 称的重量。
VB6 的小程序,接收来自 YHT3 规模的重量,保存日期来访问数据库。
- 2023-01-17 18:00:04下载
- 积分:1
-
对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数...
对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数-Optimized for N queens problem, you can calculate the Queen in a relatively short period of time means the number of ordered
- 2022-03-16 23:06:24下载
- 积分:1
-
用API改变ACCESS窗口的背景的例程
用API改变ACCESS窗口的背景的例程-Using API to change the window background ACCESS routines
- 2023-03-31 23:35:03下载
- 积分:1
-
link list code
在计算机科学中,链表是;
- 2023-04-30 06:10:02下载
- 积分:1
-
通过对数据进行必要加工后的结果判断数据的存储方式,即,CPU的大端,小端...
通过对数据进行必要加工后的结果判断数据的存储方式,即,CPU的大端,小端-Through the data necessary to determine the results of processed data is stored, that is, CPU s big-endian, little-endian
- 2022-09-19 01:30:03下载
- 积分:1
-
嵌入式轻量数据库
the embedded light weight database with source
- 2022-01-30 21:01:19下载
- 积分:1
-
仅用数据结构中的单链表就可实现集合的交、并与两个集合之差,...
仅用数据结构中的单链表就可实现集合的交、并与两个集合之差,-Only data structure in a single list can realize cross-collection, and the difference between the two collections,
- 2022-02-03 17:48:50下载
- 积分: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
-
数据结构课程设计 AVL树等 希望对大家有帮助
数据结构课程设计 AVL树等 希望对大家有帮助-AVL tree data structure, such as curriculum design, we want to help
- 2022-07-20 14:19:42下载
- 积分:1
-
最大流问题的最短增广路径算法 是算法中的重要部分
最大流问题的最短增广路径算法 是算法中的重要部分
-Maximum flow problem of the shortest augmenting path algorithm is an important part of the algorithm
- 2022-02-09 12:14:24下载
- 积分:1