-
VB6 ACCESS2000 including source codes and installation files,
VB6+ACCESS2000 包括源码和安装文件,-VB6 ACCESS2000 including source codes and installation files,
- 2022-03-23 22:02:43下载
- 积分:1
-
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。...
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。-with JAVA development of the database underlying core, Java is used to study the development of a database system the necessary information.
- 2023-07-26 05:25:03下载
- 积分:1
-
数据结构作业,用链表堆栈求解中缀算术表达式,win32开发
数据结构作业,用链表堆栈求解中缀算术表达式,win32开发-data structure operations, using chain Stack Solution sergeant arithmetic expression, the development of win32
- 2023-03-02 12:50:03下载
- 积分:1
-
staff of the Information Management System
教职工信息管理系统-staff of the Information Management System
- 2023-04-07 10:50:03下载
- 积分:1
-
对内存内连续区域的数据进行排序,排序采用了交换排序的方法...
对内存内连续区域的数据进行排序,排序采用了交换排序的方法-Continuous region of memory to sort data, sort order using the exchange method
- 2022-03-06 11:11:52下载
- 积分:1
-
chain matrix multiplication to solve the problem through dynamic programming met...
求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
- 2022-03-14 04:42:57下载
- 积分:1
-
直接插入排序
排序过程:整个排序过程为n
直接插入排序
排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, and then from the first two records began to insert one by one until the entire sequence has Preface
- 2022-05-17 09:28:42下载
- 积分:1
-
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
- 2023-05-31 21:45:02下载
- 积分: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
-
Seek the shortest path, based on the VISUAL C++ Developed source code belonging...
求最短路径,基于VISUAL C++开发的源代码 属于数据结构-Seek the shortest path, based on the VISUAL C++ Developed source code belonging to the data structure
- 2022-02-14 15:27:45下载
- 积分:1