-
数据结构与算法
数据结构与算法-程序、素材二叉链表类派生应用类测试-Data Structures and Algorithms- procedures, materials list binary application-type test derived category
- 2022-07-20 14:21:24下载
- 积分:1
-
这是一个用CUDA平台实现的简单的排序。具有参考价值
这是一个用CUDA平台实现的简单的排序。具有参考价值-This is a simple to use CUDA platform of the sort. With a reference value
- 2023-03-14 05:45:03下载
- 积分:1
-
Example VB Code in an Excel*. xls file for programmatically recalculating and re...
Example VB Code in an Excel *.xls file for programmatically recalculating and resizing DataLink functions. Last Updated July 2006-Example VB Code in an Excel*. xls file for programmatically recalculating and resizing DataLink functions. Last Updated July 2006
- 2022-06-21 06:59:59下载
- 积分:1
-
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边...
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边的数据,转换为邻接矩阵的数据 */
/* 4、路径矩阵初始化,若arc[i][j]
- 2022-10-03 09:55:03下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
Is a data structure in the learning plan to prepare the structure, is mainly use...
是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了-Is a data structure in the learning plan to prepare the structure, is mainly used two methods to generate the need for the graph structure, in which there is a header file are annotated, if you want to use words, just another header file to the Notes and the cancellation of Notes, in the main method to a class name like the
- 2023-04-02 18:10:04下载
- 积分:1
-
备份及取备份.zip
备份及取备份.zip-backup and take backup. Zip
- 2022-03-18 20:09:35下载
- 积分:1
-
需要sql的支持
需要sql的支持-need the support sql
- 2022-02-03 23:39:01下载
- 积分:1
-
dbf操作软件
利用C#语言操作dbf数据库,改程序采用VFPODBC类库,利用类库提供的接口对dbf数据库进行读写删改等操作。比较少见哦,当前的数据库操作主要针对sql server、oracle等主流数据库,对dbf数据库非常少见,但是在shapefile等文件操作时非常有用。
- 2022-03-23 14:54:42下载
- 积分:1
-
分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的
分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
- 2023-05-30 03:30:03下载
- 积分:1