资源列表

« 1 2 ... .24 .25 .26 .27 .28 2429.30 .31 .32 .33 .34 ... 2656 »

[数据结构常用算法eight-queen

说明:数据结构经典问题 八皇后问题 使用c++语言进行实现-Eight queens problem data structure
<岳震林> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression_calcuate

说明:输入一个表达式,可以求出表达式的值(表达式中可以带括号,进行加减乘除运算)-Enter an expression, you can calculate the value of the expression (expression in parentheses, are add, subtract, multiply and divide operations)
<葛格> 在 2024-11-07 上传 | 大小:24kb | 下载:0

[数据结构常用算法Huffmancode

说明:依据字符出现概率来构造异字头的平均长度最短的码字-On the basis of the average length of characters appear different prefix probability to construct the shortest codeword
<葛格> 在 2024-11-07 上传 | 大小:13kb | 下载:0

[数据结构常用算法MinMaxHeap

说明:最小最大堆的插入,删除,找最大最小值操作实现(写成C++库文件的形式,可在.cpp代码中直接调用)-MinMaxHeap, we can implement findMin and findMax in O(1) time and insert or delete in O(log n) time.
<hzf> 在 2024-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法mergesort

说明:用C++实现在数据的输入,并通过输入要查找的数据的值返回所查找的数据所在数组中的位置-In c++ to realize the data input, and through the input data to find the value of the return to find the position of the array of data
<echo42> 在 2024-11-07 上传 | 大小:18kb | 下载:0

[数据结构常用算法4.6

说明:用C++实现的。给线性表添加一个成员函数,倒置线性表中元素的顺序。对于n个元素的线性表,算法的时间代价为n.-With c++ implementation. Linear table to add a member function, the order of the elements in a linear inversion table. For the linear table of n elements, the algori
<echo42> 在 2024-11-07 上传 | 大小:17kb | 下载:0

[数据结构常用算法4.17

说明:编写一个递归算法实现: T(n)=T[n/2](向上取整)+T[n/2](向下取整)+n T(1)=1 然后用栈来模拟递归调用,重新编写一个算法. -Write a recursive algorithm implementation: T (n) = T (rounded up) [n/2]+ T n/2+ n (round down) T (1) = 1 Then use the stack to si
<echo42> 在 2024-11-07 上传 | 大小:16kb | 下载:0

[数据结构常用算法dbscan_homework

说明:dbscan算法,数据挖掘期末作业。用matlab编写。自己是一份报告。内含全部代码。测试可以使用。-dbscan algorithms, data mining final assignment. Written in matlab. It is a report. Contains all the code. Test can be used.
<许鑫> 在 2024-11-07 上传 | 大小:30kb | 下载:0

[数据结构常用算法Observer

说明:a observer pattern desing example in c++ a basic class room one
<jymbovs> 在 2024-11-07 上传 | 大小:1.68mb | 下载:0

[数据结构常用算法MatrixChain

说明:实验二-矩阵链乘 Descr iption 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。-Mat
<genegi> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Source1

说明:change hb matrix to csc matrix
<jilin university> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法C_A-topological-sort

说明:用C写的,输入一张图的顶点和入度,得出顶点的拓扑排序-Written in C, the degree of input into the vertex and a graph, draw the vertices of topological sorting
<林晓> 在 2024-11-07 上传 | 大小:2kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 2429.30 .31 .32 .33 .34 ... 2656 »

源码中国 www.ymcn.org