搜索资源列表
线性表数据结构
- VB.net数据结构演示算法,有对话框,填入数列序号,即可得到所需值-VB.net demonstration algorithm data structure, a box filled series serial number can be required value
SortTest
- 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified
leastqClass
- 基于vb.net的最小二乘法多项式系数计算类. 很好用,比Excel还精确.-based on the least-squares method vb.net polynomial coefficient category. Useful, than Excel also accurate.
A__Pathfin1534641262003
- 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
15to18
- vb.net 写的新旧身份证换算。-vb.net write the old and new ID card conversion.
juleifenxi
- 采用类平均法实现聚类分析的算法,并实现画图功能,附有xml数据文件,为VB.net语言开发,运行环境VS2005.
program
- 实现求众数,平均数,方差,标准差等功能,运行环境VS2005,语言VB.net
AcceptMessage
- 利用vb.net来接收来自其他窗体创送的消息。
2007double
- 一个lbm的程序,即可以计算单相流场也可以计算有大密度比自由面存在的自由面流动 采用vb.net编程
压缩算法
- Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression algorithm (VB.NET Source)
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
Atan2.rar
- 描述: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
FNN-net-work
- 由VB编程实现的模糊神经网络的训练程序,可以实现对数据的分类,模式识别-VB programming by the fuzzy neural network training program, can achieve the data classification, pattern recognition
IM
- 人个的通信管理,有利于开始学习vb.net的人来学习,参考,请大家参考-Who were in communication management, is conducive to people who start learning vb.net to learn, reference, please refer to
Extreme.Mathematics.QuickStartVB
- 这里是用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
DL-Dist
- [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
NLNewton_VB.net
- 牛顿法求解非线性方程组,vb.net代码. Visual studio 2008下正常运行-Newton method for solving nonlinear equations
ZK-Software-SDK-Sample-VB.net
- ZK Software Attendance Systems Sample for VB.Net
Timetabling-using-VB.Net
- 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
InfixToPostfix
- Infix to postfix conversion in VB.net