登录
首页 » Visual C++ » listctrl

listctrl

于 2020-10-28 发布 文件大小:23540KB
0 229
下载积分: 1 下载次数: 5

代码说明:

  mfc实现列表编辑,修改 很实用 MFC新手学习-Excel function very practical with MFC(list control of mfc,editable)

文件列表:

listctrl
........\Debug
........\.....\listctrl.exe,238592,2015-04-13
........\.....\listctrl.ilk,1857868,2015-04-13
........\.....\listctrl.pdb,5417984,2015-04-13
........\ipch
........\....\listctrl-e8c5a89
........\listctrl
........\........\Debug
........\........\.....\CL.read.1.tlog,68808,2015-04-13
........\........\.....\CL.write.1.tlog,2202,2015-04-13
........\........\.....\link-cvtres.read.1.tlog,2,2015-04-13
........\........\.....\link-cvtres.write.1.tlog,2,2015-04-13
........\........\.....\link.3488-cvtres.read.1.tlog,2,2015-04-13
........\........\.....\link.3488-cvtres.write.1.tlog,2,2015-04-13
........\........\.....\link.3488.read.1.tlog,2,2015-04-13
........\........\.....\link.3488.write.1.tlog,2,2015-04-13
........\........\.....\link.read.1.tlog,5520,2015-04-13
........\........\.....\link.write.1.tlog,1084,2015-04-13
........\........\.....\listctrl.exe.embed.manifest,915,2015-04-12
........\........\.....\listctrl.exe.embed.manifest.res,980,2015-04-12
........\........\.....\listctrl.exe.intermediate.manifest,640,2015-04-13
........\........\.....\listctrl.lastbuildstate,46,2015-04-13
........\........\.....\listctrl.log,2469,2015-04-13
........\........\.....\listctrl.obj,56809,2015-04-13
........\........\.....\listctrl.pch,33751040,2015-04-12
........\........\.....\listctrl.res,84904,2015-04-13
........\........\.....\listctrlDoc.obj,56062,2015-04-13
........\........\.....\listctrlView.obj,50706,2015-04-13
........\........\.....\listctrl_manifest.rc,206,2015-04-12
........\........\.....\MainFrm.obj,89093,2015-04-13
........\........\.....\mt.read.1.tlog,608,2015-04-13
........\........\.....\mt.write.1.tlog,438,2015-04-13
........\........\.....\rc.read.1.tlog,3578,2015-04-13
........\........\.....\rc.write.1.tlog,430,2015-04-13
........\........\.....\stdafx.obj,640952,2015-04-12
........\........\.....\vc100.idb,1993728,2015-04-13
........\........\.....\vc100.pdb,3461120,2015-04-13
........\........\listctrl.aps,127696,2015-04-13
........\........\listctrl.cpp,4843,2015-04-12
........\........\listctrl.h,664,2015-04-12
........\........\listctrl.rc,26220,2015-04-13
........\........\listctrl.vcxproj,6264,2015-04-12
........\........\listctrl.vcxproj.filters,2723,2015-04-12
........\........\listctrl.vcxproj.user,143,2015-04-12
........\........\listctrlDoc.cpp,2552,2015-04-12
........\........\listctrlDoc.h,859,2015-04-12
........\........\listctrlView.cpp,6179,2015-04-13
........\........\listctrlView.h,1446,2015-04-13
........\........\MainFrm.cpp,8690,2015-04-12
........\........\MainFrm.h,1095,2015-04-12
........\........\ReadMe.txt,3378,2015-04-12
........\........\res

........\........\...\listctrl.rc2,672,2015-04-12



........\........\resource.h,3518,2015-04-13
........\........\stdafx.cpp,141,2015-04-12
........\........\stdafx.h,1632,2015-04-12
........\........\targetver.h,234,2015-04-12

........\listctrl.sdf,59002880,2015-04-13
........\listctrl.sln,891,2015-04-12

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

发表评论

0 个回复

  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • STATISTIQUES
    calculating the minimum and the maximum of a vector
    2015-02-06 23:23:54下载
    积分:1
  • 使VB控件支持XP风格并需要要管理员权限运行
    说明:  使VB6的控件支持xp风格,并实现管理员权限运行!(Make VB6 control support XP style, and realize administrator privilege operation!)
    2020-06-21 08:00:02下载
    积分:1
  • PCShow
    三维点云的伪彩色显示示例。自带5片点云用于测试。可平移、旋转、缩放视图;可单色、伪彩色显示点云。(An example of pseudo-color display of three-dimensional point clouds. It has five point clouds for testing. It can translate, rotate and zoom views; it can display point clouds in monochrome and pseudo-color.)
    2020-11-10 16:59:46下载
    积分:1
  • GLAG_PRO_S-B
    Geodesic calculation of theodolite lines
    2016-02-08 03:46:34下载
    积分:1
  • SinglePointPosition
    卫星导航定位的标准单点定位算法,可实现界面化操作(Standard single point positioning satellite navigation and positioning algorithm can achieve the interface of operation)
    2015-01-18 10:16:57下载
    积分:1
  • yanzhengma
    验证码其中的一个文件求大神告知,主要想下个源码,谢谢(The verification code in which a file seek God inform, mainly want the next source, thank you)
    2013-04-03 19:27:17下载
    积分:1
  • P2P
    一个P2P语音即时通信软件的源代码(来自《P2P网络技术原理与C++开发案例》,在本机可运行)(P2P)
    2010-05-26 16:52:25下载
    积分:1
  • Chat_demo
    服务器,客户端聊天小程序,可能功能有点简单,但是原理都在(The server, the client chat applet)
    2013-09-03 11:12:31下载
    积分:1
  • index
    说明:  文件内容索引,是一段文件内容索引的小文件(The contents of the documents indexed, indexing the contents of the documents is a small file)
    2008-11-30 21:31:11下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载