搜索资源列表
全国交通咨询系统
- 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据
20041025144530mapobjects10915027
- 关于VB的地图应用程序 可以图形对象选择 类mapinfor-VB on the map applications can choose graphics object type mapinfor
cSharpPatten
- 本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书
short-road
- 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为相邻结点,不妨设这条路线的距离为边的权值(权值int weight ),易知距离越短运费就越低。这样就可以建立一个无向有权图,那么求最短的运输路线问题就转化为求图中一顶点到其余各个顶
cpp_mru_cache
- I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have
qishiyouli
- 任务一的源程序: const dx:array[1..4]of integer=(2,2,1,1) dy:array[1..4]of integer=(1,-1,2,-2) type map=record x,y:integer end var i,j,n,m,k:integer a:array[0..50,0..50]of map begin re
图表绘制类,支持柱状图,饼图,折线图
- vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等-vc package type mapping, mapping support column, pie, dogleg map
HHHH
- Type Classification Code [英汉计算机大词典] n.分类码 :main.m (program control)discretize.m (converts image to discrete values)plotimg.m (plots划分 images)dirImg.m (computes the directional image)extract.m (extracts square portion of image抽取块方向图 - called by dirImg
image-4
- ex4.14 图元识别问题« 问题描述:在数字化图像处理中常将一幅图像表示为一个m´ m 的像素矩阵。其中每个像素的值为0或1。值为0的像素表示图像的背景,而值为1 的像素表示图像中某个图元上的一个点,通常称其为图元像素。当一个像素在另一个像素的上方、下方、左侧或右侧时,称这2个像素为相邻像素。一幅图像中的相邻像素属于同一图元,而不相邻的像素属于不同图元。图元识别问题就是对给定图像的图元像素进行标记,使得同一图元的图元像素有相同的标记,而不同图元的图元像素其标记也不同。试
howtoshow256color
- 问题: 论坛中有很多人提出:基于Windows的程序如资源管理器(Explorer.exe),IE等都能显示出漂亮的工具栏图像和图标。但是,用MFC开发的应用程序一般都只能显示16色的工具栏图像和列表视图(如CListView)图像,而无法显示在资源中创建的256色图标和位图。这是为什么? 解答: 工具栏和列表视图都是把自己的图像存储在图像列表中。这个图像列表实际上就是一个图像清单。它是一个由许多小图像组成的长条型位图图像。 -Question: There are
CListWithButton
- 自定义列表框(report型),可自由设置行高,可以在某行某列处添加ico图标,按钮,并实现消息映射。-Custom list box (report type), are free to set the row height can be a column in a row to add the ico icons, buttons, and realize the message map.
DrawImgOnDlg
- 结合网上的代码,找到了两种全图显示的办法。 第一种是使用GDI+,同样需要使用到picture control,不过这次需要设置属性->杂项->type,选择Owner Draw类型。然后从CStatic类中派生出一个新类:CGdiPlusImgCtrl。重载DrawItem函数来实现绘制图像 可能你觉得使用GDI+麻烦,需要对GDI+环境进行初始化,打包程序又得附带gdiplus.dll。那么我介绍的第二种方法使用GDI就没这么麻烦了。 第一种是使用GDI,同样需要使
ReadDbf
- 利用C#语言编写的读取.dbf地图文件的类,适用于windows桌面程序-The use of C# Read language. Dbf type map file for windows desktop programs
ssd5-yangzhaolong
- To complete this assessment, identify the uses of vectors that should be replaced with either maps or sets. For instance, the vector contained in class Group should be replaced with a map of type map<string, Client*>. This simplifies the access
ssd5-jaychou
- To complete this assessment, identify the uses of vectors that should be replaced with either maps or sets. For instance, the vector contained in class Group should be replaced with a map of type map<string, Client*>. This simplifies the access
ex15
- This example is showing you how to modify the contrast in color images using the Histogram Equalization block. Type this in command prompt: [X map] = imread( shadow.tif ) shadow = ind2rgb(X,map) -This example is showing you how to modify the c
MAp
- 本函数主要用于一种类型的操作转化成其他的函数操作,俩个操作之间可以相互转化-This function is mainly used for the operation of one type into the other functions operate between the two operations can be transformed into each other
Set-List-Map
- java集合类型的学习demo,很适合初学者-java collection type learning demo, it is suitable for beginners
map
- 映射(Map)和多重映射(Multimap)是基于某一类型Key的键集的容器,提供对TYPE类型的数据进行快速和高效的检索。 对Map而言,键只是指存储在容器中的某一成员。 Multimap允许重复键值,Map不允许。 Map和Multimap对象包含了键和各个键有关的值,键和值的数据类型是不相同的,这与Set不同。 Map内部数据的组织是一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在Map内部所有的数据Key都是有序的。 -failed
location-service.tar
- type map xmp download
