Welcome![Sign In][Sign Up]
Location:
Search - draw path

Search list

[Other resourceshowbitmap

Description: 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT nResID) 3 画位图图象 Draw(CDC* pDC,目标图左上角x&y坐标,长&宽,原图象左上角x&y坐标) Draw(CDC* pDC,目标图左上角x&y坐标) Draw(CDC* pDC) Stretch(CDC* pDC, 目标图左上角x&y坐标,长&宽,原图像左上角x&y坐标,长&宽) 注: pDC的获取: CDC *pDC=GetDC() -bitmap loaded, shows the category c. Use : a structural example of a type of object : Air examples Bitmap bmp () with the resources, structure Bitmap bmp (nResID) document structure with CD IB bmp ( "PATH / / Filename.bmp") if a two-step structure of the object is empty examples , must be loaded bitmap : BOOL loaded from the file bmp.LoadFromFile ( "PATH / / Filenam e.bmp ") from the resource loading BOOL bmp.LoadFromResource (UIN T nResID) three paintings Bitmap Draw (CDC * pDC, objectives map upper left corner x
Platform: | Size: 11183 | Author: linus | Hits:

[OpenGL programvp_flight_path

Description: This sample illustrates how to draw geometry to simulate the flight path of an object. This sample defines the class myApp, which is derived from vpApp, and uses a vsRenderStrategyFrameGeometry to create dynamic path geometry for a F-16 flying around town. The sample also creates \"ghost\" objects, which are copies of the F-16, at the start of each new segment of the path to indicate the exact position and orientation of the F-16 at that moment in time. 在VP中设置路径
Platform: | Size: 11163 | Author: ma ming | Hits:

[Picture Viewershowbitmap

Description: 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp("PATH//Filename.bmp") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile("PATH//Filename.bmp") 从资源装入 BOOL bmp.LoadFromResource(UINT nResID) 3 画位图图象 Draw(CDC* pDC,目标图左上角x&y坐标,长&宽,原图象左上角x&y坐标) Draw(CDC* pDC,目标图左上角x&y坐标) Draw(CDC* pDC) Stretch(CDC* pDC, 目标图左上角x&y坐标,长&宽,原图像左上角x&y坐标,长&宽) 注: pDC的获取: CDC *pDC=GetDC() -bitmap loaded, shows the category c. Use : a structural example of a type of object : Air examples Bitmap bmp () with the resources, structure Bitmap bmp (nResID) document structure with CD IB bmp ( "PATH// Filename.bmp") if a two-step structure of the object is empty examples , must be loaded bitmap : BOOL loaded from the file bmp.LoadFromFile ( "PATH// Filenam e.bmp ") from the resource loading BOOL bmp.LoadFromResource (UIN T nResID) three paintings Bitmap Draw (CDC* pDC, objectives map upper left corner x
Platform: | Size: 11264 | Author: linus | Hits:

[AlgorithmM

Description: 迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。-Maze algorithm, to solve from the point of origin to the end of the maze path, or there is no path to draw conclusions.
Platform: | Size: 1024 | Author: 王文浩 | Hits:

[MiddleWarePrt_Demo

Description: 通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow -General statements print category use the main functions: 1- Automatic page 2- automatically draw vertical and horizontal lines form 3- to support the horizontal/vertical print 4- to support the print output or generate a text file to use: 1. Copy prt.h, prt.cpp---> Project Path2. Menu---> Project---> Add to project---> files (prt.h, prt.cpp) 3. Menu---> open---> prt_demo.rc---> Bitmap---> IDB_PRT (copy to current project) 4. Menu---> open---> prt_demo.rc---> Dialog---> IDD_PRT (copy to current project) 5. Add:# Include <prt.h> 6. Add member function: int GetRow (PRTROW* pRow) 7. Add code into OnPrt and GetRow
Platform: | Size: 23552 | Author: mike | Hits:

[OpenGL programvp_flight_path

Description: This sample illustrates how to draw geometry to simulate the flight path of an object. This sample defines the class myApp, which is derived from vpApp, and uses a vsRenderStrategyFrameGeometry to create dynamic path geometry for a F-16 flying around town. The sample also creates "ghost" objects, which are copies of the F-16, at the start of each new segment of the path to indicate the exact position and orientation of the F-16 at that moment in time. 在VP中设置路径-This sample illustrates how to draw geometry to simulate the flight path of an object. This sample defines the class myApp, which is derived from vpApp, and uses a vsRenderStrategyFrameGeometry to create dynamic path geometry for a F-16 flying around town. The sample also creates ghost objects, which are copies of the F-16, at the start of each new segment of the path to indicate the exact position and orientation of the F-16 at that moment in time. in the VP to set the path
Platform: | Size: 11264 | Author: ma ming | Hits:

[Data structsdtghtsp

Description: 用动态规划算法求解旅行商销售员问题,给出一个耗费矩阵,能够得出最短路径长度和最短路径。-Using dynamic programming algorithm to solve traveling salesman salesman problem, given a cost matrix, able to draw the shortest path length and the shortest path.
Platform: | Size: 2043904 | Author: wu | Hits:

[matlabpeople_and_dog

Description: 一个慢跑者在平面上沿着他喜欢的路径跑步,突然一只狗攻击他,这只狗以不变的速度跑向跑步者,狗的方向始终指向跑步者,计算并画出狗的运动轨迹(如需其他条件,请自己假定).-A jogger in the plane along the path he likes running, a dog suddenly attacked him, the dog ran at constant speed running, the dog always point to the direction of running, and calculate and draw the dog
Platform: | Size: 1024 | Author: mtvqqkk007 | Hits:

[CSharpDraw

Description: C#绘图程序,包括画线,画圆,方块,路径-C# Mapping procedures, including the painting line, circle, box, path
Platform: | Size: 90112 | Author: zzx | Hits:

[OtherFINDMIN

Description: 用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出-Djkstra algorithm used to find the shortest path, and Turbo C environment to draw simple graphics function
Platform: | Size: 2048 | Author: wangzerg999 | Hits:

[Windows Developshortpath

Description: 题 目 :最短路由计算 题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象为一个结点,每条链路则用带有方向的边表示,边上的权值表示相邻结点的代价值。于是可以根据最短路径算法得出最佳的路由表。 -Title: Calculation of the shortest route subject description: INTERNET by routers in a number of network datagram forwarding, routing problems in the study, they can each router, LAN or WAN are abstracted as a node point, each link is used with the express direction of the edge, the edge of the right to express the value of adjacent nodes in lieu of value. It could thus be the basis of the shortest path algorithm to draw the best routing table.
Platform: | Size: 64512 | Author: lipeng | Hits:

[Othertsp

Description: 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
Platform: | Size: 3072 | Author: ron | Hits:

[Windows Developtsp

Description: 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
Platform: | Size: 3072 | Author: hbk hsu | Hits:

[CSharpTest_1

Description: draw path on the map
Platform: | Size: 51200 | Author: huycv | Hits:

[GDI-BitmapDraw

Description: 显示位图的程序。包含选择位图路径,打开位图文件,读入位图数据,分析位图格式,创建位图GDI(图形设备接口)对象等。-Display bitmap program. Select the bitmap that contains the path, open the bitmap file, read the bitmap data, analysis of bitmap formats, create bitmap GDI (Graphics Device Interface) objects.
Platform: | Size: 44032 | Author: 媛媛 | Hits:

[CSharpWhiteboard2

Description: C#绘图板,直线、矩形、圆形、曲线、填充矩形、填充圆形、输入文字、路径-C# graphics tablet, line, rectangle, circle, curve, filled rectangle, filled circle, enter text, the path
Platform: | Size: 80896 | Author: 夏云 | Hits:

[androidPath

Description: 自定义view 绘制折线图,根据用户数据,在界面上绘制出相应的折线图。-Customize view draw a line chart, based on user data, draw on the interface corresponding line chart.
Platform: | Size: 64512 | Author: 陶孟 | Hits:

[matlabAPF-path-planning-algorithm-demo

Description: 用matlab编写的人工势场法路径规划算法演示程序,可以手动绘制障碍物,实现避障和对目标的跟踪,保证可以运行-Matlab prepared by the artificial potential field method of path planning algorithm demo application, you can manually draw obstacles, to realize the obstacle avoidance and target tracking, ensure that you can run
Platform: | Size: 18432 | Author: changle | Hits:

[e-languageMaze-shortest-path

Description: 迷宫最短路径 有关迷宫的一个小程序,绘制迷宫图,找到最短路径。-Maze of the shortest path of the maze of a small program, draw a maze, find the shortest path.
Platform: | Size: 199680 | Author: 范县成 | Hits:

[Graph DrawingDraw-bezier-path

Description: 基于Xcode的开发语言Objective-C所编写的贝塞尔路径知识以及用贝塞尔路径绘图-Objective-C Draw bezier path
Platform: | Size: 451584 | Author: 钟勋国 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net