-
矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面...
矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
- 2023-02-01 06:10:03下载
- 积分:1
-
hash wishes it is an important project in the structure of the data that the for...
哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form ,etc..
- 2023-08-15 01:30:03下载
- 积分:1
-
development with a small database management system DBMS
一个用c开发的小型数据库管理系统dbms-development with a small database management system DBMS
- 2022-07-07 09:42:27下载
- 积分:1
-
严蔚敏编写的《数据结构》第2章的答案,全部为源码
严蔚敏编写的《数据结构》第2章的答案,全部为源码-the answers of chapter two of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-11-03 03:35:03下载
- 积分:1
-
C language source code commonly used algorithm, a very handy very handy!
C语言常用算法源代码,非常好用非常好用-C language source code commonly used algorithm, a very handy very handy!
- 2022-06-27 23:10:39下载
- 积分:1
-
调用存储过程,使用外链接,方便用户操作。
调用存储过程,使用外链接,方便用户操作。-Call stored procedure, the use of outside links, user-friendly operation.
- 2022-01-27 13:15:57下载
- 积分:1
-
ODBC API访问数据库的文章却少之又少。虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,
ODBC API访问数据库的文章却少之又少。虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,-ODBC API to access the database of the article are few and far between. Although access to the database using ODBC is too much trouble, but it is very flexible, high efficiency,
- 2022-07-08 05:31:07下载
- 积分:1
-
自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。...
自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data
- 2022-02-05 06:00:47下载
- 积分:1
-
Mysql latest source code for Windows, vc6 vs.net can compile and upload to vomi...
Mysql for Windows最新源码,vc6vs.net均可编译,吐血上传。-Mysql latest source code for Windows, vc6 vs.net can compile and upload to vomit blood.
- 2022-03-24 00:36:15下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1