搜索资源列表
Python-for-PSO-algorithm
- Python实现的粒子群优化算法源代码,需要引用到Numpy,需要对自定义问题进行优化只需要更改f6函数即可,智能算法本身的参数亦可以自行设定。-Python implementation of the PSO algorithm source code, you need to refer to Numpy, Custom issues need to be optimized to only need to change the f6 function, the smart algorith
UserDefineConcrete
- UserDefineConcrete,marc调用自定义非线性弹性材料子程序,清华混凝土有限元源代码-UserDefineConcrete, marc call a custom non-linear elastic material subroutine
mdlHash
- Visual basic module for generating hash value based on custom hex values.
BresenhamsLinePlottingAlgorithm
- 让您使用布雷森汉姆直线算法绘制线。使用回调来使用自定义像素绘图功能-Allows you to draw the line using Bresenham' s line algorithm. The use of callbacks, allowing you to use a custom pixel graphics
20103292091420
- 三层中传递自定义Record的例子资源类别: Delphi源码¦其他-Record passed three examples of the custom resource type: Delphi Source ¦ other
METSlib
- METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
README
- 自定义的音频驱动程序支持,该AudioDevice块,船舶与信号处理模块库利用PortAudio沟通与音频硬件-Custom audio driver support, the AudioDevice block, ship and Signal Processing Blockset to communicate with audio hardware using PortAudio
myfft
- 1024点时间基2抽取算法FFT。输出txt形式的自定义输入文件及FFT计算后输出的幅频特性-1024 time extraction algorithm based 2 FFT. Txt format output custom input file and output FFT calculated amplitude-frequency characteristics
CDraw Application
- 自定义一元n次函数,根据定义的函数及其值域绘制曲线,并且对已知曲线进行多种运算,例如:求导,微分,曲率,去杂点,平滑等等。-N times one dollar custom function, by definition, the function and range of drawing curves, and a variety of computing known curve, for example: derivation, derivative, curvature, to the
MatrixProcessing
- 有两个方阵A、B,编程利用数组,求矩阵A与矩阵B的和矩阵C,并找出和矩阵C主对角线最大元素及其位置。 要求: 1)用自定义函数input实现数组的输入; 2)用自定义函数add实现矩阵的加运算; 3)用自定义函数diag_max实现查找; 4)在主函数输出和矩阵、输出查找结果。 -There are two square A, B, using an array of programming, find the matrix A and matrix B and matr
e
- abqus动网格技术的自定义程序,可以以用来重新划分网格-abqus dynamic mesh custom program can be used to re-mesh
Fence-cost
- 栅栏造价,利用所编程序计算出建造自定义的栅栏所需要的花费-Fence cost, calculated using the programmed custom fence construction cost of the required
_fsimpfun@20_RK4fun@28
- 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
_brmul@24_brinv@8_bsdet@8
- 调用mathlib52.dll中的自定义API写的任意阶矩阵计算器,目前支持实矩阵相乘,求逆阵,求行列式的值3个功能,用户界面较友好,具有一定的容错能力。-Call mathlib52.dll custom API to write in any order matrix calculator now supports real matrices, inverse matrix, determinant of the value of the three demand functions, th
svd
- 矩阵的奇异值分解,自定义输入矩阵,并区分左右行列变量-Matrix singular value decomposition, custom input matrix, and to distinguish the ranks of variables about
MyFirUploadSD
- 该源码的功能是利用用户的输入地面控制点和影像点坐标,利用最小二乘法思想最终迭代出影像的外方位元素,即摄影测量中的单幅影像后方交会。程序关键部分是在VS2010下,利用自定义的矩阵类实现的,能很好的体现出面向对象的思想。-The source function is the use of user input ground control points and image point coordinates, least-squares method using the final iterati
suiji
- 产生随机数0-65535 使用自定义字体和颜色处理 可选择重复和不重复 本人自己编写,如有问题可以联系me-Generate random number 0-65535 use a custom font and color processing and does not repeat himself repeating choose to write your own, if there are questions you can contact me
qwerty
- 自定义开根号 非牛顿迭代法 能快速计算 有一些局限性-Custom roots and non-Newton method to quickly calculate some limitations
timer
- 一个具有自定义倒计时时间的计时器,可进行二次开发-Time a custom countdown timer, secondary development can be
fraction
- 定义和使用分数类fraction: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进 行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 - Class definition and use of scores fraction