搜索资源列表
serial-concatenation-of-repetition-code-and-FQPSK.
- FQPSK与简单重复码的迭代译码,简单重复码做为外码-serial concatenation of repetition code and FQPSK ,in which repetition code is the out code
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
suanfa
- 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
diedai
- 迭代法 C语言 方法简单易懂易学 希望大家下载 使用。-very easy
newton
- 很简单的牛顿算法,不考虑其他的东西,只用简单的迭代-new ton
pso
- 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
1-Newton
- 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
t1
- 迭代法 最简单的方法求取一个阈值 用来分割图像-Iteration threshold method
sound
- 聆听混沌的声音 本世纪70年代初,美国普林斯顿大学的生态学家R·May在研究昆虫群体繁殖规律时提出一个著名的模型: χ[n+1]=k*χ[n]*(1-χ[n]) 其中χ[n]表示第n代群体的数目。当给定一个初始的χ[0]值,然后不停地迭代,人们发现随着k值的不同,得到的序列χn 有许多有趣的现象。当k值介于0与1之间时,χ[n]经过一定次数的迭代后都趋于0。当k值介于1和3之间时趋于1/k,当k值大于3时,经过一定次数的迭代后χ[n]在2个值之间交替变化,k值
Beginning_Python_From_Novice_Code
- 这是《Python基础教程》第2版的随书源码。代码中既包含对Python中基础知识如字符串函数、字典、类和对象、迭代器、异常的简单使用,也包括10个基于Python的项目代码,包括及时标记、绘画、XML操作、即时通信、CGI远程、BBS、XML-RPC文件共享、基于GUI的文件共享、街机游戏。-This is the " Python Basic Tutorial" with the book version 2 source code. Code contains both
gradient-projection-method
- 以梯度投影法迭代直接求解出观测值的改正数,给出一个简单算例,以资验证。 -The correction of the observation is obtained by the interation with gradient projection method and a simple calculation example is given to verify it
SUMT
- 以SUVM迭代直接求解出观测值的改正数,给出一个简单算例,以资验证。 -The correction of the observation is obtained by the interation with gradient projection method and a simple calculation example is given to verify it
yakabi
- 用C完成的一个yakebi简单程序,可通过此程序对雅克比比迭代法进行学习-C language completed a yakebi simple program can through this program over iteration method of Jacques for learning
jacobi
- fortran程序实现简单的jacobi迭代 VF6.6 下编译通过 需安装mpich-jacobi iteration
mathmatic-analysis
- 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
Jacobi
- 本程序用C语言实现雅克比迭代法的应用,很简单。-This program with C language application of the Jacobi iterative method is very simple.
Simpleiterative
- 利用简单迭代(Simpleliterate)方法求解方程的Fortran程序-Using the method of simple iteration (Simplelitaerate) to solve the equation of the Fortran program
最小二乘法和牛顿迭代
- 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
MaxEntropy
- 最大熵模型,改进迭代尺度法python实现,包含数据集,结构简单,注释明确(Maximum Entropy Model, Improved Iterative Scale Method Python Implementation, Contains Data Set, Simple Structure, Clear Comments)
yiweierwei
- 简单的landweber迭代算法,可应用于一维、二维图像重建。(Simple landweber iterative algorithm can be applied to one-dimensional andtwo-dimensional image reconstruction.)
