CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - vb B

搜索资源列表

  1. VByangtiao

    0下载:
  2. 用vb编写的B样条曲线!!直接运行即可,它主要是数值计算的一个有用软件-prepared with the B-spline curves! ! Direct operation can be, it is primarily a numerical calculation of useful software! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:lei
  1. WinBig1976112242006

    0下载:
  2. WinBig. A file archive utility written in VB. Compression and decompression routines are LZSS. Full source code included. -WinBig. A file archive utility written in V B. Compression and decompression routines are LZSS. Full source code included.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:236.33kb
    • 提供者:jason..
  1. vb

    0下载:
  2. 通过随机点生成,B样条曲线,代码完整,有Bezeire和B样条曲线两种曲线形式。-Generated by random points, B-spline curves, code integrity, and the B-spline curve Bezeire two curve.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:123.8kb
    • 提供者:zhouxin
  1. lzxjd

    0下载:
  2. 用VB 编的计算两条直线交点坐标的程序,只要输入两直线的斜率(k)和截距(b),就能打印出两条直线,并计算出交点的坐标。-VB calculations made by the two straight-line intersection coordinates procedures, as long as the two enter the slope of a straight line (k) and intercept (b), will be able to print out two
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:34.81kb
    • 提供者:史芸初
  1. VBMatlab

    0下载:
  2. 在简要介绍 Matlab软件的基础上 ,重点分析了 Matlab和 V B混合编程的方法讨论-This paper introduces Matlab software, analyzes applications of Matlab and VB programming with signal analysis and processing
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:152.45kb
    • 提供者:王佳
  1. fiend-translator

    0下载:
  2. 魔王语言解释器,数据结构实验。支持无限多个变量定义(实验要求A.B两个)。支持脱多括号。 如:魔王语言为A(cdA(Bc)),A=nx, b=A(vb)j 翻译后为nxcjcvcbcvcxcncccjcvcbcvcxcncnxcdc -Fiend language translator. A classic data structure course lab.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:183.29kb
    • 提供者:谈子龙
  1. publicationdtl

    0下载:
  2. S u r f e r自动控制技术在气象资料 自动成图中的应用 -Ab s t r a c t : The ma i n f un c t i o n s o f Su r fe r s o f t wa r e,Ac t i v e X a u t o ma t i o n t e c h ni q ue a nd t he i n t e r fa c e o f VB a p p l i c a t i o n a n d S u r
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:228kb
    • 提供者:wang
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:205.4kb
    • 提供者:蟲子
  1. _fsimpfun@20_RK4fun@28

    0下载:
  2. 在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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:177.82kb
    • 提供者:hanxiaohua
  1. gsxqf

    0下载:
  2. vb编写的高斯消去法,通用函数,如有不好的地方,还请指教!-Dim a(), b(), n, k, l 定义必须的通用变量 Private Sub Command1_Click() If k = n Then Command1.Enabled = False Text2.Enabled = False Else k = k+ 1 Text2 = "" End If End Sub Private Sub Command2_Click()
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.29kb
    • 提供者:chubby
  1. HMM

    0下载:
  2. VisualBasic 的 HMM 范例 HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland This project demonstrates use of a Hidden Markov Model (HMM) to define
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:33.3kb
    • 提供者:ji zuo-xin
  1. shortest-path

    0下载:
  2. 采用vb+ae(arcengine),实现最短路径的生成-get the shortest path from a to b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.31kb
    • 提供者:波波
  1. VB-Arithmetic

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.64mb
    • 提供者:steven
搜珍网 www.dssz.com