登录
首页 » 算法 » VB计算PMV

VB计算PMV

于 2023-03-31 发布 文件大小:72.36 kB
0 99
下载积分: 2 下载次数: 1

代码说明:

VB界面精确计算PMV值,方面快捷,适用于工程计算及科学相关研究,精确度高达99%

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 热电阻,热电偶,分度查询,vc源码
    采用vc代码编写的,热电阻和热电偶的查询软件,适合工程上的一个小软件,可以实现8中类型的热电偶对应的电阻值查询,基本上包含了全部可能用到的工程上的热电偶
    2022-07-25 14:39:18下载
    积分:1
  • n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i...
    n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n
    2022-03-12 06:14:37下载
    积分:1
  • 基于粒子滤波的 Rob Hess 的单目标跟踪
    粒子滤波跟踪从抢赫斯,使用 opencv.it 可以运行在 ubuntu.also,它包含两个测试.avi 文件。
    2022-01-26 02:10:08下载
    积分:1
  • C_algorithm2nd.pdf C语言的合集 欢迎下载ginger547的系列资料...
    C_algorithm2nd.pdf C语言的算法合集 欢迎下载ginger547的算法系列资料-C_algorithm2nd.pdf C language algorithms Collection ginger547 welcome to download the information algorithm Series
    2023-03-18 03:05:07下载
    积分:1
  • sap4源代码!by fortran 这是一个有限元计的软件 可以完成平面,三维的计功能...
    sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能-SAP4 source code! By FORTRAN This is a finite element software can be completed planar, 3D computing power
    2023-04-09 04:40:03下载
    积分:1
  • 科学与工程数值计 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果...
    科学与工程数值计算算法 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。 2、光盘各目录中的内容如下所示: 光盘目录 内容说明 SourceChapterN 第N章的所有示例工程源程序 SourceClasses 本书所有算法类的源程序 SourceLib 集成本书所有算法的静态库文件 SourceDll 集成本书所有算法的动态库文件 -Science and Engineering numerical algorithm 1, this book comes with a CD-ROM contains all the book s source code. Simply use the corresponding copy of the directory to your hard drive. Note to copy the source files on your hard disk becomes read-only attribute in the compiler prior to their properties should be changed to read and write. 2, CD-ROM contents of the directory as follows: CD-ROM directory description SourceChapterN the first chapter all the examples of N source project SourceClasses algorithm book all types of source book SourceLib integrated all of the static algorithm library file SourceDll integrated all book algorithm for dynamic library files
    2023-08-03 22:30:03下载
    积分:1
  • 蚁群源码
    用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;
    2023-04-17 17:40:04下载
    积分:1
  • Integration of the circular restricted three
    Integration of the circular restricted three-body problem with burlish stoer routine. Using Numerical recipes in C (routines mmid, bsstep, odeint and pzextr
    2022-05-29 06:04:31下载
    积分:1
  • 二格码转换的
    二格码转换的算法-two grid transcoding algorithm
    2023-03-10 06:35:04下载
    积分:1
  • 多目标Pareto最优解搜索
    多目标优化是指在约束条件下有两个或两个以上的优化目标,而且这些目标之间相互矛盾,不能同时达到最优,也就是说,一个目标的最优往往是以牺牲其它目标作为代价的,因此多目标优化问题存在多个最优解,这些解之间无法比较优劣,统称为Pareto最优解。带精英策略的快速非支配排序遗传算法(Nondominated Sorting Genetic Algorithm II,NSGA-II)是目前应用较为广泛的一种多目标算法。本案例将对MATLAB自带的改进的NSGA-II进行讲解,并举例说明其应用。
    2022-02-11 16:55:06下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载