-
used to write the right matrix inversion algorithm, the introduction of direct i...
用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
- 2022-02-05 09:38:44下载
- 积分:1
-
c language using the six methods of sorting operations, thus comparing the chara...
c语言编写,利用六种方法进行排序运算,以此对比各种排序方法的特点,包含源程序和课程设计报告。-c language using the six methods of sorting operations, thus comparing the characteristics of a variety of sorting methods, including source code and curriculum design report.
- 2023-02-17 23:20:03下载
- 积分:1
-
计算机编程艺术第一卷,学习算法和数据结构的好书
计算机编程艺术第一卷,学习算法和数据结构的好书-Art of Computer Programming I, learning algorithm and data structure books
- 2022-01-25 19:42:03下载
- 积分:1
-
" Database system implementation," the first four chapters, the databas...
《数据库系统实现》前四章,数据库实现的经典书,介绍了很多原理性的东西。-" Database system implementation," the first four chapters, the database to achieve a classic book describes the principles of a lot of things.
- 2022-01-21 06:16:59下载
- 积分:1
-
过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。...
过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
- 2023-05-31 04:50:02下载
- 积分:1
-
数据结构C++代码
数据结构C++代码-data structure C code
- 2023-05-08 17:20:02下载
- 积分:1
-
用VB+access数据库设计的学生公寓管理信息系统.有一定实用参考价值!...
用VB+access数据库设计的学生公寓管理信息系统.有一定实用参考价值!-VB access database design student apartment management information systems. Have practical value!
- 2022-09-07 23:55:03下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
数据结构文件检索
数据结构实验六
统计若干个大型英文txt文件(如英文小说)中所有单词出现的次数,并输出出现次数最多的前10个单词及其出现次数。假设单词字符定义为大小写字母、数字和下划线,其他字符均看作单词分隔符。
要求:
(1)自行设计合适的数据结构及相关算法;
(2)程序运行结束时将txt文件名以及统计结果写入磁盘;
(3)每次程序启动时(除了首次运行)将上次的结果读入内存、显示;
(4)能根据用户选择实现重新初始化、查找某单词出现次数、追加统计、退出等功能。
- 2022-01-26 00:14:54下载
- 积分:1
-
数据连接程序放到数据库里,登陆发现新版本则下载.
数据连接程序放到数据库里,登陆发现新版本则下载.-data link procedures into databases, landing discover new version will download.
- 2022-07-18 22:01:19下载
- 积分:1