搜索资源列表
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
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
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
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,
Layman-MFC
- 本书分为四大篇。第一篇提出学习 MFC程序设计之前的必要基础,包括 Windows 程序的 基本观念以及 C++ 的高级意识。第二篇介绍 Visual C++ 整合环境开发工具。 第三篇介绍 application framework 的观念,以及 MFC骨干程序。所謂骨干程序,是指 Visual C++ 的工具 AppWizard 所产生出来的代码。 第四篇以微软公司附于 Visual C++ 光碟片上的一个范例程序 Scribble 为主轴,一步一步加上新的功能。并在其中深入
ColorGridCtrl
- Color grid control. Visual C++ graphic grid control with many features including colored rows.
DrawDanamicLine
- 使用C#完成坐标格网和动态线的绘制,编程平台为Visual studio 2010。在输入单位坐标格网的之后,可以动态的生成波浪形图案。类似于心电图。-A drawing programming about how to draw a dynamic line in a giving grid after setting(input) the unit of grid.
VHummanAnimaai
- Visual C++6.0与OpenGL开发的的三维网格的三维人体动画系统,不缺文件,能执行。 -Three-dimensional grid of Visual C++6.0 and OpenGL development of three-dimensional human animation system, and no shortage of file can perform.
TCallibratiooh
- 运用张的标定方法,在一种基于OpenCV的基础上,用Visual C开发发的相机实时图像的标定。标定物使用的是9*7的方格,边长28 已通过测试。 -Use of a the Zhang calibration method, in a calibration based on the OpenCV based on real-time camera image developed with Visual C hair. Calibration object is 9* 7 grid sid
GridDemo
- Visual C++ 6下,基于MFC的自制Grid网格控件,以及相关使用示例-Grid Control
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
MYBOMB
- 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示方格的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the grid
PPGrid
- DirectX 实现的PropertyGrid, 纯自绘属性网格控件,演示程序. 包括了源码,以及编译需要的所有头文件和库文件。 感兴趣的朋友请联系Q : 644715889, 谢谢!(Propery Grid Control, Implemented Using DirectX SDK And Visual C++, Sample Package Include The demo Source Code, and dge Header Files, dge.lib and dge.dll,)
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