搜索资源列表
应用程序的优化和发布
- 此程序基于VB开发环境,主要介绍怎样对应用程序的优化.-this procedure VB-based development environment, focusing on how to optimize the application.
imageprocess-vb
- 实现简单的图象处理功能,如锐化,柔化,马赛克等.可以绘制图象的直方图.由于时间仓促,代码未进行优化,图象处理速度较慢.-simple image processing functions, such as sharpening, soft, such mosaics. mapped image histogram. Because time is so short, not code optimization, image processing speed is slower.
粒子群优化算法(VB版)vb_pso
- 粒子群优化算法的源代码-PSO algorithm source code
VB-BP-Artificial-neural
- 如何在VB下实现BP神经网络的拓扑优化算法
PLC---VB
- PLC直接与现场控制层的检测仪器仪表设备连接,是底层控制网络的组成部分,是工厂自动化系统的基石,因此实现与监控层计算机的通信对系统的优化运行有重要意义。文章基于VB讨论台达DVP PLC与监控计算机的通信问题。
plc-vb
- PLC直接与现场控制层的检测仪器仪表设备连接,是底层控制网络的组成部分,是工厂自动化系统的基石,因此实现与监控层计算机的通信对系统的优化运行有重要意义。文章基于VB讨论台达DVP PLC与监控计算机的通信问题。
VB油量表控件源码(基于GDI+)
- 编写本源码的目的是是使用GDI+进行绘图练习,代码没有怎么优化,练习过程中发现GDI+确实比GDI进步了不少。
VBrealtimecurve.rar
- VB绘制工业实时曲线的原理与优化的论文和实例指导,VB rendering the principle of industrial real-time curves and optimization of the papers and examples to guide
Base64
- Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
IAGA
- 应用改进自适应遗传算法结合最小二乘法求解优化参数,图形显示,运算快捷。-Application of improved adaptive genetic algorithm combined with least-squares method to optimize parameters, graphical display, fast computing
Ant_CS
- 蚂蚁算法的VB优化程序,里面有城市数据。直观好用-Ant algorithm to optimize the VB program, there are cities in the data. Intuitive use
VByuyanDFPjisuan
- VB最优化计算,可以通过改变目标函数进行多维正定和非正定优化计算。-VB optimization calculation can be carried out by changing the objective function is multi-dimensional positive definite and non-positive definite optimization calculation.
document
- VB与AUTO CAD联合开发的优化设计软件,优化设计的是一个螺母的开发过程,非常有用。-VB and the joint development of AUTO CAD optimized design software, and optimize the design is a nut of the development process, very useful.
zuisuxiajiang
- 最速下降法求极值的vb源程序,优化课上的作业。-Steepest descent algorithm for the vb source extremum, and optimize the class work.
yich
- 遗传算法就是那么点东西呗,就是在一个域内搜索最优解, 比如那个配送中心选址,如果用最低级的算法, 它的复杂度是C(n,m)*n!以上对吧?然后用遗传算法就可以使得复杂度降低呗, 迅速达到收敛。<br/>遗传算法的确是目前的一个在很多领域都比较先进的求解算法,你去搜一下它的原理看看吧, 我写程序之前光看这个算法的原理就看了两三天才全看明白。 这是我用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码
SMP170
- VB仿优化大师及系统安全检测程序,可以实现病毒扫描,进程管理、系统优化,垃圾清理等功能。程序核心是老外写的。每一个子项里都包括有很多优化内容,从截图就可以看作,这里不多说了。-VB Master imitation and systems to optimize safety testing procedures, can be achieved virus scanning, process management, system optimization, garbage clean-up f
RegistryDuster
- VB版的注册表掸子,用以扫描Windows 注册表内的垃圾无用信息和错误信息,并试着修复这些信息,类似Windows优化大师的清除垃圾信息的功能,本掸子可以设定即将扫描的扩展名、随Windows一起启动、最小化到系统托盘等。测试这个程序时候要小心一点,以免破坏你的系统。-VB version of the registry duster to scan Windows registry with useless garbage information and error messages and
TraceClean
- VB编程实现清除系统历史记录,清除IE的临时文件、COOKIES、历史文档、画板记录和搜索记录等,如果你正在编写一个系统优化软件,那么这款示例程序也许能为你提供一份参考资料。-VB programming history to clear the system, clear the IE temporary files, COOKIES, historical documents, drawing board, such as records and search records, if you
acdsee
- 超牛的一个VB源程序哦,模仿了著名的看图软件ACDSEE的界面和功能,代码优化的也很好,很好的学习参考资料。-Ultra-bovine source of a VB Oh, imitating the famous picture ACDSEE software interface and functionality, optimized code is also very good, very good reference.
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、