搜索资源列表
MapMaker
- “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
grid++report
- Grid++Report是一款高性能的报表组件(构件/控件),特别适用于管理信息系统(如ERP、进销存、财务等)的报表开发。提供一个具有超强数据展现能力的数据网格(DataGrid)部件,制作各种表格报表非常简便;运行时可通过事件响应使报表与用户交互;针对票据套打进行了专门实现;总之Grid++Report 是制作动态报表的最佳选择。提供可视化报表设计器,设计报表快速简单。Grid++Report除了提供打印功能外,还提供报表的查询显示功能,即如各种数据网格(DataGrid)控件一样显示数据,
gridctrl_demo310
- visual c++ 编写的grid的demo代码,很不错-visual c prepared by the grid of the demo code is pretty good
mg
- 迭代算法中的多重网格计算程序Visual C++原代码-iterative algorithm of multiple grid computing procedures Visual C source code
GridControl.rar
- 很好用的网格控件,支持单元格编辑,我在多个工程中都在使用.,A good grid control used to support cell editing, I am in a number of projects are in use.
CHydrodynamicModel
- visual c++.net 编写的程序计算水动力学程序,可以显示三角网格。-visual c++. net procedures for the preparation of hydraulic calculation procedures, can show the triangular grid.
pagewnd
- 类似Excel里的编辑用的Grid控件-The grid control which can edit as the grid in excel
src
- Visual C++ 例子,动态曲线现实窗口,不闪。背景网格-Visual C++ Example, the dynamic curve of the reality window, do not flash. Background grid
MyTestGrid
- Symbian 开发的网格控件,类似与VC的Flexgrid控件,对于初学Symbian开发者,学习界面开发有帮助-Symbian development of grid control, similar to VC s Flexgrid control, Symbian developers for the beginner to learn interface development help
WtlGrid_src
- 老外写的,比较老,可参考他是如何使用WTL的。-After using WTL for some time, I ve developed the control that I miss the most for the kind of project that I do : A grid. This one is written from scratch, derived from a CScrollWindowImpl, it has the following features :
FlexGrid
- Flex grid sample in Visual c++6
DemoandSrc
- mfc下一个grid的实现,可以参照写出复杂的列表功能,作为示例提供-mfc realization of a grid, you can write with reference to the list of complex functions, as an example to provide
grafica
- sine signal graphic you can change the amplitude and frequency. show coordinate axis and grid
Qstudy
- 一段人工智能Q学习算法的程序实现,利用六格世界进行演示Q学习的过程。-Q learning algorithm of artificial intelligence for some of the program, using six grid world presentation Q learning process.
Plane
- plane activex control, using visual c++, that display a chart in 2d view with tarnsparent bk option and axis, grid, points mark, join lines and text color selection,
Vpssap
- VPSSAP是一种可视化的电力系统分析软件,它采用Visual C++6.0编写,软件的重用性得到了很大提高,具有易维护和易扩充的特点。良好的图形化可视界面使用户的操作更为方便和直观。该软件为用户提供了一个功能强大的电力系统网络接线图编辑器,通过它可以构成待分析的电网并且可以方便地与各种分析功能进行接口。目前该软件已经具有的分析功能有:电网的潮流计算功能故障分析(包括短路、断线和各种复故障)功能-VPSSAP is a visualization of power system analysis
grid_method
- 优化设计算法:用1维格点法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization algorithm: 1 Dimensional grid Method with the objective function of the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
grid
- 在Visual Studio 环境下,用C#作为开发语言,opengl作为显示工具。采用三次样条作为插值方法,绘制有限个点构成的光滑曲面。-In Visual Studio environment, using C# as development language, opengl as the display tool. Using cubic spline as the interpolation method, a finite number of dots to draw a smooth
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
C#创建对象列表(List)的不同方法
- 玩转C#可有趣了。在这篇文章中,我们将介绍如何用不同的方法创建对象列表。因此,场景是这样的,有一个MVC应用程序,我需要将5个空行(5个对象列表)绑定到grid表格,以便批量插入记录。所以无论何时我打开那个页面,grid在可编辑模式下呈现5个空行。(Fun C # can be fun. In this article, we show you how to create a list of objects in different ways. So, the scene is this, wi