-
VB聊天小程序 非常的简单希望对大家有帮助
VB聊天小程序 非常的简单希望对大家有帮助-VB program is extremely simple wish to be helpful
- 2023-03-11 09:40:03下载
- 积分:1
-
forth
说明: 植被指数计算
% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850)(% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850))
- 2019-09-23 21:49:56下载
- 积分:1
-
vueTree
说明: JS采用VUE制作无限极树形结构菜单展开收缩代码(JS uses VUE to make infinite pole tree menu to expand shrinkage code)
- 2019-05-05 12:02:49下载
- 积分:1
-
hr
说明: 人力资源数据分析练习,如果可以帮到您,请点赞(HR data analysis exercises)
- 2020-03-12 23:35:13下载
- 积分:1
-
Profibus-v3.3
Siemens S5 Hardware Configuration tools
- 2020-06-25 16:00:02下载
- 积分:1
-
Tickstory历史数据
用于MT4 EA回测 复盘质量可以达到99.99% 不错的工具(For the MT4 EA test can reach 99.99% good quality checking tools)
- 2020-07-01 00:00:02下载
- 积分:1
-
交叉相关性Q检验
交叉相关性q检验,用于检验两序列的相关性,可用matlab实现(Cross-correlation q test, used to test the relevance of the two sequences can be achieved using matlab)
- 2021-01-17 00:58:50下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
资料汇总
极客班C++算法原理与实践课件和源码-侯捷
1、算法入门与编程风格
2、链表
3、二分搜索与排序数组
4、二叉树与分治算法
5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie
1, algorithm introduction and programming style
2, chain list
3 and two points search and sort array
4, two fork tree and divide and conquer algorithm
5, stack and queue)
- 2021-04-04 10:39:04下载
- 积分:1
-
Fast_SC
说明: 是关于谱相关的快速算法的matlab程序。(fast spectral correlation matlab)
- 2020-07-15 21:48:50下载
- 积分:1