-
tour of the campus code extremely Note
校园导游的代码极其说明-tour of the campus code extremely Note
- 2023-02-11 02:10:04下载
- 积分:1
-
这个来源属于中国公开
本源码属于mysql开源数据库的中文帮助文档,设计sql的基本操作,和mysql特定的规范。-This source belongs to the Chinese open-source database mysql help documentation, design sql basic operations, and the mysql-specific norms.
- 2022-04-16 13:30:13下载
- 积分:1
-
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)...
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)-a VB prepared by the very representative of the database search (though not impressive interface)
- 2022-02-26 20:18:39下载
- 积分:1
-
VB为前台,SQL_SERVER为后台的关于宾馆的数据库编程
VB为前台,SQL_SERVER为后台的关于宾馆的数据库编程-prospects for VB, SQL_SERVER background on the hotel Database Programming
- 2022-03-14 22:29:19下载
- 积分:1
-
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是...
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化.
-traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
- 2022-02-27 00:08:38下载
- 积分:1
-
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算...
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分,并分析算法的计算复杂度。-in a circle around the playground are placed n gravel pile. Is a stone should order to be merged into a heap. Stipulated that only elected adjacent to the pile of gravel into the new heap, and a new pile of gravel credited for the combined scores. Design a test algorithm to calculate n heap into a pile of gravel to the minimum score and the biggest score and analysis of algorithm complexity.
- 2022-03-22 21:40:18下载
- 积分:1
-
May realize a web service database query, update, delete a feature, simple and d...
实现了 web service得数据库查询,更新,删除得功能,简便耐用。-May realize a web service database query, update, delete a feature, simple and durable.
- 2022-06-21 06:54:53下载
- 积分:1
-
This is a server
这是聊天系统的服务器端,它控制客户端程序的登录和连接,采用ACCE-This is a server-side chat system, which controls the client program to log in and connect, using ACCE
- 2023-07-13 02:20:02下载
- 积分:1
-
K-均值在 C 编程
// kmeans.c//伊桑·布罗德斯基2011年//月#include#include#include#定义SQR(X)((X)*(X))#定义MAX_CLUSTERS16#定义MAX_ITERATIONS100#定义BIG_double(INFINITY)无效失败(字符*海峡){的printf(STR);出口(-1);}双calc_distance(INT暗淡,双* P1,双* P2){双distance_sq_sum= 0;对于(INT II=0;二
- 2023-07-21 00:35:03下载
- 积分:1
-
基于数据库的编成,程序是模块化的编写,利用摁钮实现对话框的调用。数据库是SQL...
基于数据库的编成,程序是模块化的编写,利用摁钮实现对话框的调用。数据库是SQL-based on the composition of the database, the procedure is the preparation of modular, using pressed the button to achieve box call. The database is SQL
- 2022-05-30 07:09:08下载
- 积分:1