-
数据结构中的DFS问题
数据结构中的DFS问题-data structure of DFS problem
- 2022-01-22 17:23:27下载
- 积分:1
-
library management system
它的图书馆管理项目是使用三个表…表是学生…问题。。。和预订…这是一个登录页..用户必须在其中登录。。密码是123,要输入的用户名是admin..谢谢。。
- 2023-06-17 19:25:03下载
- 积分:1
-
C++ Builder程序员学习数据结构 第1章源码
C++ Builder程序员学习数据结构 第1章源码-Builder C programmers to learn data structure source Chapter 1
- 2022-04-23 10:28:48下载
- 积分:1
-
Merging Sort: The array is divided into a small array, in an orderly manner thro...
归并排序:将数组划分为小数组,通过局部的有序合并,解决问题
算法平均时间复杂度: O(nlogn)
-Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)
- 2022-01-21 06:13:35下载
- 积分:1
-
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增...
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; !-- Application specific settings-- gt; Lt; AppSettingsgt; Lt; Add key
- 2022-06-02 10:24:49下载
- 积分:1
-
背包回溯法,初来乍到如有其他问题还请各位多多指教.
背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
- 2022-08-08 14:44:32下载
- 积分:1
-
list容器源代码
应用背景
它实现的是一个可存储各种类型数据的链表,可用于数据的交换、存储、分析前的存储和排序。
关键技术使用C++ 类的特性编写的一个类似标准STL的容器“链表”,可以实现对任何类型的数据操作,使用了迭代器、类模板等,来简化链表的使用,有泛型编程的一些东西。
- 2022-02-04 14:18:06下载
- 积分:1
-
使用ODBC封装的CDatabase和CRecordset类
使用ODBC封装的CDatabase和CRecordset类- Uses CDatabase and CRecordset kind which ODBC seals
- 2022-08-15 06:18:07下载
- 积分:1
-
这个例子主要是为了解决表示标签面板+到+组合框,动态生成…
本示例主要解决GridPanel+TabPanel+ComboBox,动态生成数据,无须任何配置,并且大部分代码的实现都可通用,并且大量减免了在Html页面里静态配置数据列所带来的麻烦,这是很有用的技巧.为了大家更好的更方便的使用本示例,就附加了一个功能:只要添加本地的数据库连接,选择数据库里面的表,就可以对代码进行方便的测试. 更多可以查看包里的项目说明,并附有图片展示。
项目结构上使用三层,为了增加代码的清晰和阅读性,无用的代码都已经清理干净,因为是动态获取并显示任意数据库的任意数据表,所以在这里也不用实现相关实体. -This example is mainly to solve GridPanel+ TabPanel+ ComboBox, dynamically generated data, without any configuration, and most of the implementation of the code can be generic, and a large number of relief in a Html page inside a static configuration data out of the trouble, which is very useful skills. In order to better and more convenient for everyone to use this example, we added a feature: as long as add a local database connection and select a table inside the database, you can easily test the code. More to see the bag, project description, along with pictures showing.
Using the three-tier project structure, in order to increase code clarity and readability, useless code have been cleaned up because it is the
- 2022-08-07 15:46:00下载
- 积分:1
-
小型图书馆管理系统,搜索,查询图书馆和扩展表,B。
小图书馆管理系统,有检索、查看,借书,超期表,还书,赔书等功能,还有按专业统计等,access小程序-small library management system, search, check the library and extended table, book, indemnities, and other functions, there are also professional statistics, the access of small procedures
- 2023-05-04 07:15:03下载
- 积分:1