-
C语言做的一个数据库的小程序,虽然小,但是可以帮助初学者学习怎样用C实现数据库编程...
C语言做的一个数据库的小程序,虽然小,但是可以帮助初学者学习怎样用C实现数据库编程-C language to a database of small programs, although small, but can help beginners learn how to use C Database Programming
- 2022-03-10 06:15:55下载
- 积分:1
-
利用Access数据库制作的学生管理系统,可以方便的进行查询和其他管理。...
利用Access数据库制作的学生管理系统,可以方便的进行查询和其他管理。-use Access database produced by the student management system, to facilitate the conduct of inquiries and other management.
- 2023-05-18 09:20:03下载
- 积分:1
-
数据库SQL语句应用大全
数据库SQL语句应用大全-SQL database application Daquan
- 2023-03-28 13:45:03下载
- 积分:1
-
《数据结构与程序设计》书本所有源代码
《数据结构与程序设计》书本所有源代码-" Data Structure and Program Design" books of all the source code
- 2022-02-22 00:20:03下载
- 积分:1
-
公司人员管理系统
公司人员管理系统实现对公司人员按姓名或者编号显示、查找、增加、删除和保存各类人员信息的操作。 其中,人员编号在生成人员信息时同时生成,每输入一个人员信息编号顺序加1。 程序对所有人员有提升级别的功能
- 2022-03-03 21:43:16下载
- 积分:1
-
图的算法学习(C语言程序)完整版
图的相关学习,对建立图,图的一系列基本函数的操作,有详细的注释!
- 2022-11-15 00:25:02下载
- 积分:1
-
使用两个向量的叉积判断两线分割…
使用两个向量的叉积来判断两条线段是否相交-The use of the cross product of two vectors to determine whether two line segments intersect
- 2022-03-24 16:16:40下载
- 积分:1
-
同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。...
同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。-At the same time, rear and len, respectively, annular instructions squadron tail queue element containing the location and the number of elements. Design corresponding to the team and the team algorithm.
- 2023-03-12 17:10:04下载
- 积分:1
-
1。我用VC 6编写的程序,包括过程的顺序…
1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
- 2022-03-11 19:21:53下载
- 积分:1
-
KMP算法
解决了BruteForce算法效率低下的问题,并且在该基础上完成了子串重复时的性能优化
- 2023-05-15 20:00:02下载
- 积分:1