搜索资源列表
1046843849257
- 由于开发时间创促,未对分辨率进行分类考虑,所以强烈推荐1024X768下面运行。 (对于winXP操作系统,可以正常运行,但是会发现速度很慢,具体问题有待解决。对于 其他操作系统有可能出现不可预料的问题) 控制键 1P:方向键 w s a d 开火: j 2P:方向键 上 下 左 右 开火: 小键盘0 本游戏内置15种彩蛋,具有一定趣味性,但需要慢慢体会。 由于为了节约空间,所以去掉了背景图,并把一些图片地效果改低,唯一优点就是小-as promoting innovation developm
euler.cpp
- 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
CrossPointNo
- CrossPointNo=53 %%%输入图中节点的总数目 对已知的边进行赋值,注意:有向图的Cost(i,j)=Cost(j,i)-CrossPointNo = 53%%% imported map nodes to the total number of known side Fu value, attention : to map Cost (i, j) = Cost (j, i)
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
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
mani
- mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by G
war3
- 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
J-LinkV7_PCB.rar
- J-LinkV7版印刷电路板图,protel格式,可以直接使用。,J-LinkV7 version of the printed circuit board map, protel format, can be used directly.
Choose_Best_Address_For_Hospital
- 数据结构大作业 Choose_Best_Address_For_Hospital 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短?试设计一个算法来解决该问题。 -Great job data structure Choose_Best_Address_For_Hospital routing
chinamap
- 全国各省mapinfo格式和jpg格式电子地图,注意版权问题。-Provinces mapinfo format and jpg format, electronic map and pay attention to copyright issues.
eWorld-0.8.0-Win
- 电子地图程序,能处理OPENSTREETMAP地图数据,非常值得学习-Electronic map procedures, to deal with OPENSTREETMAP map data, very worthy of study
EntGrid
- 本示例是利用MAPGIS-IMS平台搭建利用java语言来实现对武汉地图的各种基本操作,包括放大,缩小,刷新,复位,空间分析,地图裁剪,条件选择-This example is the use of MAPGIS-IMS platform using java language structures to achieve a variety of Wuhan map the basic operations, including Zoom, narrow, refresh, reset, spa
jjj
- DOTA地图的J文件,方便改图交流. 另自己加入了一些小修改。即互通的一些技能。-map of dota s J FILES.help to
w
- 单原点最短路径问题算法,在这个问题中,给出有向图G,它的每条边都有一个非负的长度(耗费) a [i ][ j ],路径的长度即为此路径所经过的边的长度之和。对于给定的源顶点s,需找出从它到图中其他任意顶点(称为目的)的最短路径。-Single-origin issue of the shortest path algorithm, in this issue, given directed graph G, each of which has a non-negative edge length
butterfly
- 计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。 -Discrete Fourier transform calculation of a fast algorithm, referred to as FFT. Fast Fourier Transform in 1965 by JW Cooley an
itopoview_objectsnmp_v2010[1].1
- 图形图象处理组件包,实现流程图,拓补图等的开发-Graphic image processing component packages, to achieve flow, topology map and other development
imagesegment
- 实现图像的分割。改程序是在matlab环境下运行的,程序中用到了k-means算法,实现的结果很不错-This is the program of image segmentation based on the following work: S. Chen, L. Cao, J. Liu, and X. Tang, "Image Segmentation by MAP-ML Estimations", submitted to IEEE Transactions on Image P
HDR-Radiance-Map
- 应用matlab软件,根据 Debevec, P. E.和 Malik, J算法将三幅LDR图片合成为一幅HDR图片的代码-Matlab software applications, according to Debevec, PE and Malik, J algorithm three LDR image synthesis is an HDR image code
解除魔兽地图J文件中文加密源代码
- 主要用于解密魔兽争霸地图中的中文加密,这是源程序,如果碰到不能解密的套路,只要略加修改就行!(Mainly used to decrypt the Warcraft map in Chinese encryption, this is the source program, if you can not be able to decipher the routine, as long as a slight modification of the line!)
