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

搜索资源列表

  1. 线性表数据结构

    0下载:
  2. VB.net数据结构演示算法,有对话框,填入数列序号,即可得到所需值-VB.net demonstration algorithm data structure, a box filled series serial number can be required value
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17011
    • 提供者:李云强
  1. SortTest

    0下载:
  2. 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:88103
    • 提供者:袁泉
  1. leastqClass

    0下载:
  2. 基于vb.net的最小二乘法多项式系数计算类. 很好用,比Excel还精确.-based on the least-squares method vb.net polynomial coefficient category. Useful, than Excel also accurate.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:72037
    • 提供者:CHONG Lai Kit
  1. A__Pathfin1534641262003

    0下载:
  2. This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A * pathfinding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12639
    • 提供者:tongtong
  1. 15to18

    0下载:
  2. vb.net 写的新旧身份证换算。-vb.net write the old and new ID card conversion.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:52051
    • 提供者:了了
  1. juleifenxi

    1下载:
  2. 采用类平均法实现聚类分析的算法,并实现画图功能,附有xml数据文件,为VB.net语言开发,运行环境VS2005.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:77943
    • 提供者:王丹
  1. program

    1下载:
  2. 实现求众数,平均数,方差,标准差等功能,运行环境VS2005,语言VB.net
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:60014
    • 提供者:王丹
  1. AcceptMessage

    0下载:
  2. 利用vb.net来接收来自其他窗体创送的消息。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:770850
    • 提供者:将来宾
  1. 2007double

    1下载:
  2. 一个lbm的程序,即可以计算单相流场也可以计算有大密度比自由面存在的自由面流动 采用vb.net编程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:642736
    • 提供者:张翟
  1. 压缩算法

    0下载:
  2. Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression algorithm (VB.NET Source)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5241
    • 提供者:
  1. LU分解法求解线性方程组.zip

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1582
    • 提供者:倪泰山
  1. Atan2.rar

    0下载:
  2. 描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。,discritption: in matlab, the function of atan2 is different from which in vb.net,the algorithm i subscr ipt in vb.net is the same as which in matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:614
    • 提供者:蒋阳波
  1. FNN-net-work

    1下载:
  2. 由VB编程实现的模糊神经网络的训练程序,可以实现对数据的分类,模式识别-VB programming by the fuzzy neural network training program, can achieve the data classification, pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:629
    • 提供者:lingshuanghan
  1. IM

    0下载:
  2. 人个的通信管理,有利于开始学习vb.net的人来学习,参考,请大家参考-Who were in communication management, is conducive to people who start learning vb.net to learn, reference, please refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1102797
    • 提供者:小白
  1. Extreme.Mathematics.QuickStartVB

    2下载:
  2. 这里是用VB写的数学库。以前用C、C++写的比较多。内容有:复数运算、矩阵运算、解方程、积分微分等。非常有用。-Here is the math library written in VB. Previously used C, C++ to write many of the comparison. Are as follows: plural computing, matrix operations, solution of equations, such as integro-differ
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:107560
    • 提供者:李峰
  1. DL-Dist

    0下载:
  2. [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:Chris
  1. NLNewton_VB.net

    0下载:
  2. 牛顿法求解非线性方程组,vb.net代码. Visual studio 2008下正常运行-Newton method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:96248
    • 提供者:秦胜伍
  1. ZK-Software-SDK-Sample-VB.net

    0下载:
  2. ZK Software Attendance Systems Sample for VB.Net
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-21
    • 文件大小:4675721
    • 提供者:Francisco
  1. Timetabling-using-VB.Net

    0下载:
  2. Class timetabling is a difficult problem. This a simpler version of a timetabling application. One can easily schedule class timetables using this application. It is coded in Visual basic dot net. It is ideal for learners. Please install Vb .net with
  3. 所属分类:Algorithm

  1. InfixToPostfix

    0下载:
  2. Infix to postfix conversion in VB.net
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:472064
    • 提供者:MasoudBN
« 12 3 »
搜珍网 www.dssz.com