搜索资源列表
k-search2
- 一个功能强大的搜索系统,具有无限级的分类功能,对每一个分类生成静态分类目录,大大减轻了服务器负担 v2.1版本重新编写了程序代码,优化了程序结构,增强了多个功能,使系统更稳定、速度更快,添加了静态目录的分页功能、相关搜索功能(关键词统计)、批量删除分类、网站功能 -a powerful search system with unlimited levels of functional classification, a classification of each generation
error_correction_coding
- 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配套代码,是由C和matlab两种语言编写的-compressed files is Error Correction Coding - Mathemat da Methods and Algorithms (Wiley, 2005) Author : (Todd K. Moon) matching
pre_k_min
- 从文件中读取一定量的数据,用分治法求出数组中的前K小元素。-read from the document a certain amount of data, with partition derived array of small elements of the former K.
us_anasp
- 光学设计软件zemax源码: This DLL models an nular aspheric surface as described in: \"Annular surfaces in annular field systems\" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surfa
josep
- Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m,从某个指定的第一个人开始,沿环计数,每遇到第m个人就让其出列,且计数继续进行下去。这个过程一直到所有的人都出列为止。最后出列都优胜者。每个人出列的次序定义了整数1,2,...,n的一个排列。这个排列称为一个(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4.对于给定的1,2,...n中的k个数,Josephus想知道是否存在一个正整数m(n,m)Josephus排列的最后
sum
- 已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K,当n足够大的时候,Sn大于K。 现给出一个整数K(1<=k<=15),要求计算出一个最小的n;使得Sn>K。 Input 键盘输入 k Output 屏幕输出 n Sample Input 1 Sample Output
2D_SIMPLEC_CFD_Codes
- 二维SIMPLEC程序,包含三个project:二维稳态传热,常粘度系数湍流的动态模拟,湍流中被动标量扩散(基于时均的 k –ε方程. 同时压缩包中还有详细的说明文档. 注意:本程序只限于学习用途,切勿作商业用途,作者享有对此代码及使用目的的最终解释权! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copie
Floyd-Warshall-c-chengxi
- Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结
dist10
- ISO mp3 sources (distribution 10) Layer 1/2/3, C Source, 512 k Sources of the Mpeg 1,2 layer 1,2,3 audio encoder and decoder distributed by the ISO group in charge of the MPEG.
chapter100
- Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless Applications, % Prentice Hall PTR, 2004.
3
- 求第K个最小值 比2分法还快的算法 只要比N-1次就行
kmul
- 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积。 编程任务:对于给定的I 和k,编程计算I的最大k乘积。
DES_PC--k
- if (pfile() == 0) unlink(inname) else fprintf(stderr, \"%s: I/O Error -- File unchanged\\n\", inname) fclose(outfile) fclose(infile) } exit(0)
texture-gabor.rar
- gabor提取纹理特征,k-means方法无监督聚类进行图像分割,extract texture feature, cluster by k-means
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
Find
- 在o(n)时间内,从一个数组中寻找到第k大的数-Find a k-th elem from an array
wubanwenti
- 舞伴问题假定在一舞会上,男士排成一队,女士排成一队。跳舞开始时,依次从男队和女队的队头各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。设计要求:模拟上述舞伴系统,并能计算对于任何男士A和女士B在哪一轮舞曲中的k次跳舞? -Question assumes that a dance partner, the men line up a team, ladies and line up a team. Dancing began, followed by men
thecprogramminglanguage
- K&R经典里的源码 很好代码,很简洁. 里面讲到C的比较经典的东西.-k&r sources code
K-Means
- K-means algorithm code matlab
K-proximity-algorithm
- 机器学习K临近算法python代码,整个工程都有,直接可以运行。-Machine learning algorithm K near the python code, the entire project has a direct run.
