Welcome![Sign In][Sign Up]
Location:
Search - line grid

Search list

[Graph Recognizemary

Description: 对图象进行处理,求压线格,用二域法,八域法求图象的边界,-of image processing, for down the line grid, with two jurisdictions, eight domain method for image border,
Platform: | Size: 87567 | Author: hanhan12345 | Hits:

[Graph Recognizemary

Description: 对图象进行处理,求压线格,用二域法,八域法求图象的边界,-of image processing, for down the line grid, with two jurisdictions, eight domain method for image border,
Platform: | Size: 87040 | Author: hanhan12345 | Hits:

[PropertySheetGridLine

Description: VB常用控件是没有Grid的,但是添加一个一个控件就比较麻烦了,又要注册ocx,有扩大了程序本身,我上传的就是使用line命令,模拟grid,其实还可以使用TextBox配合使用-VB is not commonly used Grid Control, but added a control on a relatively trouble. ocx also registered, to expand the program itself, I upload the line is the use of orders, simulation grid. In fact, can also be used to cope with TextBox
Platform: | Size: 1024 | Author: 不要踩我 | Hits:

[Graph Drawing1821

Description: 一个实时曲线类 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollSpeedY(int nSpeedY) // 网格线宽度 void SetGridLineWidth(int nWidth) // 背景色 void SetGridBackClr(COLORREF clr) // // 锁定数据显示范围 void LockRang(bool bfLock = true) // 锁定数据显示范围 void LockRang(float fMin, float fMax) // 设置数据 void SetData(float fData) // 曲线颜色 void SetLineColor(COLORREF clrLine = RGB ( 0 , 255 , 0 )) void SetLineWidth(int nWidth = 1) -curve of a real-time interface category :// set up grid spacing void SetGridResolutionX (int nGridR eluX)// set grid spacing void SetGridResolutionY (int n GridReluY)// set the rolling speed mesh, when rolling to the left-to-right, 0 Fixed void SetGridScrollSpeedX (int nSpeedX)// when rolling from the top down to, 0 Fixed void SetGridScrollSpeedY (int nSpeedY)// Grid line width void SetGridLineWidth (int nWidth)// background Color void SetGridBackClr (COLORREF clr)//// lock data display range void LockRang (bool bfLock = true)// lock significant data said the scope void LockRang (float fMin. float fMax)// set data void Graph (float fData)// color curve void SetLineColor (RG = COLORREF clrLine B (0, 255, 0)) void SetLineWidth (int nWidth = 1)
Platform: | Size: 50176 | Author: yu | Hits:

[GIS program2D-Tin-delaunay

Description: 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
Platform: | Size: 84992 | Author: 邓华 | Hits:

[OtherGT-Grid[1].vs.EXT-Grid

Description: 纯JS的数据列表 6000行数据 需要9秒-JS pure data list 6000 line data needs 9 seconds
Platform: | Size: 1040384 | Author: xu | Hits:

[Button controlgridctrl_merge

Description: 功能非常丰富的各自控件,能够按树显示,可以隐藏列,行等-Very rich in their respective controls, according to the tree, it can be hidden out, line, etc.
Platform: | Size: 311296 | Author: Andy.H | Hits:

[DocumentsAnAlgorithmofContourLinesBasedOnRegulerGrid

Description: 本文详细描述了规则网格的等值线的生成算法,对初学者很有帮助-In this paper, a detailed description of the rules of the contour grid generation algorithm, useful for beginners
Platform: | Size: 366592 | Author: 黄伟 | Hits:

[Windows Developdemo

Description: vc环境下开发的程序,多文档;可以设置绘图区域的背景:网格形式;能画圆、直线,可以保存,保存为txt文件;保存的内容是图像的坐标,保存后可以再次打开-vc environment development process, multi-document can set the background graphics region: grid form can drawcircle, a straight line, you can save, save it as a txt file save the contents of the coordinates of the image, save again after the open
Platform: | Size: 75776 | Author: xinghua | Hits:

[ADO-ODBCEhlib.v40

Description: EhLib 是一套非常优秀的第三方VCL Grid组件,相对于Delphi自身的DBGrid,它增加了很多功能,如: 1、Grid可显示为Flat、3D效果; 2、在表格底部显示合计行(可多行); 3、自动列标题排序,可自动显示排序标记; 4、日期列自动为DateTimePicker,Boolean列自动为CheckBox; 5、表格首行可显示查询行,自动筛选数据; 6、增加Grid数据查找对话框; 7、支持Grid打印,打印效果非常理想; 8、可将Grid数据导出至Excel、Word、Html、TXT; -EhLib is a very good third-party VCL Grid components, as opposed to Delphi s own DBGrid, which adds a lot of features such as: 1, Grid can be displayed for the Flat, 3D effects 2, in the form displayed at the bottom of the total line (which can be multi-line) 3, automatic column header to sort, can be displayed automatically sort marker 4, the date listed automatically DateTimePicker, Boolean out automatically CheckBox 5, form the first line shows the query line, automatic screening data 6, an increase Grid data Find dialog box 7, to support the Grid print, print effect is very desirable 8, Grid data can be exported to Excel, Word, Html, TXT
Platform: | Size: 2867200 | Author: 张峰 | Hits:

[source in ebookshibing.cpp

Description: 在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y)。如何选择x 和y的值才能使士兵们以最少的总移动步数排成一列。 实验任务:计算使所有士兵排成一行需要的最少移动步数。-In a grid divided into the playground, n soldiers stood scattered on the grid points. Grid point by the integer coordinates (x, y) express. Soldiers along the edge of the grid, down, left and right moving step, but at the same time any one grid point has only one soldier. In accordance with the officer s command, the soldiers should be neatly列成level queue, that is arranged in (x, y), (x+ 1, y), ..., (x+ N-1, y). How to choose x and y values to make the soldiers with the minimum of the total moves one line up. Experimental tasks: the calculation so that all the soldiers lined up his required minimum moves.
Platform: | Size: 1024 | Author: 林雨 | Hits:

[OpenGL programAContourLineForACassiniFunction

Description: 该程序是Cassini椭圆函数的等高线曲线,再VC++MFC环境下用OpenGL绘制,本程序采用的方法是利用插值法求得等高曲线和单元边线的交点,函数在50*50的单元栅格上采样。-The program is Cassini cnoidal contour curves, and then VC++ MFC with OpenGL rendering environment, the procedure adopted is to use obtained by interpolation contour curves and the intersection line unit, function in 50* 50 sampling grid on the unit.
Platform: | Size: 3548160 | Author: 蒋娟芬 | Hits:

[OpenGL programtessellation

Description: 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 -Grid [tessellation] that is concave polygon contains holes, the island of multilateral type, or from cross-multilateral-type convex polygon is divided into easy process. OpenGL for fast rendering polygon, can only directly show that a simple convex polygon [arbitrary polygon two points to connect all the points still to this polygon], the multilateral or concave polygon rendering results from the cross will be uncertain. In rendering complex polygons, it is often required complex polygon into simple polygon rendering easier, OpenGL use library provides a function of grid through multilateral type contour line generates simple polygon, thereby rendering the complexity of the polygon.
Platform: | Size: 131072 | Author: rockeyzhu | Hits:

[EditBoxeasygrid-3.51

Description: 网上功能很强的网格控件,可在多种语言的编程环境下使用它,而且还能静态连接(仅VC++).-Features a strong line grid control, can be multi-lingual programming environment to use it, but also static connection (only VC++).
Platform: | Size: 780288 | Author: Hellow | Hits:

[Otherua

Description: 风电场短路计算,用于风电场与电网联络线出现短路故障时的系统分析-Wind short-circuit calculations for the wind farm and grid tie-line short-circuit fault of the system analysis
Platform: | Size: 1024 | Author: w | Hits:

[Delphi VCLDevExpress.ExpressQuantumGrid.Suite

Description: Introducing ExpressQuantumGrid Suite v6, the most capable Grid and Data Editors Library ever created for Delphi and C++ Builder. With the ExpressQuantumGrid Suite, you can create visually stunning interfaces and deliver incredible features/flexibility to your end-users - without writing a single line of code.
Platform: | Size: 30173184 | Author: flasher | Hits:

[Other Riddle gamesLineColor

Description: 五子连珠游戏,在9×9方格中每次随机增加3个小球,鼠标点击小球移动,每当5个同颜色的小球连成1行,则消去并得分。-Wuzilianzhu games, in 9 × 9 grid were increased by 3 each time a small ball, the ball moves the mouse click, every 5 balls with the same color into a line, then the elimination and score.
Platform: | Size: 593920 | Author: anyuan | Hits:

[Other Embeded programgrid

Description: grid line following algo
Platform: | Size: 18432 | Author: mayur kulkarni | Hits:

[OpenGL program3-dimensional-graphics-drawing

Description: C#二维三维图形绘制工程实例宝典第8章:三维图形。本章介绍了应用三维图形的基础知识,包括三维矩阵,变换和坐标体系等来创建各种三维图形,例如三维折线图,三维网格和曲面图,轮廓图,三维柱状图,四维切片图和三维复合图。-Two-dimensional three-dimensional graphics drawing C# Projects Collection Chapter 8: three-dimensional graphics. This chapter describes the basics of three-dimensional graphics applications, including the three-dimensional matrix, transform and coordinate system, and to create a variety of three-dimensional graphics, such as three-dimensional line chart, three-dimensional grid and surface maps, contour maps, three-dimensional histogram, and three-dimensional four-dimensional slices Composite map.
Platform: | Size: 2342912 | Author: bobbank | Hits:

[ListView/ListBoxGrid

Description: 主要是对VC中的MFC的list ctrl控件的功能的实现,主要包括将一行数据添加到首行、添加到尾行,将某一行全部选中高亮,删除所有行-VC MFC list ctrl controls the function of implementation, including a row of data added to the first line, add to the end line, a line selected highlight and delete all the rows
Platform: | Size: 64512 | Author: xiaobing | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net