-
数据库Blob读写
数据库Blob读写-database Blob literacy
- 2022-02-03 00:48:00下载
- 积分:1
-
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!-Kruskal finding minimum spanning tree algorithm, C Language, a complete Notes!
- 2022-07-23 02:10:48下载
- 积分:1
-
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列...
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code :
- 2022-05-22 05:43:42下载
- 积分:1
-
数据结构实验之一,对顺序表进行的增删查改,交过的
数据结构实验之一,对顺序表进行的增删查改,交过的-Experimental data structure one of the chronological table of the additions and deletions to search, pay-off
- 2023-01-19 23:50:03下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
data structure course design program development platform : the operating proced...
数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platform, programming tools VISUAL BASIC.NET. Operational procedures need to install the Microsoft.NET Framework 1.1. The hardware environment : more than P3 processor. Procedures function : conversion to the metric system for the band after two logic operation. Achieving Boolean expressions.
- 2022-07-04 09:59:09下载
- 积分:1
-
Super Marker POS
visualbasic的完整功能和运行代码,用于带条形码的超市库存和销售点
- 2022-01-26 07:07:56下载
- 积分:1
-
Pre
前k条最短路径(KSP)算法在国内鲜有研究,本压缩包中文献整合了自1971年此问题被提出后几十年来的论文共25篇。
其中以Martin先生的删除(Delelte)算法与Yen先生的背离(Devation)算法为主。
其中所有文献均来自网络。含有两篇中文文章以及23篇英文文章。
算法的复杂度基本控制于O(logn)内-Pre-k shortest paths (KSP) algorithm in the domestic few studies in the literature in this compressed package integration since 1971, this issue has been moved for several decades a total of 25 papers. Among them, Mr. Martin removed (Delelte) algorithm and Mr. Yen departure (Devation) algorithm is based. In which all documents are from the network. Contains two Chinese articles and 23 articles in English. The complexity of basic control algorithms in O (logn) in
- 2023-01-02 04:10:18下载
- 积分:1
-
我们的家庭作业大工程
our homework big project
- 2022-08-23 00:46:14下载
- 积分:1
-
学生注册
学生注册大学研讨会现场报名。学生注册其中的关键模块。为每个学生它在此模块中注册才把它有可能为用户访问其他模块是非常重要的。该模块将具有以下步骤·学生的重要数据学生的基本信息将被用户所提供的注册的学生。该模块将提取学生姓名,父亲姓名,出生日期,教育背景等,这些数据将被使用报告和其他模块将使用这些数据中,学生就读不同的验证,如类等。·接口因为用户通过接口的应用程序交互的接口是非常重要的。 A接口必须是易于理解和使用。控制将根据输入类型,例如日历将用于出生和文本框的日期输入姓名等使用·。验证这将使确保用户必须输入特定实体的数据写入类型。这两种形式的层面和控制层面验证将被应用。验证将还可以通过使用预先控制得到保证。·提交到数据库在提交申请时将进行异常处理,并会访问数据库提交的数据和表格将自动关闭。收费登记制度下一个模块是所有学生的收费管理。所有记录都将被存储以这样的方式,使之易于进行关节,抽象和内聚。·检查学生registraiton该应用程序将首先检查在学生注册登记,并只允许用户进行登记费,如果在学生注册系统只有在学生注册。它经营管理的适当层次的每一个学生是非常重要的。
- 2022-12-18 12:45:03下载
- 积分:1