资源列表

« 1 2 ... .17 .18 .19 .20 .21 1722.23 .24 .25 .26 .27 ... 2656 »

[数据结构常用算法Strassen

说明:利用Strassen算法求2^n维随机数组乘法。-Strassen algorithm for the use of 2 ^ n-dimensional random array multiplication.
<西嘉嘉> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法suan-fa-bian-ma

说明:算法编码的实现 进一步熟悉算法编码过程;掌握超长小数的转换方法和调试技术。-The realization of the algorithms
<郭奕衡> 在 2024-10-05 上传 | 大小:10240 | 下载:0

[数据结构常用算法Sift

说明:对SIFT算法进行详细描述,使初学者能更清晰的掌握SIFT算法-A detailed descr iption on the SIFT algorithm ,beginners can understand SIFT algorithm more clearly through the file.
<wufang> 在 2024-10-05 上传 | 大小:911360 | 下载:0

[数据结构常用算法AVLTree2

说明:数据结构课程的实验。构造二叉搜索树,构造平衡二叉树-用AVL树实现,可以用两种树比较调平的过程,有插入节点、删出结点、调平、缩格打印树等功能。-Data structures course experiment. Construct a binary search tree, balanced binary tree structure- achieved with the AVL tree, the tree can be compa
<Michael Zhou> 在 2024-10-05 上传 | 大小:495616 | 下载:0

[数据结构常用算法4444444

说明:精华游戏算法整理 很久以前就知道了A*算法,但是从未认真读过相关的文章,也没有看过代码,只是脑子里有个模糊的概念。这次决定从头开始,研究一下这个被人推崇备至的简单方法,作为学习人工智能的开始-Essence of the game finishing algorithm
<帝风> 在 2024-10-05 上传 | 大小:126976 | 下载:0

[数据结构常用算法6666

说明:很完整的2、8、10、16进制转换方法 最近在研究C语言,因为要用到各进制间转换,所以收集了一些资料…-英语中文(简体)日语 Is a complete binary conversion method 2,8,10,16 Recent study of the C language, because to use to convert between the hex, so collect some informatio
<帝风> 在 2024-10-05 上传 | 大小:5120 | 下载:0

[数据结构常用算法BFS

说明:广度优先搜索算法,是搜索算法的一种,内附实例-The breadth-first search algorithm
<homepage> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法StuInfo

说明:用数据结构编写的 学生管理系统 根据数据结构C++语言描述(任燕著)此书来编写的 -Students with the data structure management system written in
<张矿宝> 在 2024-10-05 上传 | 大小:1960960 | 下载:0

[数据结构常用算法kuaisupaixu

说明:实现快速排序,这里采用的是C++编程,比二分法更好用-shixian kuaisu paixu,zheli caiyong de shi C++ biancheng
<大国之约> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法HaffmanCode

说明:1、本程序在初始化字符集后应能进行字符文件的编码、译码功能。 2、演示程序应以用户和计算机对话的方式执行,即在计算机终端上显示提示信息之后,由用户在键盘上输入程序中规定的命令,相应的输入数据和结果显示在其后面。 3、程序执行的命令包括: (1)初始化;(2)编码;(3)译码;(4)印编码文件;(5)退出程序; -1, the program should be able to initialize character s
<颜坚敏> 在 2024-10-05 上传 | 大小:112640 | 下载:0

[数据结构常用算法DF

说明:DF算法的应用程序源代码,可作为编程时使用的DF模板-DF algorithm application source code, programming can be used as a template DF
<nikita> 在 2024-10-05 上传 | 大小:19456 | 下载:0

[数据结构常用算法Fibonacci

说明:菲波那契数列如下:1,1,2,3,5,8,13,21,34......其中a[1] = 1, a[2] = 1, a[n]=a[n-1]+a[n-2](n>=3)。对给定的下标n,求解a[n] 1997的值. -Fibonacci numbers are as follows: 1,1,2,3,5,8,13,21,34 ...... which a [1] = 1, a [2] = 1, a [n] = a [n-1]+ a
<Li> 在 2024-10-05 上传 | 大小:1024 | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 1722.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org