-
实现网上书店基本功能:浏览图书,查询图书,添加图书,图书销量统计等。...
实现网上书店基本功能:浏览图书,查询图书,添加图书,图书销量统计等。-Realize the basic functions of online bookstore: browse books, inquiries, books, adding books, book sales statistics.
- 2022-08-07 12:38:29下载
- 积分:1
-
以源代码形式的库存管理系统
这是一个完整的库存管理系统,并配备了完整的源代码。
这个代码学习起来很有趣。
- 2022-05-26 08:07:43下载
- 积分:1
-
This simple procedure is to write several different types of the traversal algor...
这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
- 2023-08-08 19:35:03下载
- 积分:1
-
提前登录系统
你好
我开发了此应用程序只用了 1 天,我相信你们都喜欢这个应用程序,并且学到很多东西特别是初学者。
谢谢你
J@n@k
- 2022-03-01 00:27:17下载
- 积分:1
-
编辑数据库表格,可以显示图形及打印
编辑数据库表格,可以显示图形及打印-edit database forms, and can display graphics print
- 2022-08-07 17:58:23下载
- 积分:1
-
trainreset:有许多列车需要开车出站的作用。
TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
- 2022-07-14 05:15:14下载
- 积分:1
-
八皇后问题:用回溯算法做的
八皇后问题:用回溯算法做的
-8 Queens : The backtracking algorithm
- 2023-05-20 18:50:03下载
- 积分:1
-
1背包和 背包问题的动态规划 源程序 只是测试 不过要自己输入 还要自己加入 很简单就没有更改...
0-1背包和 背包问题的动态规划 源程序 只是测试 不过要自己输入 还要自己加入 很简单就没有更改-0-1 knapsack problem knapsack and the dynamic programming source code is to test but also to input their own entry is very there is no simple changes
- 2022-03-09 09:29:09下载
- 积分:1
-
将数据库输出到一个文本文件中
将数据库输出到一个文本文件中-database output to a text file
- 2023-01-10 09:50:03下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1