-
simple correspondence procedures
简单的通讯录程序-simple correspondence procedures
- 2022-02-02 13:57:03下载
- 积分:1
-
staff of the Information Management System
教职工信息管理系统-staff of the Information Management System
- 2023-04-07 10:50:03下载
- 积分:1
-
够你们交作业了
够你们交作业了-enough perpendicular operation of the Ha Ha
- 2022-08-24 16:00:07下载
- 积分:1
-
这次毕业设计的内容,计算机数据库所需的翻译…
计算机数据库方面的有关内容,对需要毕业设计的外文翻译的同学有用-Computer database of the contents of the graduation project required the translation of foreign language students useful
- 2022-02-26 23:31:38下载
- 积分:1
-
用Matlab实现的Dijkstra算法源码。主要用于求最短路径。
用Matlab实现的Dijkstra算法源码。主要用于求最短路径。-Using Matlab source realize the Dijkstra algorithm. Mainly used for the shortest path.
- 2022-04-17 00:14:37下载
- 积分: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
-
University Database Management System using Microsoft Access.
University Database Management System using Microsoft Access.
- 2022-05-15 17:41:01下载
- 积分:1
-
用C语言实现的各种算法及演示,可以结合代码分步观看执行过程...
用C语言实现的各种算法及演示,可以结合代码分步观看执行过程-C language algorithms and the various presentations, combining code can watch the step-by-step implementation process
- 2022-01-26 07:49:12下载
- 积分:1
-
KMP算法
解决了BruteForce算法效率低下的问题,并且在该基础上完成了子串重复时的性能优化
- 2023-05-15 20:00:02下载
- 积分:1
-
该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计...
该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgment to resolve the feasibility of the project. Right through the importation of construction activities, we can establish arbitrary judgment AOE network. The network for the importation can be calculated for each of the earliest start time, the latest starting time and the entire project will be completed in the first time, and identify key and critical path activities.
- 2022-02-28 12:58:50下载
- 积分:1