登录
首页 » Visual C++ » Grey-Modeling_V3.0

Grey-Modeling_V3.0

于 2020-07-03 发布 文件大小:24696KB
0 317
下载积分: 1 下载次数: 24

代码说明:

  非常实用,内有注册码,包含多个模型,分析数据非常准确(Very practical, there are registration code, contain multiple models, analyze the data very accurate)

文件列表:

Grey Modeling_V3.0
..................\Excel输入模板
..................\.............\1-灰色序列生成
..................\.............\..............\灰色序列生成.xls,14336,2010-06-21
..................\.............\..............\灰色序列生成(含权重).xls,14848,2010-06-21
..................\.............\2-灰色关联分析
..................\.............\..............\灰色接近关联度.xls,13824,2010-06-21
..................\.............\..............\灰色相似关联度.xls,13824,2010-06-21
..................\.............\..............\灰色相对关联度.xls,18432,2011-12-18
..................\.............\..............\灰色绝对关联度.xls,14336,2010-06-21
..................\.............\..............\灰色综合关联度.xls,13824,2010-06-21
..................\.............\..............\邓氏关联度.xls,14336,2010-06-21
..................\.............\3-灰色聚类分析
..................\.............\..............\基于中心点的三角白化权函数聚类.xls,16384,2010-06-21
..................\.............\..............\灰色变权聚类.xls,14848,2010-06-21
..................\.............\..............\灰色定权聚类.xls,18432,2010-06-21
..................\.............\4-灰色预测模型
..................\.............\..............\DGM模型.xls,14336,2010-06-21
..................\.............\..............\GM(1,1)模型.xls,14336,2010-06-21
..................\.............\..............\GM(1,n)模型.xls,13824,2010-06-21
..................\.............\..............\Verhulst模型.xls,13824,2010-06-21
..................\.............\5-灰色决策分析
..................\.............\..............\单目标化决策.xls,15360,2010-06-21
..................\.............\..............\智能灰靶决策.xls,18432,2011-12-18
..................\Grey Modeling Software_CHS.exe,5881856,2010-05-28
..................\readme.txt,1191,2010-06-21
..................\注册码.txt,19,2011-04-23
net Framework.exe,23510720,2012-01-05

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

发表评论

0 个回复

  • EmdL1_v2
    这是一个对于L2范数下的Earth Mover Distance的VC实现。(This is an L2 norm for the Earth Mover Distance realize the VC.)
    2008-05-07 17:44:54下载
    积分:1
  • MAX31865模块资料
    max31865的模拟单片机spi通信的程序。(Max31865 analog MCU SPI communication program.)
    2018-12-11 19:54:32下载
    积分:1
  • Reynolds-equation-improved
    雷诺equation进行修改后求解;可以适当修改源程序中的参数来求解不同的方程。(Reynolds equation improved. The user may display some index that the program will be run.)
    2014-03-20 10:45:15下载
    积分:1
  • 注册码生成器
    注册码生成器(license generator)
    2004-10-05 00:51:57下载
    积分:1
  • intnet
    visual c++ 很好的程序例子,适合网络编程初学者编程学习(visual c++ examples of good programs, programming for beginners to learn network programming)
    2011-04-30 16:20:55下载
    积分:1
  • Running-TX433-and-RX433-RF-modules-with-AVR-micro
    Running TX433 and RX433 RF modules with AVR microcontrollers
    2013-07-17 12:42:08下载
    积分:1
  • e100bex
    基于 USB无线网卡的NDIS 驱动的框架,从Window提供的E100bex修改过来的,有很高的实用价值(USB-based wireless network card NDIS driver framework provides E100bex Window changes from over, has a high practical value)
    2010-11-01 16:15:08下载
    积分:1
  • socketsvc
    用vc6.0实现的强大有界面的sockets通讯程序,可使server端与client端即时通信,需先运行server端。(Vc6.0 achieved using a powerful interface sockets are the communication process, will enable the server-side and client-side real-time communications, the need to run server-side.)
    2007-11-26 08:45:11下载
    积分:1
  • testZeroMQ
    内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
    2014-02-19 08:43:26下载
    积分:1
  • TiffTest
    用MFC实现了tif格式到bmp格式的转换,值得下载(Using MFC to achieve a tif format to bmp format conversion, it is worth downloading)
    2008-12-18 23:52:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载