-
数据结构教程代码
严蔚敏 上机实验操作代码
数据结构教程代码
严蔚敏 上机实验操作代码-Data Structure Course Code YAN Wei-min experimental operation on machine code
- 2022-03-22 19:43:11下载
- 积分:1
-
Joseph A solution, the main use of the array to resolve the symbol C++ Source co...
约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
- 2022-06-21 12:17:25下载
- 积分:1
-
一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少...
一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少加油次数。并证明算法能产生一个最优解-Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to refuel along the way so that the least number of refueling. For a given n and k-station location, the calculation program for at least the number of refueling. And to prove that the algorithm can produce an optimal solution
- 2023-08-07 06:10:03下载
- 积分:1
-
界面清新的datagridview控件,一个商务系统
界面清新的datagridview控件,功能简易的商务系统,适合初学者借鉴的C#代码
- 2022-06-12 08:17:22下载
- 积分:1
-
on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring...
有关于SQL方面的教程中文版大约0。25M左右希望能够大家带来帮助。-on SQL Guide to the Chinese version of about 0. About 25M hope we can help bring about.
- 2023-06-12 12:55:04下载
- 积分:1
-
清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。...
清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。-version of the experimental data structure book series to solve the problems of the original Queen"s procedures, or dynamic display.
- 2022-04-19 18:18:26下载
- 积分:1
-
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with ar
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with arbitrary bounds.
Content. 1. Algorithm
2. Classes
3. Program Files
4. Tests
5. Compiling
6. Running (Log File)
7. Download
- 2022-01-25 20:22:55下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
一个用vb编的数据库的基本操作。
一个用vb编的数据库的基本操作。-vb series with a database of the basic operation.
- 2022-02-01 11:08:54下载
- 积分:1
-
ORACLE The largest component of the logic. ORACLE database by one or more table...
ORACLE最大的逻辑组成部分。ORACLE数据库由一个或多个表空间组成,一个表空间由一个或多个数据文件组成,但一个数据文件只能属于一个表空间。数据库表等对象是存放在表空间中的。-ORACLE The largest component of the logic. ORACLE database by one or more table space for components, a table space by one or more data files, a data file can only belong to a table space. Database tables and other objects are stored in the table space.
- 2022-03-17 19:34:39下载
- 积分:1