-
英文主源代码,附录的源代码
《英文版掌握Vc++》附录中的源代码-"English master Vc" appendix of source code
- 2022-08-10 00:14:19下载
- 积分:1
-
Visual C++ programming 100 examples
Visual C++实效编程百例yuanma-Visual C++ programming 100 examples
- 2023-05-10 20:00:03下载
- 积分:1
-
This is an applet program, which implements Stack and List by means of java. It...
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.
- 2022-07-18 04:12:18下载
- 积分:1
-
嗨,使用MATLAB开发
hi its useful for matlab developers
- 2022-03-19 04:55:55下载
- 积分:1
-
Floyd algorithm to calculate arbitrary shortest path between two points, and to...
Floyd算法,计算任意两点间的最短路径,并加入MFC和文件操作,比较实用。-Floyd algorithm to calculate arbitrary shortest path between two points, and to join MFC and file operations, more practical.
- 2022-01-24 17:52:09下载
- 积分:1
-
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序...
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab,
bc,xyz 等字符串都是升序字符串。
-search the postion for the given ascend sor string.
- 2022-11-11 07:15:03下载
- 积分:1
-
串口发送数据源码(vc6)
串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)
- 2022-03-23 05:33:16下载
- 积分:1
-
This is a greedy algorithm using the algorithm for minimum spanning tree, accomp...
这是一个利用贪心算法求最小生成树的算法,内部附有说明-This is a greedy algorithm using the algorithm for minimum spanning tree, accompanied by internal
- 2023-03-13 17:05:03下载
- 积分:1
-
自己写的一个有关八数码问题的小程序
自己写的一个有关八数码问题的小程序-himself wrote on one of the eight small digital procedures
- 2022-05-22 12:40:04下载
- 积分:1
-
物品管理系统,这是一个用asp.net写的物品管理系统,可以管理书籍,CD等等,用的数据库是SQL...
物品管理系统,这是一个用asp.net写的物品管理系统,可以管理书籍,CD等等,用的数据库是SQL-materials management system, which is used an article written by Asp. Net management system can manage books, CDs and so on, the database is SQL
- 2022-03-11 20:07:19下载
- 积分:1