-
CDataGrid
CDataGrid 分类:Visual C++
如何删除DataGrid中的一行记录
CDataGrid m_Grid
Rs->Delete(adAffectCurrent)
Rs->Requery()
m_Grid.SetRefDataSource(NULL)
m_Grid.SetRefDataSource((LPUNKNOWN)Rs)
m_Grid.Refresh() (CDataGrid Category: Visual C++ How DataGrid row delete records CDataGrid m_Grid Rs-)
- 2007-09-29 12:25:15下载
- 积分:1
-
RiBM
RS 编码,RS码是一类有很强纠错能力的多进制BCH码(RS code)
- 2009-06-06 15:30:33下载
- 积分:1
-
AVR_ISP_programer
c code for avr group
- 2013-12-13 23:48:50下载
- 积分:1
-
std4
C++的课程设计,学生信息管理系统,控制台模式。演示了类的创建和使用,以及类的继承,文件的读写。(C++ in curriculum design, student information management system, the console mode. Demonstrated the creation and use of categories, as well as the type of inheritance, to read and write documents.)
- 2009-06-13 11:32:55下载
- 积分:1
-
TTS_PC
PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
- 2010-07-17 10:32:23下载
- 积分:1
-
XproerV3.0.107_51aspx
XproerBBS开源项目是新手学习不可多得的资料,在项目中使用了许多目前比较流行的技术。
(1)如何使用ADO.NET, (Green hand XproerBBS open-source projects are hard to come by studying the information used in the project is currently much more popular technology. (1) how to use ADO.NET,)
- 2009-03-26 09:56:24下载
- 积分:1
-
combolocx
combobox更新的一个控件(update a combobox controls )
- 2004-11-19 14:22:41下载
- 积分:1
-
vncdll
vnc4.0 远程桌面监控软件的集成,把复杂的代码转换成dll,方便把vnc功能集合到项目区,长时间测试稳定(vnc4.0 remote desktop control software integration, the complexity of the code into dll, easy to vnc functions into the project area, long time stability test)
- 2021-01-28 01:58:35下载
- 积分:1
-
traffic
[基本要求]
(1)提供对城市信息进行编辑(如:添加功删除)的功能
(2)城市之间有两面种交通工具:火车和飞机。提供对列车时间表和飞机航班进行编辑(增设或删除)的功能。
(3)提供两面种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。
(4)旅途中耗费的总时间应该包括中转站的等候时间。
(5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时坐哪一趟列车哪一次班机到何地。
[实现提示]
(1)对全国城市交通图和列车时刻表及飞机航班表的编辑,应该提供文件形式输入和键盘输入两种方式。飞机航班表的信息包括:起始站台票出发时间、终点站的到达时间和票价;列车时刻表则根据交通图给出各个路段的详细信息。
(2)以邻接表作交通图的存储结构,表示边的结点内除了含有邻接点的信息外,还应包括交通工具、路程中消耗的时间和花费以及出发和到达的时间等多项属性。
()
- 2008-07-07 00:17:13下载
- 积分:1
-
VCprogramjisuanqi
mfc环境下写的科学计算器,代码可以直接运行。(mfc environment written in scientific calculator, the code can run.)
- 2010-05-06 23:40:00下载
- 积分:1