登录
首页 » Visual C++ » GridSample

GridSample

于 2018-08-31 发布 文件大小:8150KB
0 223
下载积分: 1 下载次数: 5

代码说明:

  VC非常好的表格控件。初学Beginners must see者必看,很经典的。(VC a very good form control...Beginners must seeBeginners must see)

文件列表:

GridSample\CustomItems.cpp, 16394 , 2011-02-08
GridSample\CustomItems.h, 8177 , 2011-02-08
GridSample\Debug\vc60\CustomItems.obj, 167973 , 2017-01-04
GridSample\Debug\vc60\PropertyGrid.obj, 25187 , 2017-01-04
GridSample\Debug\vc60\PropertyGrid.res, 1518440 , 2017-01-04
GridSample\Debug\vc60\PropertyGridDlg.obj, 257655 , 2017-01-04
GridSample\Debug\vc60\PropertyGrid_vc60.pch, 28001180 , 2017-01-04
GridSample\Debug\vc60\StdAfx.obj, 347290 , 2017-01-04
GridSample\Debug\vc60\vc60.idb, 1483776 , 2017-01-04
GridSample\Debug\vc60\vc60.pdb, 3141632 , 2017-01-04
GridSample\PropertyGrid.cpp, 3267 , 2011-02-01
GridSample\PropertyGrid.h, 2129 , 2011-02-01
GridSample\PropertyGrid.rc, 7291 , 2011-02-01
GridSample\PropertyGridDlg.cpp, 27413 , 2011-02-08
GridSample\PropertyGridDlg.h, 3300 , 2011-02-08
GridSample\PropertyGrid_vc60.dsp, 8154 , 2011-02-08
GridSample\PropertyGrid_vc60.dsw, 552 , 2011-02-08
GridSample\PropertyGrid_vc60.plg, 2575 , 2017-01-04
GridSample\res\Constraints.bmp, 846 , 2011-01-05
GridSample\res\Filter.bmp, 574 , 2011-01-05
GridSample\res\PropertyGrid.rc2, 276 , 2011-02-01
GridSample\resource.h, 2478 , 2011-02-01
GridSample\StdAfx.cpp, 948 , 2011-02-01
GridSample\StdAfx.h, 3215 , 2011-02-01
GridSample\Debug\vc60, 0 , 2017-01-04
GridSample\Debug, 0 , 2017-01-04
GridSample\res, 0 , 2017-01-04
GridSample, 0 , 2017-01-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 测回法
    根据测回法测得的角度进行计算使得角度的误差变得更小(According to the angle measured by the method of measurement, the angle error becomes more accurate.)
    2018-10-16 10:21:01下载
    积分:1
  • SocketCAsyncSocketCSocket
    Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
    2009-06-20 13:10:05下载
    积分:1
  • VC6ADOACCESS
    说明:  VC++使用ADO开发ACCESS数据库,可以进行增删,改,查询等对数据库的管理(VC++ using ADO database development ACCESS, additions and deletions can be changed, the database query, such as the management of)
    2009-08-22 09:47:56下载
    积分:1
  • SD-based-on-STM32
    SD程序基于STM32,底层的驱动程序已被写入,并有notes.it值得初级开发者学习。(SD program based on STM32, the underlying driver has been written, and there is a notes.it worthy of the primary developers to learn.)
    2017-02-23 16:25:28下载
    积分:1
  • rqueue-aodv
    说明:  多播协议源代码分析,此代码是在AODV协议上的改进算法。(Multicast protocol source code analysis, this code is in the improved algorithm of AODV protocol.)
    2011-04-14 19:15:21下载
    积分:1
  • windows-desktop-ball-
    适于各版windows的桌面弹球,右键调节透明度,按任意键退出。(winall,desktop ball)
    2015-01-08 22:52:31下载
    积分:1
  • SerialPortTest2
    改进的SerialPort类单文档实例程序(improved SerialPort single document type sample program)
    2006-10-15 15:24:20下载
    积分:1
  • MC600_SDK_CHS
    该程序为一款电动平移台驱动程序,适用于北京卓立汉光有限公司生产的任一款电动平移台。具有界面简单,容易理解,便于操作的特点。可以实现对平台的平移控制及参数的控制。(The program is an electric translation stage driver, applies to any Zhuoli Han Guang Limited production of an electric translation stage. Has a simple interface, easy to understand, easy to operate features. Platform for translational control and parameter control.)
    2012-05-16 09:10:26下载
    积分:1
  • demo_collect
    demo source code of using collect in Micrsoft Visual C++.Net 2003(demo source code of using collect in Micrso Visual C ft. Net 2003)
    2007-06-21 17:12:22下载
    积分:1
  • DrawCircleAndMouseMove
    说明:  在图形中画圆程序,可以查看鼠标的锁定和去除锁定(daw a circle in your graphics.you can lock and unlock the mouse.)
    2005-09-12 19:10:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载