-
EntropyWeight
一个运行代码,m个指标,n个样本,对没个指标分别求权重,利用MATLAB软件进行编程,求取权重(A running code, m indicators, n samples, no indicators for the weight of each, using MATLAB software programming, get the weight)
- 2021-01-25 23:58:43下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
VB毕业论文:学生成绩及考评管理系统+答辩PPT
VB毕业论文源码,附有文档,内含文档+答辩+系统说明PPT,[关键词] SQL数据库,综合测评管理,VB6.0。一个学生成绩及考评管理系统SQLServer数据库,本系统基本涵盖了综合测评管理的主要需求,具有完善细致的功能、友好的用户界面、强大的 数据处理功能和完备的安全机制;随心所欲的查询和所见即所得的打印功能,并全面支持分析和决策的功能。系统特色:
1.设置系统用户登陆功能,即时对系统数据进行安全设置。
2.友好的用户界面,业务操作简单,进入系统即能使用。
3.成熟先进的技术和系统构架,采用先进的数据库访问方式,数据更安全。
4.强大的数据处理能力和开放的数据接口,选用具有大型数据库安全机制的数据库系统,提供各种级别的数据保护和权限控制方式,确保数据的安全可靠。
5.系统每种操作都可以通过菜单来进行。操作快捷、方便。易懂易会。系统集输入、维护、 查询、统计和各种处理为一体,信息导入导出方便共享。
数据库还原说明:在SQL Server中建立一个名为ZHCP的数据库还原zhcpBackUp下的zhcp即可使用。
初始系统登录帐号:123/123。
- 2022-03-05 21:28:26下载
- 积分:1
-
shengbo
采用声波高阶有限差分算法,克服了有限差分法本身存在的数值频散问题,使用了最佳匹配层吸收边界,较好地消除了边界反射,成功模拟了 声波波场在地下介质中的传播情况。(The high-order finite difference method is used to overcome the numerical dispersion problem of the finite difference method itself. The best matching layer absorbing boundary is used to eliminate the boundary reflection and successfully simulate the propagation of acoustic wave field in underground media.)
- 2018-11-14 21:37:03下载
- 积分:1
-
趋势对冲M15-EA
A hedge ea, return curve for 15min is perfect.
- 2020-06-19 13:00:02下载
- 积分:1
-
javaWeb教程
javaWeb教程-javaWeb Guide
- 2022-09-25 23:40:04下载
- 积分:1
-
Introduction to the LonWorks System
Introduction to the LonWorks System
- 2022-06-29 16:27:08下载
- 积分:1
-
weapp-tongleju-master
说明: 微信小程序源码之《O2O在线订餐系统》实现点餐部分功能,特色:
菜品分类展示,加入购物车,增减购物数量等
微信官方组件功能展示
数据接口:
使用本地数据
目录结构:
image — 存放项目图片文件
page — 存放项目页面文件
utils — 存放日期格式化文件
开发环境:
微信web开发者工具 v0.11.112301(WeChat small procedures source "O2O online ordering system" to achieve part of the ordering function)
- 2020-04-17 11:00:54下载
- 积分:1
-
DTCWT
使用双树复小波进行图像的去噪,也是属于小波去噪(Image denoising using dual-tree complex wavelet)
- 2021-03-31 17:09:08下载
- 积分:1
-
malmquist
malmquist total factor productivity index
- 2017-08-08 22:44:53下载
- 积分:1