搜索资源列表
公正摇奖机
- 电视台、大型活动中用来随机抽奖才程序,曾打算用做商业用途的一个软件。通过向导设计一个活动,输入参与抽奖者相关信息便可实现随机抽奖。涉及到数据库编程、网格的使用、随机数的运用、浮动工具栏、窗口分割、带文字的工具栏、向导对话框的使用-television, the major activities used to only random draw process, had planned to do with commercial use of a software. Through a desig
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
- Beginning Direct3D Game Programming源代码\Part3\chapter12-Beginning Direct3D Game Programming Source Code \ Part3 \ chapter12
grid
- grid.vbx组件,在VB编程时候用得着,如果用到的话请下载-grid.vbx components, useful when programming in VB, if used, please download
programming
- 基于感知特征的网格处理算法问题的研究,内容详尽,分析的很清楚-Based on the characteristics of grid-aware processing algorithm research, detailed analysis of the very clear
rotate
- 图像旋转技术例子.用VB编程绘制网格图像。-Example of image rotation techniques. Using VB programming grid map image.
GT4Java
- 该文档为《Globus Toolkit4:java网格服务编程》的过程解读,一直更新中... ...从并行计算的高层服务认识,并深入认识GT的架构从而更加深入的理解网格计算的意义-The document for the " Globus Toolkit4: java programming grid services," the process of interpretation, has been updated in the ... ... from the parall
TIN
- 在C++编程环境下进行TIN三角网的绘制以及该三角网的拓扑信息查询-In C++ programming environment for TIN triangulation and the triangulation mapping topology information inquiry
ext-3.1.0
- ExtJs的简称,是一个强大的js类库 ext是一个强大的js类库,以前是基于YAHOO-UI,现在已经完全独立了, 主要包括data,widget,form,grid,dd,menu,其中最强大的应该算grid了,编程思想是基于面向对象编程(oop),扩展性相当的好-ExtJs short, is a powerful class library ext js js is a powerful class library, used to be based on YAHOO-UI, is no
b21
- Taking into account all the parameters mentioned, forming the appropriate programming to the controller in order to achieve the synchronization between the two systems, the appropriate amplitude and as well as the power management to the DC to contro
Source_P2P_programming_grid_programming
- P2P编程网格程序设计源码Source P2P programming grid programming-Source P2P programming grid programming
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
- 2D graphics grid program , basic programming of understanding vertex concepts .
Programming-Grid
- POJ若干问题源码,多边形游戏,地板覆盖,lining up-lining up……
Grid-Report
- 汉语编程教程《易语言中应用Grid__Report教程》第3版-Chinese programming tutorial " application Grid__Report easy language tutorial" 3rd edition
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