资源列表

« 1 2 ... .67 .68 .69 .70 .71 2172.73 .74 .75 .76 .77 ... 2656 »

[数据结构常用算法smo

说明:SMO算法的m文件以及用svr测试该算法的m文件,以及smo算法文档详细介绍及使用说明-The SMO algorithm m file and test the algorithm using SVR m files, as well as the SMO algorithm document details and instructions
<ivy> 在 2024-09-21 上传 | 大小:632832 | 下载:0

[数据结构常用算法perm

说明:Permutations of k numbers using Stack
<IonutS> 在 2024-09-21 上传 | 大小:6144 | 下载:0

[数据结构常用算法datastruct_report

说明:数据结构实验 稀疏矩阵压缩存放并实现在压缩存放的基础上转置,相加。压缩包中有源码,可执行文件,还有实验报告 -Experimental data structure sparse matrix compression storage and transpose, the sum on the basis of compressed storage. Compressed package source code, executabl
<sglhsay> 在 2024-09-21 上传 | 大小:59392 | 下载:0

[数据结构常用算法Huffman-encoding

说明:哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
<木子清> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法bracket

说明:括号字符串   一个合法的括号字符串,需满足下列情况之一 该字符串为”()” 该字符串可视作两个合法括号字符串顺序拼接,如”(())()” 该字符串形如”(+任意合法字符串+)”,如”(()())” 现在给定一个括号字符串,有一些位子的字符被’?’代替,这些问号可以任意填写为一个’(‘或者’)’,求把这个字符串填写为合法括号字符串的方法数。 【输入】 输入仅包含一个字符串,由括号与问号组成。 【输出】
<Kroulis> 在 2024-09-21 上传 | 大小:3072 | 下载:0

[数据结构常用算法MergeSort

说明:利用非递归的方式实现归并排序。可理解为递归方法的逆过程。-The use of non-recursive merge sort. You can understand it as the inverse process of the recursive method.
<yang> 在 2024-09-21 上传 | 大小:6144 | 下载:0

[数据结构常用算法BT

说明:code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contai
<subodh> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法ToH

说明:The Tower of Hanoi (also called the Tower of Brahma or Lucas Tower,[1] and sometimes pluralised) is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto
<subodh> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法stack1

说明:a stack is a particular kind of abstract data type or collection in which the principal (or only) operations on the collection are the addition of an entity to the collection, known as push and removal of an entity, know
<subodh> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法DoubleLinkedList

说明:java描述的双链表,可以向前向后遍历,-java described doubly linked list, forward and backward traversal
<李强> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法sp

说明:狄克斯特拉算法:求一点到其余点的最短路径-the Dijkstra for short path
<胡锋杰> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法rodrigues

说明:3x1旋转向量可转化成3x3的正交单位矩阵.即向量与X,Y,Z的夹角。-rotation drigue
<> 在 2024-09-21 上传 | 大小:2048 | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 2172.73 .74 .75 .76 .77 ... 2656 »

源码中国 www.ymcn.org