登录
首页 » C# » AHP2 软件

AHP2 软件

于 2011-04-19 发布 文件大小:1255KB
0 322
下载积分: 1 下载次数: 49

代码说明:

  AHP软件,好东西啊!可以大家下来学习学习(AHP software, a good thing ah! Down can we learn from)

文件列表:

AHP
...\AHP决策分析.exe,192602,2006-11-22
...\dat.txt,657604,2011-04-18
...\Debug
...\.....\CL.read.1.tlog,1704,2011-04-18
...\.....\CL.write.1.tlog,244,2011-04-18
...\.....\link-cvtres.read.1.tlog,2,2011-04-18
...\.....\link-cvtres.write.1.tlog,2,2011-04-18
...\.....\link.5100-cvtres.read.1.tlog,2,2011-04-18
...\.....\link.5100-cvtres.write.1.tlog,2,2011-04-18
...\.....\link.5100.read.1.tlog,2,2011-04-18
...\.....\link.5100.write.1.tlog,2,2011-04-18
...\.....\link.read.1.tlog,2836,2011-04-18
...\.....\link.write.1.tlog,588,2011-04-18
...\.....\mt.read.1.tlog,246,2011-04-18
...\.....\mt.write.1.tlog,246,2011-04-18
...\.....\rc.read.1.tlog,218,2011-04-18
...\.....\rc.write.1.tlog,226,2011-04-18
...\.....\vc100.idb,44032,2011-04-18
...\.....\vc100.pdb,61440,2011-04-18
...\.....\work3.exe,496640,2011-04-18
...\.....\work3.exe.embed.manifest,406,2011-04-18
...\.....\work3.exe.embed.manifest.res,472,2011-04-18
...\.....\work3.exe.intermediate.manifest,381,2011-04-18
...\.....\work3.ilk,1055764,2011-04-18
...\.....\work3.lastbuildstate,80,2011-04-18
...\.....\work3.log,7391,2011-04-18
...\.....\work3.obj,22208,2011-04-18
...\.....\work3.pdb,1944576,2011-04-18
...\.....\work3_manifest.rc,206,2011-04-18
...\ipch
...\....\work3-a2dd5376
...\....\..............\work3-a7531dac.ipch,1966080,2011-04-18
...\out.txt,63137,2011-04-18
...\work3.cpp,6168,2006-11-22
...\work3.dsp,3389,2006-11-21
...\work3.dsw,535,2006-11-21
...\work3.ncb,50176,2006-11-22
...\work3.opt,54784,2006-11-22
...\work3.plg,3073,2006-11-22
...\work3.sdf,1789952,2011-04-18
...\work3.vcxproj,6102,2011-04-18
...\work3.vcxproj.user,143,2011-04-18

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

发表评论

0 个回复

  • idoq
    名称:制作托盘程序 编译环境:vc++,net2003(Name: make pallet program compile environment: vc, net2003)
    2018-12-30 23:30:19下载
    积分:1
  • 43556877
    java方面的教程, 是一个好教程 内容很全 讲解详细()
    2018-02-08 18:22:04下载
    积分:1
  • ShareMemory
    c++ 写的共享内存的实例,进程间通信用,已封装类,方便使用,默认大小根据实际情况自由更改(C++ write the sharing memory examples, inter-process communication, already encapsulation class, ease of use, the default size according to the actual situation of the freedom to change )
    2012-08-06 13:14:44下载
    积分:1
  • RYRPWHW
    易语言翻译工具源码,实现多国语言,多种模式互译,一款非常不错的个性产品源码,()
    2018-02-03 23:34:17下载
    积分:1
  • 8856331
    信号功率谱密与平稳随机过程 的matlab仿真程序,不错的(Signal power spectrum density and matlab simulation of stationary random process, good)
    2017-05-13 05:52:03下载
    积分:1
  • Snow
    调用API 桌面飘雪,圣诞雪花、、、、、、、、、、、、、、、、、、、、、、、
    2013-11-09 20:27:40下载
    积分:1
  • DelphiCodeToDoc_src_v0.20b
    根据delphi的源码中注释生成文档。这个是源码部分。(According to delphi source code to generate documents in the Notes.)
    2009-03-06 08:19:48下载
    积分:1
  • C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
    C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
    2013-09-08下载
    积分:1
  • MeDelete
    SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )
    2011-06-26 23:22:21下载
    积分:1
  • OnlyOneInst
    VC++ 禁止运行程序的多个实例,程序根据主窗口类名和主窗口名判断是否已经有实例存在,如果存在就将其激活,并显示出来,如果是最小化的就还原窗口;如果有实例存在,则返回False并退出。 (VC++ prohibits running the program multiple instances of the program under the main window class name and the main window name to determine whether there are examples exist, if it will activate and show, if it is minimized to restore the window if examples exist, Returns False and exit.)
    2011-04-21 23:01:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载