搜索资源列表
VB数组运用
- 一些VB中数组运用的例子,囊括了VB数组的大部分知识点.可供参考和调用.-some VB examples of the use of the array, the array includes most of the VB knowledge point. For reference, and use.
数组一次赋值
- vb数组一次赋值函数-vb an array assignment function
GA-VB
- 基于VB的遗传算法软件实现 在程序中,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因 总数。
vb编程数组个数未知时的处理
- vb编程数组个数未知时的处理,vb编程中要定义数组位数,本程序适合初学者处理数组位数未知的程序。
zlib
- Zlib.dll 压缩可用 压缩byte数组-Zlib.dll compressed byte array can be compressed
Project1
- 用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为要拟合的多项式曲线次数 A
vBGA
- 基于VB实现遗传算法 ,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因 总数-VB-based genetic algorithm software implementation in the proceedings, FitnessValue (i) In order to me
The-first-three-arraysaalgorithms
- VB入门项目教学法:第3篇 数组与算法——竞赛评分程序-Getting Started VB Project Approach: The first three arrays and algorithms- competition score program
vb
- 引用数组的声明、数组元素,应用数组解决与数组有关的常用算法,运用自定义函数过程和子过程的定义和条用方法和值传递和地址传递的传递方式。-Reference array declaration, array element, application and array array to solve the commonly used algorithms, using a custom function process and the child process is defined and a m
line
- vb解决单纯形法 需要自己添加数组模块内容-vb solve the simplex method
7-2
- 随机产生的20个数组,并输出交换后的数组,vb写的小作业-20 randomly generated array and output array after the exchange, vb written job
gabpvb
- vb编写遗传算法删除数组中指定元素的实例-vb prepared by the genetic algorithm to delete an array element in the specified instance
VB实验三+实验报告+-+2017
- 掌握一维数组(静态、动态)定义及使用 (2)掌握二维数组(静态、动态)定义及使用 (3)掌握“控件数组”的使用 (4)掌握数组相关算法(求最值,排序,查找) (5)通过数组巩固循环及多重循环程序设计(Grasp the definition and use of one-dimensional arrays (static, dynamic) (2) grasp the definition and use of two dimensional array (static, dynam