Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vb Function
Search - vb Function - List
拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序VB版-Rafah Colon Day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure! This software suite is Lang interpolating the original version of VB procedures
Date : 2025-12-22 Size : 1kb User : lei

基于VB语言的微粒群算法,其中含有几个测试算法,和一个化学中数据关联的例子,微粒群算法是以一个通用的函数写的,可移植性强。-VB language based on the PSO algorithm, which contains several test algorithm, and a chemical linked to the data example, PSO is a generic function to write the transfer is strong.
Date : 2025-12-22 Size : 30kb User : 杨金紧

DL : 0
是一个VB类,相当于vbscript中的eval函数,是用堆栈实现 -VB is a category equivalent to vbscript the eval function is realized using Stack
Date : 2025-12-22 Size : 9kb User : 秦皇岛

随机信号课程的实验,用vb做的一个求随机信号相关函数和功率谱的程序-random signal of the experimental courses, and Vb do for a random signal correlation function and power spectrum of procedures
Date : 2025-12-22 Size : 2kb User : cocacola

DL : 0
函数绘图程序 VB 编写 可以绘制初高中 函数图像 支持颜色,精度修改 鼠标执针定位-VB function drawing program to prepare middle and high school mapping function can support color images, the accuracy of needle positioning modified mouse bailiff
Date : 2025-12-22 Size : 1.82mb User : songfei

DL : 0
最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of establishing a relatively less complex.
Date : 2025-12-22 Size : 1kb User : zzt

DL : 0
VB编写:与字符串有关的拆分、合并、转换、替换、测试函数模块-VB prepared: with the string-related separation, merger, conversion, replacement, testing function modules
Date : 2025-12-22 Size : 10kb User : 朱益虎

VB最优化计算,可以通过改变目标函数进行多维正定和非正定优化计算。-VB optimization calculation can be carried out by changing the objective function is multi-dimensional positive definite and non-positive definite optimization calculation.
Date : 2025-12-22 Size : 9kb User : wangyangpeihua

DL : 0
用VB程序编写的数值分析三次样条插值函数。-Programming with VB Numerical Analysis of cubic spline interpolation function.
Date : 2025-12-22 Size : 3kb User : kllogg

DL : 0
[Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
Date : 2025-12-22 Size : 1kb User : Chris

DL : 0
用vb编写的追赶法求解三对角方程组算法,可以作为数值函数使用-Prepared to catch up with vb method tridiagonal algorithm equations can be used as a numerical function
Date : 2025-12-22 Size : 2kb User : 樊庆缘

用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 Degree为要拟合的多项式曲线次数 AA() 为待求系数,为输出项 -failed to translate
Date : 2025-12-22 Size : 5kb User : 周伟

Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
Date : 2025-12-22 Size : 27kb User : serkan

DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa 经典加密算法在VB中的实现(2)- MD5 经典加密算法在VB中的实现(3)- RC4 经典加密算法在VB中的实现(4)- DES 经典字符串HASH函数测试 离散的Hopfield算法 秘密天窗加密方法C++源程序 浅谈图像压缩算法 求全排列的非递归算法 如何实现DES算法 神经元网络 LVQ(学习矢量量化)算法 神经元网络的经典B-P算法1 神经元网络的经典B-P算法2 神经元网络的经典B-P算法3 实数快速fft变换算法 实数快速fft算法二 使用ASP加密算法加密你的数据 手写体数据变换成像素位图的算法 -DES algorithm DSA algorithm ElGamal algorithm Kohonen s SOFM (Self Organizing Map) LAM (Linear Associative Memory) algorithm LZW compression algorithm MD5 Algorithm PGP Security (a) PKCS# 7 RSA algorithm SSL How does it work? Ternary Search Trees Produce combinations of non-recursive algorithm Large integer multiplication On the LZW algorithm and its application in image lossless compression Complex fast Fourier transform algorithm Encryption and Key Management Classical encryption algorithm implementation in VB in (1)- Rsa Classical encryption algorithm implementation in VB in (2)- MD5 Classical encryption algorithm implementation in VB in (3)- RC4 Classical encryption algorithm implementation in VB in (4)- DES Classical string HASH function test Discrete Hopfield algorithm Secret Window encryption C++ source code Of image compression algorithm Perfectionist ordered non-recursive algorithm How to implement DES algorithm Neural network LVQ (learning vector qu
Date : 2025-12-22 Size : 205kb User : 蟲子

用于计算的函数,有很多用VB编写的数学计算函数。谢谢!-Used to calculate the function, many written with VB math functions. Thank you!
Date : 2025-12-22 Size : 3kb User : caoyu

在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),fanx(n,x),fsxy(x,y),这几个泛函自变量的函数名和原型在mathlualib.dll中的自定义API中要经常用到。-In vb/vc call mathlualib.dll calculate some functional value, such as calculating the definite integral ∫ [a-> b] f (x) dx, calculate a number of series Σ [n = 1-> 100] f (n ) ≈ Σ [n = 1-> + ∞] f (n), calculate the function key series Σ [n = 1-> 100] f (n, x) ≈ Σ [n = 1-> + ∞] f ( n, x), calculate the first order ODEy = fsxy (x, y), y (x_0) = y_0 of y (x), ... ... functional of the independent variables entered in the Lua files inside. Note: Please do not change the function name in Lua fun (x), fan (n), fsx (x), fanx (n, x), fsxy (x, y), these functional prototype of the independent variables in mathlualib . dll in custom API to be frequently used.
Date : 2025-12-22 Size : 178kb User : hanxiaohua

这是我的第一个VB软件,利用了vb的最简单的函数和计算方式,把5位数字分成五个单一变量,虽然很简单,但是这是一个好的开始.请站长允许.-This is my first VB software, the easiest to use the vb function and method of calculation, the 5-digit divided into five single variable, although very simple, but it is a good start, please allow owners.
Date : 2025-12-22 Size : 65kb User : 章锐博

这个一个功能比较多样的VB计算器,包含很多功能,但是部分功能并不完善,有兴趣的朋友下载来看看吧。-The more diverse a function of VB Calculator, contains many features, but some features are not perfect, interested friends to download and see it.
Date : 2025-12-22 Size : 61kb User : cqewq

DL : 0
用于VB的FFT算法程序,能够实现快速傅里叶变换-FFT algorithm for the VB to complete the fast Fourier transform function.
Date : 2025-12-22 Size : 1kb User : 吴汉彬

VB算法大全,包含线性方程组、插值、数值积分、函数逼近、极值及优化等等常用算法-允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 VB suànfǎ dàquán, bāohán xiàn xìng fāngchéng zǔ, chāzhí, shùzhí jīfēn, hánshù bījìn, jí zhí jí yōuhuà děng děng chángyòng suànfǎ 中文(简体) 英语 日语 Alpha VB algorithm specialist, including linear equations, interpolation, numerical integration, function approximation, extreme value and optimize the common algorithms
Date : 2025-12-22 Size : 5.64mb User : steven
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.