-
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。...
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。-a small and PARADOX DB data file repair tool to repair damage to the majority of DB documents.
- 2022-07-02 03:00:37下载
- 积分:1
-
常用的数据结构,高斯
数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss- Seidel iterative algorithm
- 2022-05-22 13:00:57下载
- 积分: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
-
删除ORACLE数据库记录
删除ORACLE数据库记录,条件选择,多表选择,删除结果显示,显示删除表数据的条码,对应每一个表多少记录,数据库多表可选择删除,结果多条显示
- 2022-03-06 12:46:49下载
- 积分:1
-
简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习...
简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
- 2023-01-06 22:25:04下载
- 积分:1
-
VB数据库开发源代码,方便实用的数据库小软件
VB数据库开发源代码,方便实用的数据库小软件-VB source code database development, convenient and practical database small software
- 2022-03-30 14:49:19下载
- 积分:1
-
一套收费计算机系统,可实现输入、查询、打印等功能,编程细腻,界面讲究。...
一套收费计算机系统,可实现输入、查询、打印等功能,编程细腻,界面讲究。-set of computer systems can achieve input, inquiries, and Print functions, programming delicacy, interface stress.
- 2022-06-30 21:24:56下载
- 积分:1
-
输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。...
输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。
-Enter non-zero elements of sparse matrix, and then build the whole matrix, to achieve these two matrices are added together, subtraction, and multiplication operations.
- 2023-06-02 08:40:03下载
- 积分:1
-
The demo program Joseph Central calculus problem, the number n should be arbitra...
本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-The demo program Joseph Central calculus problem, the number n should be arbitrary, we must first enter a value assigned to the initial reported that the maximum number of m, the procedure should be able to automatically save a list of the serial number of people and held out the password given to m, again as reported maximum number of such cycles, until all that far out.
- 2023-07-02 18:20:03下载
- 积分:1
-
jsp连接数据库代码大全
一、jsp连接Oracle8/8i/9i数据库(用thin模式) 二、jsp连接Sql Server7.0/2000数据库 三、jsp连接DB2数据库 四、jsp连接Informix数据库 五、jsp连接Sybase数据库
- 2022-01-24 09:26:58下载
- 积分:1