CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - pailie
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - pailie - List
[
Other
]
pailie
DL : 0
全排列的C语言算法,提供了多种实现,希望对大家学习有用-full array of C language algorithms, providing a wide variety of achievement, we hope to learn useful
Update
: 2008-10-13
Size
: 6.43kb
Publisher
:
blue_sky0915
[
Other
]
pailie
DL : 0
排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1-problem with M-1, N 0 is the order (high-efficiency version) with a few : c (m n, n) of n 0, m one, I think is this : each can be arranged IPP : 0 whole, a whole, the sub - problems out of the long established : r, s, t. - is the question of (n, m) = (n-r, m-s), where 0
Update
: 2008-10-13
Size
: 4.36kb
Publisher
:
happynp
[
CSharp
]
pailie
DL : 0
这是一个全排列的算法,实现是比较容易的,只是要做到最优还是要花一些时间,而这个算法,作的很好啊
Update
: 2008-10-13
Size
: 717byte
Publisher
:
jdwh
[
Other resource
]
pailie
DL : 0
C语言实现 排序源程序(包括直接插入、希尔、冒泡、快速、简单选择、堆排序
Update
: 2008-10-13
Size
: 6.37kb
Publisher
:
HEYINGPING
[
JSP/Java
]
pailie
DL : 0
用java实现了数学上的排列组合问题,包括Cmn,Pmn,Pnn三种排列组合的情况
Update
: 2008-10-13
Size
: 2kb
Publisher
:
yang
[
Other
]
pailie
DL : 0
建立一个10结点的单向链表,每个结点包括:学号、姓名、性别、年龄。对其进行排序,采用插入排序法,按学号从小到大排列。
Update
: 2008-10-13
Size
: 803byte
Publisher
:
岳慧晴
[
Other
]
pailie
DL : 0
计算1~n的全排列,并列出所有的全排列
Update
: 2008-10-13
Size
: 9.43kb
Publisher
:
祝向辉
[
Other resource
]
pailie
DL : 0
可以自动生成排列 你输入一个数字 百年自动生成1---这个数字的所有排列
Update
: 2008-10-13
Size
: 6.12kb
Publisher
:
edsion
[
Other
]
pailie
DL : 0
算法分析全排列快速实现,是基本的算法实现,可以借鉴参考
Update
: 2008-10-13
Size
: 8.86kb
Publisher
:
苏醒
[
Other
]
pailie
DL : 0
全排列的C语言算法,提供了多种实现,希望对大家学习有用-full array of C language algorithms, providing a wide variety of achievement, we hope to learn useful
Update
: 2025-02-19
Size
: 210kb
Publisher
:
blue_sky0915
[
Other
]
pailie
DL : 0
排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1-problem with M-1, N 0 is the order (high-efficiency version) with a few : c (m n, n) of n 0, m one, I think is this : each can be arranged IPP : 0 whole, a whole, the sub- problems out of the long established : r, s, t.- is the question of (n, m) = (n-r, m-s), where 0
Update
: 2025-02-19
Size
: 4kb
Publisher
:
happynp
[
Data structs
]
pailie
DL : 0
C语言实现 排序源程序(包括直接插入、希尔、冒泡、快速、简单选择、堆排序-C language source code sort (including direct insertion, Hill, bubble, quick, simple choice HEAPSORT
Update
: 2025-02-19
Size
: 6kb
Publisher
:
HEYINGPING
[
JSP/Java
]
pailie
DL : 0
用java实现了数学上的排列组合问题,包括Cmn,Pmn,Pnn三种排列组合的情况-Using java realize the mathematical permutation and combination issues, including the Cmn, Pmn, Pnn three permutation and combination of circumstances
Update
: 2025-02-19
Size
: 2kb
Publisher
:
yang
[
Other
]
pailie
DL : 0
建立一个10结点的单向链表,每个结点包括:学号、姓名、性别、年龄。对其进行排序,采用插入排序法,按学号从小到大排列。-The establishment of a 10 node one-way linked list, each node include the following: Student ID, name, gender, age. Its sort using insertion sort method, according to study its order from small to large.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
岳慧晴
[
Other
]
pailie
DL : 0
计算1~n的全排列,并列出所有的全排列-1 ~ n the calculation of the entire array, and list all the full-order
Update
: 2025-02-19
Size
: 277kb
Publisher
:
祝向辉
[
Algorithm
]
pailie
DL : 0
可以自动生成排列 你输入一个数字 百年自动生成1---这个数字的所有排列-You can be automatically generated with a digital input automatically generated one hundred years- the figures all with
Update
: 2025-02-19
Size
: 925kb
Publisher
:
edsion
[
Other
]
pailie
DL : 0
算法分析全排列快速实现,是基本的算法实现,可以借鉴参考
Update
: 2025-02-19
Size
: 9kb
Publisher
:
苏醒
[
CSharp
]
pailie
DL : 0
这是一个C#语言实现的递归和其他方法求全排列的程序。目前网上很少有c#版的。-This is a C# Language and other means of recursive procedures with the overall situation. At present, very few online c# Version.
Update
: 2025-02-19
Size
: 54kb
Publisher
:
王德安
[
Other
]
pailie
DL : 0
这是前段时间写的排列算法,呵呵,欢迎大家来下载-This is written with earlier algorithm, huh, huh, welcome everyone to download
Update
: 2025-02-19
Size
: 335kb
Publisher
:
zuoxue
[
Windows Develop
]
pailie
DL : 0
依次输入exchange swap tianchongJ即可,若想修改全排列矩阵的大小,可在MATLAB中打开tianchongJ修改J和N -Exchange swap tianchongJ order to enter, If you want to modify the whole matrix with the size, can be opened in MATLAB in J and N modify tianchongJ
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张希
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.