资源列表

« 1 2 ... .39 .40 .41 .42 .43 244.45 .46 .47 .48 .49 ... 2656 »

[数据结构常用算法YUESEFU2

说明:用双链表实现的踢人问题,一群人按顺序排成一圈,从第一个人开始每隔M人踢出一个人,如此循环,求已知最后n个被踢出的,求M-used to achieve the double chain gangs, a group of people formed a circle on the order, started from the first one out of every M-1, so the cycle, known for the last n throwaway, for M
<wodezui-i> 在 2025-07-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法REVERSE1

说明:设表的Reverse运算将表中次序反转,实现单链表的Reverse,为公有成员-based questionnaire Reverse Operators will reverse the table order to achieve single-Chain Reverse. members of the public
<wodezui-i> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法jhgrerfgjz

说明:一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法-a simple matrix inversion for the C language algorithms for a simple matrix inversion of the c language a simple algorithm The matrix inversion for the C language algorithms for a simple matrix
<> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法MERGE-SingleADT1

说明:用单链表实现对两个无序 A,B表进行合并并使的合并后的表按从小到大排序-The realization of single-chain disorder of the two A, B table after the merger and the merger of the table by small to large order
<wodezui-i> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法ssdff

说明:可重用的向量 矩阵类代码.rar(29.75K)?芍赜玫南蛄?矩阵类代码.rar(29.75K)可重用的向量 矩阵类代码.rar(29.75K)-reusable vector matrix category code. Rar (29.75K) reusable vector matrix category code. R ar (29.75K) reusable vector matrix category code. rar (29.75K) reusable vector Moment
<> 在 2025-07-02 上传 | 大小:29kb | 下载:0

[数据结构常用算法SplitADT

说明:链表L,创建公有成员函数Split(A,B ),创建2个新表A,B,使的A 中含有L中奇数位置元数,B中含L偶数位置元数 -Chain L, create public member function Split (A, B), to create two new tables A, B, A so containing L odd position of a few yuan, B-L even a few locations yuan
<wodezui-i> 在 2025-07-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法primercode

说明:很显然,学习C++——不只是学习其语言架构,还包括学习如何应用—的最佳方法,就是通过问题的解决和实际的操作来进行。Standely Lippman和Josee Lajoie所著的畅销书《C++ Primer 3/e》书上源码 -Obviously, learning C++- Not just to learn their language structure, but also learning how to use- the best way to do this is through th
<qgfhit> 在 2025-07-02 上传 | 大小:168kb | 下载:0

[数据结构常用算法h264_msvc_build

说明:我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
<qgfhit> 在 2025-07-02 上传 | 大小:14kb | 下载:0

[数据结构常用算法sheel

说明:数据结构中的希尔排序算法的可行性实现,主要在vc中实现-data structure Hill sorting algorithm to achieve the feasibility, primarily in achieving vc
<小酷> 在 2025-07-02 上传 | 大小:105kb | 下载:0

[数据结构常用算法cfl

说明:上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Lan
<wu> 在 2025-07-02 上传 | 大小:301kb | 下载:0

[数据结构常用算法dicorder

说明:n个元素{1,2,…,n}有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。 给定n以及n个元素{1,2,…,n}的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 -n elements (1, 2, ..., n) n! Different permutations. This n! Arranged according to a lexicographic order, and numbered 0,
<wu> 在 2025-07-02 上传 | 大小:131kb | 下载:0

[数据结构常用算法stringcmp

说明:设A和B是长度相同的2个字符串。A和B的距离定义为相应位置字符距离之和。2个非空格字符的距离是它们的ASCII码之差的绝对值。空格与空格的距离为0;空格与其它字符的距离为一定值k。 字符串A的扩展是在A中插入若干空格字符所产生的字符串。在字符串A和B的所有长度相同的扩展中,有一对距离最小的扩展,该距离称为字符串A和B的扩展距离。 对于给定的字符串A和B,试设计一个算法,计算其扩展距离。 -Let A and B is the same length of two strings. A
<wu> 在 2025-07-02 上传 | 大小:162kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 244.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org