登录
首页 » Visual C++ » Catrography

Catrography

于 2010-09-18 发布 文件大小:2144KB
0 249
下载积分: 1 下载次数: 13

代码说明:

  一个GIS制图综合的示例程序,具有GIS软件的基本框架,可进行扩展成为完整的GIS软件。(Example of a GIS mapping program integrated with the basic framework of GIS software, can be expanded into a complete GIS software.)

文件列表:

Catrography
...........\CartographyMapSize.cpp,4986,2005-09-16
...........\CartographyMapSize.h,1632,2005-09-16
...........\CartographySize.cpp,0,2005-09-16
...........\Catrography.aps,33572,2005-09-16
...........\Catrography.clw,4913,2005-10-06
...........\Catrography.cpp,4397,2005-09-16
...........\Catrography.dsp,4943,2005-09-16
...........\Catrography.dsw,547,2005-09-16
...........\Catrography.h,2433,2005-09-16
...........\Catrography.ncb,99328,2005-10-07
...........\Catrography.opt,68608,2005-10-07
...........\Catrography.plg,1676,2005-10-06
...........\Catrography.rc,15611,2005-09-16
...........\Catrography.reg,715,2005-09-16
...........\CatrographyDoc.cpp,10381,2005-10-06
...........\CatrographyDoc.h,2896,2005-09-17
...........\CatrographyView.cpp,7972,2005-10-06
...........\CatrographyView.h,2071,2005-09-17
...........\Debug
...........\.....\CartographyMapSize.obj,26328,2005-09-16
...........\.....\Catrography.exe,143451,2006-11-12
...........\.....\Catrography.ilk,388320,2005-10-06
...........\.....\Catrography.obj,23907,2005-09-16
...........\.....\Catrography.pch,6088892,2005-09-16
...........\.....\Catrography.pdb,582656,2005-10-06
...........\.....\Catrography.res,10796,2005-09-16
...........\.....\CatrographyView.obj,30609,2005-10-06
...........\.....\MainFrm.obj,20164,2005-09-16
...........\.....\StdAfx.obj,114182,2005-09-16
...........\.....\vc60.idb,238592,2005-10-06
...........\.....\vc60.pdb,413696,2005-10-06
...........\MainFrm.cpp,2615,2005-09-16
...........\MainFrm.h,1581,2005-09-16
...........\ReadMe.txt,4726,2005-09-16
...........\res

...........\...\Catrography.rc2,403,2005-09-16


...........\Resource.h,1150,2005-09-16
...........\StdAfx.cpp,213,2005-09-16
...........\StdAfx.h,1280,2005-09-16

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

发表评论

0 个回复

  • Sample_VC
    说明:  prodave是西门子PLC与高级语言的程序接口,如何使用它,这里给出一个VC与西门子PLC通讯并读写DB块数据的例子(Prodave is Siemens PLC and high level language program interface, how to use it, so here is a VC and Simon PLC and literacy DB block of data example )
    2011-04-18 15:09:48下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • 3d
    说明:  基于Direct3d的图形学入门代码,9个星球的自转公转,矩阵变换的运用基础(The use of graphics-based foundation Direct3d entry code, nine planets revolve rotation matrix transformation)
    2014-12-24 20:17:48下载
    积分:1
  • 19947_VcExtend
    采用visual c++来进行的位数扩展编程(The number of bits the visual c++ to expand programming)
    2012-07-20 17:27:46下载
    积分:1
  • dllNecSock
    将socket封装进DLL,提供上层应用,简单方便(Into the socket package DLL, the upper application is simple and convenient)
    2012-07-13 21:13:01下载
    积分:1
  • sketchflat-rel0.3
    2D-sketch program source code package
    2014-09-30 15:15:41下载
    积分:1
  • zhuanhua16to10
    十六进制向十进制转化的程序,可用于串口通讯编程。(Hexadecimal to decimal conversion program can be used for serial communication program.)
    2010-03-07 14:11:16下载
    积分:1
  • testdlg
    检测NAT类型的客户端,程序中指定了服务器IP地址,用户可以自行修改(Detect NAT type of the client, the program specifies the server IP address, the user can modify)
    2013-08-22 10:16:36下载
    积分:1
  • ReturnEditDemo
    vc ——单行编辑控件输入回车后,不响应默认控件处理消息ReturnEditDemo(vc- single-line edit control, press enter, do not respond to the default control handling messages ReturnEditDemo)
    2011-07-24 19:35:51下载
    积分:1
  • fangjinshandubaojiem
    防金山毒霸界面源码,希望对大家有所帮助~(Anti-Duba interface source, we want to help ~)
    2010-06-04 17:51:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载