搜索资源列表
CSharp例子
- C#编程实例,包含内容丰富,适合C#初学者学习。各个实例的代码与书中的编号是一致的,如第3章实例64的代码在目录“第3章\\Example064-创建轨迹梯度”中。-C# programming examples include rich content, suitable for beginners to learn C#. Various examples of the code book and the number is the same as Chapter 3 of 64 examp
共轭梯度法
- 上述算法的④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)终止准则为H终止准则-above algorithm output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (in terms of) the termination criteria f
4
- c# +AE9.2 栅格数据操作 ESRI栅格数据生成 插值 采用自带算法和一个反梯度算法-c#+ AE9.2 Raster Data Manipulation ESRI raster data interpolation used to generate its own algorithm and an anti-gradient algorithm
PID
- 我做的程序是用来控制一个温度梯度的变化,具体的是从97度到54度再到72度-I have done the procedure is used to control a temperature gradient change, specifically from 97 degrees to 54 degrees then 72 degrees
licence
- 牌照识别改进的FR共轭梯度算法及其全局收敛性Modified FR -License Plate Recognition
ContourTool
- 个人编写的交通流数据分析软件,内部包含有处理数据绘制梯度图,色阶管理,鼠标感应取值,GUI绘图等一系列强大功能-Written by individuals for traffic flow data analysis software, internal processing of data includes mapping the gradient map, Levels administration, the mouse sensor values, GUI graphics and a
gongetidu
- 无约束条件下的共轭梯度法的最优化程序设计-Not constrained conjugate gradient method to optimize programming
mycolor
- 实现梯度渲染时需要选择渐变颜色,本模块就是实现了渐变颜色的读取,稍作修改即可使用-Need to select when rendering to achieve gradient gradient colors, this module is to achieve a gradient of color read, you can use some modifications
C_programming_create_linear_gradient
- C编程创建线性梯度C programming to create linear gradient-C programming to create linear gradient
C_programming_gradient_Gamma_Correction
- C编程将 Gamma 校正应用于梯度C programming will be used in gradient Gamma Correction-C programming will be used in gradient Gamma Correction
grad
- 介绍了一般方程的梯度求解方法 并给出了详细的代码-Describes the general method of solving the gradient equation and gives a detailed code
Nonlinear-equation-solve
- 非线性方程,方程组求解,利用求非线性方程实根的对分法和求非线性方程组一组实根的梯度法-Nonlinear equation solve
tidufa
- 共轭梯度法,用于机械优化设计中的无约束优化方法的求法,基于二元函数。-Conjugate gradient method, the optimum design of the machine used for unconstrained optimization method the method, based on binary function.
youhuachengxu
- 运用共轭梯度法和复合型法求函数的最小值,可以优化用-Can be optimized with the use of the conjugate gradient method and Method composite function of the minimum
SmoothAndSharpen
- 图像平滑与锐化,包括邻域平均法、中值滤波法平滑,梯度掩模、拉氏算子锐化-Image smoothing and sharpening, including neighborhood average, median filtering method smooth gradient mask, Laplace operator sharpening
kurt_grad
- 这是基于峭度的梯度算法,混合方式是线性瞬时混合,源信号和混合信号相等,该算法很有学习意义。-failed to translate
FastICA_Kurt
- 这个算法是基于峭度的快速不动点算法,混合方式是线性瞬时混合,适定情况,该算法收敛速度较梯度算法快,很实用。-failed to translate
negentropy_grad
- 这是一个基于负熵的梯度算法,混合方式是线性瞬时混合,适用于适定情况,该算法收敛速度慢,但很实用。-failed to translate
数值菜单
- 里面很多有用的数学工具 如LU分解 快速傅里叶变换 梯度法等