搜索资源列表
公正摇奖机
- 电视台、大型活动中用来随机抽奖才程序,曾打算用做商业用途的一个软件。通过向导设计一个活动,输入参与抽奖者相关信息便可实现随机抽奖。涉及到数据库编程、网格的使用、随机数的运用、浮动工具栏、窗口分割、带文字的工具栏、向导对话框的使用-television, the major activities used to only random draw process, had planned to do with commercial use of a software. Through a desig
MoreFlexyMSFLEXGRID
- 一个风格多样、自由、灵活的Grid控件,是数据库编程的一个较好的参考。-a diverse style, free and flexible Grid Control and Database Programming is a good reference.
Control_DataGrid_src
- 一个学习C#window编程中,datagridview控件 的使用的代码有很好实用价值。我就是参照他的才对grid有个理解。-a learning C# programming window, datagridview control the use of the code is a good practical value. I was of them is right along the lines of a grid-understanding.
ATT_new
- GRID表格编程库程序,很棒的,做报表工具类。-GRID form programming library procedures, terrific, so tools such statements.
九宫问题(八数码)求解过程动态演示
- (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which
grid_src
- grid。一个C#写的 window 下实现网格编程的例子。初学window网格编程者,不妨看看。-grid. A C# to write under the window grid programming examples. When a window programming grid, to take a look.
Grid++Report22
- Windows窗口编程中经常会利用到报表控件,这里提供的一个简单易用的Grid报表控件.-the Windows programming often used to control statements, here for an easy-to-use Grid Control statements.
grid
- grid.vbx组件,在VB编程时候用得着,如果用到的话请下载-grid.vbx components, useful when programming in VB, if used, please download
VB.programming.module.design.3D.grid
- VB编程模块设计3D网格化代码VB programming code module design 3D grid -VB programming code module design 3D grid
MFC.grid.code.choices
- MFC编程选择表格控件设计代码Design MFC grid control code programming choices -Design MFC grid control code programming choices
VC.determination.grid.development
- VC编程设计网格开发测定代码VC Programming determination of the grid code development -VC Programming determination of the grid code development
BCGControlBar
- 控件接口,用于MFC界面编程,美观好用,共同学习共享资源,-Control interface for MFC programming interface, beautiful and easy to use, share resources, learn together, ha ha
Grid-Report
- 汉语编程教程《易语言中应用Grid__Report教程》第3版-Chinese programming tutorial " application Grid__Report easy language tutorial" 3rd edition
Summary-of-grid
- 网格编程方法与环境综述网格作为新一代的基础设施已经引起了极为广泛的关注, 但在网格上进行编程仍然是件困难的工作。文中介绍了 目前最具代表性的网格编程方法和支撑工具的研究现状-Summary of grid programming environment as a new generation of grid infrastructure has caused a very widespread concern, but programming is still on the grid is
Multithreaded-Programming-with-Visual-Basic-
- this used for the improving the grid view in vb.net it is very useful for doing so many grids in vb.net-this is used for the improving the grid view in vb.net it is very useful for doing so many grids in vb.net
PictureLine
- 在图像上绘制网格,MFC窗口编程,栅格线-Drawing on the image grid, MFC windows programming, grid lines
grid
- 这是关于c#编程的arcgis二次开发的关于网格的源代码-This is the two time the development of c# programming on ArcGIS on the grid of the source code
WANGGE
- 这是一个简易的网格编程,并通过鼠标左键获取该单个网格的坐标。对初学及爱好图形学的人有一定帮助。-This is a simple programming grid, and get the coordinates of the grid through a single mouse button. For beginners and hobby graphics people have some help.
MT4-full-featured-grid-EA
- MT4智能EA,全功能网格最新版EA,包含各种功能,可设置参数,是网格EA编程的不错的参考.-MT4 EA,the latest version of the full-featured grid EA, Includes a variety of features, andyou can set the parameters, a good reference for grid EA programming.
dynamic programming
- 设平面上有一个m×n 的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+∞),向右行进的代价是bij(bin =+∞)。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。(There is a m * n mesh on the plane, and the grid point on the lower lef