-
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with ar
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with arbitrary bounds.
Content. 1. Algorithm
2. Classes
3. Program Files
4. Tests
5. Compiling
6. Running (Log File)
7. Download
- 2022-01-25 20:22:55下载
- 积分:1
-
Generated PB9.0 patients admitted to hospital management systems, to complete th...
PB9.0生成的患者入院管理系统,能完成一般病人从入院到出院遇到的一般手续操作。后缀为db的是数据库文件,注意看readme文本-Generated PB9.0 patients admitted to hospital management systems, to complete the average patient was discharged from the hospital to face the general operating procedures. Db suffix to the database file, pay attention to see readme text
- 2022-05-23 12:22:38下载
- 积分: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
-
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman problem : A salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
- 2023-07-26 02:35:04下载
- 积分:1
-
In this paper, on the one hand, to produce the form of examples of the types of...
本文一方面以实例的形式介绍产生数据封锁的各类情况,另一方面从数据库理论的角度加以分析,以期使读者既知其然,更知其所以然,使读者能够更加深入地理解Oracle的数据封锁机制,而不是简单地记住某些结论。-In this paper, on the one hand, to produce the form of examples of the types of data on the situation of the blockade, on the other hand, the theoretical point of view from the database to be analyzed in order to make the reader not only know-and know所以然, so that readers can be more in-depth understanding of Oracle data blockade mechanism, rather than simply to remember some of the conclusions.
- 2022-06-02 15:41:14下载
- 积分:1
-
使用输入的端口的串行数据传输
该代码由 proteus 8 示意图与 PIC C 编译器的代码组成。串行数据时转移到虚拟终端,输入的端口设置为高。其基本的代码。
- 2022-03-15 09:35:02下载
- 积分:1
-
严蔚敏编写的《数据结构》第6章的答案,全部为源码
严蔚敏编写的《数据结构》第6章的答案,全部为源码-the answers of chapter 6 of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-10-03 12:50:03下载
- 积分:1
-
设计一个O(n2)时间的算法,找出由n个数组成的序列的最长单调递增子序列。...
设计一个O(n2)时间的算法,找出由n个数组成的序列的最长单调递增子序列。-design an O (n2) time algorithm to identify by the number n of the longest sequence monotonically increasing sequences.
- 2022-04-24 15:50:28下载
- 积分: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
-
数据结构的查询方式及其应用,是其中的比较重要的一种
数据结构的查询方式及其应用,是其中的比较重要的一种-Query data structure and its applications, is one of the more important a
- 2023-01-02 19:00:03下载
- 积分:1