资源列表
ArcGIS Engine入门教程_地图操作
- 本程序实现了地图的基本操作功能,包括各种地图数据的加载、保存,操作中常用的缩放、移动,数据视图、鹰眼、布局视图的同步,TOC右键菜单及其他一些常见的功能。程序位于code文件夹下,数据位于data文件夹下。
comm
- 串口发送小工具,主要对MScomm控键的基本使用说明-Serial port to send a small tool, the main control keys on the MScomm basic instructions
ffmpeg61
- ffmpeg的最新版本,我想对于做ffmpeg的同志应该有些帮助-The latest version of ffmpeg, ffmpeg I want to do some of the comrades should help
c#实例项目打飞机
- 适合新手了解并且可以很好的学习c#简单游戏实例打飞机,注释清楚直观。(Novice simple game example, clear and intuitive annotation)
XiAnData
- 西安基础数据shp文件,ARCgis,地形,城市规模,坡度,景点分布(Xi'an basic data SHP file, ARCgis, terrain, city size, slope, scenic spot distribution)
泡泡堂游戏
- 一款类似泡泡堂得游戏,按空格可以放炸弹,方向键是上下左右键,目前怪物只有乌龟和定时炸弹2种.欢迎下载学习
Eltima_Software_Serial_Port_Monitor_v4.0.2.274.ra
- Eltima Serial Port monitor fu-Eltima Serial Port monitor full
renamee
- can be used to read and rename images in matlab..try on those images with changing directory-can be used to read and rename images in matlab..try on those images with changing directory..
webSE-bookstore
- C#开发的网上书城原型系统,可以实现图书的查询,管理员和普通用户注册、登陆,下订单、提交订单。软件工程实习设计的演示程序。-C# development of the prototype system of the online bookstore, you can query, administrators and ordinary users registered books, landing, orders, and submit your order. Software engineer
mypro1
- 从文件中载入一副位图(bmp文件),并统计其每个像素点的红色分量,并直方图显示其分布-Loaded from a bitmap file (bmp files), and its statistical weight of each pixel' s red, and the histogram shows the distribution
VBA6
- VBA6 vb安装环境 vb开发环境 调用包-VBA6 vb vb development environment installation environment
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使