-
数据结构,c源代码。
数据结构,c源代码。 -Data structures, c source code.
- 2022-12-31 13:30:15下载
- 积分:1
-
sqlite加密版本
sqlite官方并没有提供加密的功能,但提供了加密的接口。资源中的sqlite添加了加密功能。本加密算法采用XXTEA。如果使用Delphi连接此数据库,建议使用itwriting提供的sqlite wrapper改装版;资源包含有源代码以及编译成功的dll(编译工具:VC++ 2010。)各位可以下载后自行根据源码重新编译。
- 2022-01-25 18:47:58下载
- 积分:1
-
咖啡厅和餐厅
此应用程序是设计用来管理客户端服务器应用程序-基于数据库的咖啡馆。设计建成使用 PHP 的服务器和客户端移动机器人的应用程序。
- 2022-12-21 17:10:04下载
- 积分:1
-
Computes estimates for the number of fores ts of a graph. input as a 0
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part. -Computes estimates for the number of fores ts of a graph. input as a 0-1 incidence matrix. Notes : Compile in C, "g-o span_forest span_forest.c." The program does not demand that the matrix is symmetric wit h 0 diagonal. but uses only the upper triangular part.
- 2022-02-05 15:36:49下载
- 积分:1
-
设计模式——简单工厂模式学习代码
一个用c++语言写的、学习简单工厂模式的代码。通过一个父类(OperationFactroy)指针,实现通过判断输入的计算符号而调用加、减、乘、除子类操作的简单代码。
- 2022-01-28 00:00:29下载
- 积分:1
-
自己的作品。。基于VB的图书馆管理系统。
感觉很有现实意义...
自己的作品。。基于VB的图书馆管理系统。
感觉很有现实意义-their work. . VB-based library management system. Feeling very realistic significance
- 2022-07-13 19:45:07下载
- 积分:1
-
可以在打印之前并在程序内直接设置所有的参数!
可以在打印之前并在程序内直接设置所有的参数!-in print before the procedure and direct all the parameters set!
- 2022-05-07 23:21:15下载
- 积分:1
-
计算机产品办公管理OA
GLPI 0.84.5(办公OA)最新升级版源码 :GLPI开发环境:PHP/MySQL ,可提供功能全面的IT资源管理介面,你可以用它来建立资料库,全面管理IT的电脑,显示器,服务器,复印机,网络装置,电话,甚至硒鼓和墨盒等。
- 2022-03-16 19:18:48下载
- 积分: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
-
C#学籍信息管理系统
本系统是基于C# Winform应用程序进行开发的。系统实现了用户登录、修改密码、成绩录入和查询,学生学籍信息查询、班级添加和查询、专业信息添加、修改和查询等等基本功能,链接SqlServer数据库,是初学者不可不参考的教程
- 2022-01-28 06:58:38下载
- 积分:1