CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - VC map

搜索资源列表

  1. 加密解密地图

    0下载:
  2. VC加密解密地图-VC encryption and decryption map
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11416
    • 提供者:
  1. ae

    0下载:
  2. AE基于vc下的二次开发 用于查询地图属性等的小型系统-AE based on the vc for the secondary development of query attributes, such as small-scale map system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:2987776
    • 提供者:顾晨
  1. mapper

    1下载:
  2. 本系统是在VC++和MO开发环境下开发的,具有放大缩小漫游,专题图制图等功能-The system is in VC++ And MO Development Environment developed with Zoom roaming, cartographic features such as thematic map
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:345692
    • 提供者:ljp
  1. demon_net

    0下载:
  2. VC.net枚举系统设备高级信息源代码,,从运行图上可以看出程序功能有汇编调用信息、WMI CPU信息、WMI获取网上配置、获取BIOS、WMI枚举所有等,源程序在VS2005或更高版本中编译。-Enumeration VC.net advanced information system source code, run the map from the program features can be seen there is a compilation of information call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:335335
    • 提供者:175
  1. 20070226_quake3-1.32b

    0下载:
  2. 在QuakeCon 2005大会上,John Carmack曾表示,《Quake 3》源代码将在近期发布,任何有兴趣的人都可以下载。 现在,id Software兑现了自己的诺言:《Quake 3 Arena》完整源代码1.32b版(Quake 3 Arena Full Source Code v1.32b)已经公布,包括完整的游戏源代码、各种编译工具和Q3Radiant地图编辑器build 200f,大小为22.4MB(压缩包大小5.46MB)。 用VC++2003,打开工程
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5214886
    • 提供者:jie
  1. SRC

    0下载:
  2. 非常好用的VC WTL 的 IDE 辅助开发工具,可以自动生成消息映射表等信息,异常强大-Very nice VC WTL' s IDE supporting development tools that can automatically generate a message map and other information, extremely powerful .............
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:862976
    • 提供者:livecto
  1. qk_skyblue_BoxMan

    0下载:
  2. VC++推箱子源代码附地图编辑器 VC++推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。-Sokoban VC++ source code with the map editor the game Sokoban VC++ source code, attached with a map editor, which looked nice, relatively complete informati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:139191
    • 提供者:秦坤
  1. Getusers

    0下载:
  2. vc++编程获得Windows系统的登录用户名,很多都是Administrator,如上图的编译所示,这个要跟系统的SAM相关了,因为Windows的登录信息存取在Windows目录的SAM文件中,这个文件是经过特殊加密的,一般情况下不容易被打开,通过这个小程序你或许会从中学习到什么。 -vc++ programming access to Windows system logon user name, many of which are Administrator, compile the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:10618
    • 提供者:madud00059
  1. demo1

    0下载:
  2. vc 在多文档客户区中增加位图底图演示程序 - 源代码-vc client area in a multi-document add bitmap base map demo- source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:59540
    • 提供者:洪筱丽
  1. CGDIDemo

    0下载:
  2. 有关坐标系和坐标映射的使用实例源码,很不错的vc源码,推荐!-Map coordinate system and coordinates the use of source code examples, very good vc source, recommended!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:35759
    • 提供者:汪超群
  1. BitmapWindow1

    0下载:
  2. VC++异形窗口,示范了如何使用VC创建以图片为对话框形状的异形窗口,本款异形窗口在WM_ERASEBKGND消息中自贴图,实现的方法和原理:先创建一个无背影画刷窗口,然后在WM_CREATE中并指定透明颜色, 缩放位图后加载至s_hdcMem中,最后在WM_ERASEBKGND中用s_hdcMem贴图即可。   实现时需要缩放位图、得到窗口大孝创建与窗口大小相等且能容纳位图的HDC - s_hdcMem、将原位图缩放到窗口大校   按下Esc键时退出(关闭)窗口。-Profiled
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:165897
    • 提供者:张海玲
  1. tuixiangzi

    0下载:
  2. 双缓存版VC++推箱子游戏源代码,含地图编辑器,双缓存版,通过游戏你可了解一些实用的VC++编程知识,推箱子游戏比较经典,有必要参看一下代码。部分代码需要VisualStudio编译环境。-The double buffer version VC++ of Sokoban game source code, including a map editor, double-buffered version through the game you can understand some the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:1833375
    • 提供者:吴明明
  1. dulichao

    0下载:
  2. VC++ 绘制成绩分布图源程序代码,成绩分布图源码及实验报告,主要的功能是通过给定的一组成绩数据绘制出成绩的分布图(包括直方图和圆饼图)-VC++ to draw scores distribution of the source code, grade distribution map source and experimental reports, the main function is given a set of performance data to map out the dist
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:204140
    • 提供者:金拾斤
  1. instruction_map

    0下载:
  2. VC Diff Instruction Map members and methods for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:jeiqanhing
  1. 2009.3.19-TestMapMode

    0下载:
  2. 原创2,我这次上2个原创,3个收集的有用的代码,站长明鉴,尽快帮我开通下载权限,仿visio缩放-实用版-可画可缩放平移,目前还在使用-MAP mode vc sourcecode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:52524
    • 提供者:
  1. AEExam

    0下载:
  2. VC6+AE9.3实现GIS基本框架和部分功能(浏览、编辑、量算长度),shape图层属性浏览(无模式对话框,可以改变对话框的大小,比较实用),是学习Gis-VC+AE的实用参考材料。附件为全球三维地形图(GEOtiff格式)-VC6+ AE9.3 achieve GIS basic framework and some functions (browse, edit, and calculating the length), shape the Layer Properties view (n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10832789
    • 提供者:dmagic
  1. QEXXRO49

    0下载:
  2. 一款用VC++实现矢量地图背景下的实时显示源代码,-A used vc++ realize the vector map under the background of real-time display source code,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:41984
    • 提供者:uqvito
  1. NhisThis

    0下载:
  2. 这是一个用vc编写的映射网络驱动器,可以在你的界面上映射一个驱动器盘符-This is a vc write mapping a network drive, you can on your interface map a drive letter
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-11
    • 文件大小:71449
    • 提供者:machize
  1. pbnwi56

    0下载:
  2. Vc + + achieve reflective template serialization and deserialization message map-Vc++ achieve reflective template serialization and deserialization message map
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-12
    • 文件大小:6530
    • 提供者:evcluate
  1. sjzuxa7

    0下载:
  2. direct+vc例子讲的是如何使用map,希望有用()
  3. 所属分类:系统编程

    • 发布日期:2018-05-03
    • 文件大小:31744
    • 提供者:bnsieesc
搜珍网 www.dssz.com