搜索资源列表
强盗分金算法
- 10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲*的海盗(当然是他们自己特有的*),他们的习惯 是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包 括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方 案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名 最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan t
CP0202
- 等概率二进制的产生,重复码编码,TH编码,脉冲形成.-probability of such a binary have repeated coding, TH coding, pulse formation.
weekday
- 给年、月、日该程序转换成星期。该程序本人多次严正是对的。-to the year, month and day of the proceedings into weeks. I repeated the procedure on the stern.
fet440_adc12_06
- This example shows how to perform a repeated sequence of conversions using // \"repeat sequence-of-channels\" mode.
文本与二值图像的游程压缩[xtulbd,050418]
- 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
GSC_Schodorf.rar
- GSC為一數值演算的方法,用於求最佳值,經由反覆的演算求得最佳的結果,GSC is a numerical calculation method for seeking the best value, obtained by repeated calculation of the best results
C4_5.m
- his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the poss
GUICameraCalibrationToolboxforMatlab
- 修改Jean-Yves Bouguet的Camera Calibration Toolbox for Matlab标定工具箱添加提取角点畸变参数调整GUI,以GUI方式调整输入一阶镜头畸变提取角点,省去反复而累人的手动输入数字参数的过程,内附使用说明和介绍-Modify Jean-Yves Bouguet Camera Calibration Toolbox for Matlab the calibration toolbox add extract corner distortion pa
ML_cp
- 值得深刻阅读的基于CP的OFDM同步程序 这是一个非常好的用于OFDM的基于CP的 最大似然符号定时同步和载波同步的MATLAB仿真程序,经本人深入阅读吸收经典文献,反复编程调试而提炼而成,代码精炼有序,绝对没有错误,由此程序仿真得到的同步曲线与经典文献完全一致。同仁们阅读此程序一定受益匪浅! 这里不吝成果,特上载与诸位网友共享。也欢迎同仁们提供更多的优秀程序。 由于文献要求采用N=1024个子载波的OFDM,运行此程序需2分钟-3分钟的时间。 -Worthy of profound r
heapsort
- 从最后一个非叶子结点开始从后往前进行调整,保证了根下的所有子树都是最大堆,最后对根进行调整,使整棵二叉树为最大堆,保证了根结点为整棵数的最大值点,完成了建堆的过程,再将根结点跟最后一个结点进行交换,如此反复操作,则堆排序就完成了,其中堆排序的过程采用了满二叉树的概念。-From the final of a non-leaf node after the move began to be adjusted to ensure that the root of all sub-tree are t
kmean
- k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
M_GA
- 用4个种群来优化函数,每次取三个种群里面的最佳放入第四种群,经过反复迭代后取得函数的最佳值-4 used to optimize the function of populations, each from three of the best stocks inside Add the fourth population, after repeated iterations of the optimal value function
zuixiaoerchengdiedai
- 这是最小二乘迭代算法,能够实现匹配时的同名点反复迭代,提高匹配精度-This is the least-squares iterative algorithm that can achieve the same title match point when repeated iteration to improve the matching accuracy
thesis2002_zhangyifei
- 张一飞论文 人们认识事物的过程中,开始只是看到了各个事物的现象。这就是认识的感性阶段。在这个阶段中,还不能作出合乎逻辑的结论。  随着研究的深入,这些感觉和印象的东西反复了多次,于是在人们的脑子里生起了一个认识过程中的突变,最后产生出合乎逻辑的结论。这就是认识的理性阶段。-Zhang Yi-fei paper learn about the things people in the process of the beginning of all things just to see
biaodashi
- 按照书上介绍介绍的方法,模拟编译器计算表达式的方法,就是对栈的反复操作,具体算法见数据结构书。其中对运算符优先级确定上用到令一本书的算法。-In accordance with the method described in the book presented to simulate the calculation expression compiler method is repeated on the stack operation, the specific data structure
click2smooth
- 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
xiuzheng
- 字符串动态显示,可以动态从左至右,也可重复显示,效果极佳-String dynamic display, you can dynamically from left to right, but also repeated showed excellent results
repeated-measures-ANOVA
- 用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素- function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors. function [p, table] =
Longest-repeated-substring
- 一个计算字符串中最长重复子串的算法,开发语言是C/C-A string of the longest repeated substring algorithm development of language is C/C++
