-
李春葆数据结构全书源码
这是李春葆的《数据结构全书》的源码,亲测运行通过,比较适合自学数据结构,好东西当然不能独吞了,好评呦,亲!适合考研的同同学
- 2022-05-19 03:22:52下载
- 积分:1
-
achieved using the binary tree traversal sequence which read and storage, will b...
用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
- 2023-05-12 02:45:03下载
- 积分:1
-
Depth
深度优先搜索求迷宫问题
采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick
- 2022-03-26 08:10:11下载
- 积分:1
-
documents to the database. Sql file stored in Database folder; 2, the first in S...
本程序所有数据库文件都以.sql文件保存在Database文件夹里; 2、首先在SQL查询分析器中运行CreateDatabase.sql文件创建数据库; 3、运行其他所有的.sql文件即可创建好了本程序的数据库;-documents to the database. Sql file stored in Database folder; 2, the first in SQL Query Analyzer run CreateDatabase.sql database file creation; 3, running all the other. Sql documents can establish a better process of the database;
- 2022-04-24 09:01:50下载
- 积分:1
-
matlab 三种聚类算法合集(机器学习)
机器学习的基础在于分类与聚类,此处分享三种聚类算法,matlab平台
- 2023-02-25 06:15: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
-
ACCESS VBA编写系统托盘源程序源码,效果很不错
ACCESS VBA编写系统托盘源程序源码,效果很不错-ACCESS VBA source code to prepare the system tray, the effect is pretty good
- 2022-07-12 06:17:20下载
- 积分:1
-
VB MATRIX SOL
这个程序是非常有用的解决矩阵,如果有人想要更多的搜索可以找到这个地址
- 2022-07-04 23:31:03下载
- 积分:1
-
adorwacce
AdoRWAcce
- 2022-03-07 08:12:15下载
- 积分:1
-
数据结构课设:三个野人和三个传教士(C实现)
三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。
- 2022-08-13 05:53:10下载
- 积分:1