登录
首页 » Visual C++ » ToolTip

ToolTip

于 2017-11-17 发布 文件大小:301KB
0 88
下载积分: 1 下载次数: 2

代码说明:

  c++/mfc/状态栏应用实例/滚动字幕的状态栏(c++/mfc/Status bar application / scroll caption status bar)

文件列表:

ToolTip\ReadMe.txt, 3597, 2008-03-20
ToolTip\res
ToolTip\res\icon17.ico, 766, 2008-03-20
ToolTip\res\icon18.ico, 766, 2008-03-20
ToolTip\res\icon19.ico, 766, 2008-03-20
ToolTip\res\icon20.ico, 766, 2008-03-20
ToolTip\res\icon21.ico, 766, 2008-03-20
ToolTip\res\icon22.ico, 766, 2008-03-20
ToolTip\res\icon23.ico, 766, 2008-03-20
ToolTip\res\icon24.ico, 766, 2008-03-20
ToolTip\res\ToolTip.ico, 1078, 2008-03-20
ToolTip\res\ToolTip.rc2, 399, 2008-03-20
ToolTip\resource.h, 1045, 2009-03-07
ToolTip\StdAfx.cpp, 209, 2008-03-20
ToolTip\StdAfx.h, 1054, 2008-03-20
ToolTip\ToolTip.clw, 1036, 2009-04-02
ToolTip\ToolTip.cpp, 2077, 2008-03-20
ToolTip\ToolTip.dsp, 4713, 2008-03-20
ToolTip\ToolTip.dsw, 537, 2008-03-20
ToolTip\ToolTip.h, 1335, 2008-03-20
ToolTip\ToolTip.opt, 655360, 2009-04-02
ToolTip\ToolTip.rc, 5717, 2009-03-10
ToolTip\ToolTipDlg.cpp, 6056, 2009-03-10
ToolTip\ToolTipDlg.h, 1491, 2009-03-10

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

发表评论

0 个回复

  • ALPHSourceCode
    extract alpha channel within FLV
    2009-05-06 02:02:24下载
    积分:1
  • 24点游戏设计
    24点游戏的关键代码和流程图,适合新手进行学习(Key Codes and Flow Charts for the 24-Point Game)
    2019-01-09 08:33:15下载
    积分:1
  • LNode
    1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2、 遍历单向链表。 3、 把单向链表中元素逆置(不允许申请新的结点空间)。 4、 在单向链表中删除所有的偶数元素结点。 5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。 6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。 7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间). 9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。 10、 在主函数中设计一个简单的菜单,分别调试上述算法。 (visual c)
    2009-03-26 10:10:27下载
    积分:1
  • 683634
    会发声的按钮,VC++经典编程源码,很好的参考资料。(Will sound button, VC++ classic programming source code, a good reference.)
    2013-11-14 10:22:27下载
    积分:1
  • pay
    毕业设计论文(含运行说明书,源代码)工资管理系统(SQL+VC++)是Visual C++数据库(SQL Server 2000)信息管理系统,来自明日科技《Visual C++数据库系统开发案例精》一书,案例包括运行说明书,源代码和参考的《毕业设计论文范例》。(Thesis graduation project (including operation manuals, source code) wage management system (SQL+ VC++) Is a Visual C++ Database (SQL Server 2000) Information Management System, from tomorrow technology Visual C++ Database system the development of the case the elite in a book, case, including operation manuals, source code and reference the graduation thesis design paradigm. )
    2008-06-17 12:10:17下载
    积分:1
  • MultiADReadDemo
    研华采集卡多通道AD读取程序,VC6下测试通过。(Advantech multi-channel AD acquisition card reader, VC6 under test.)
    2020-09-10 11:18:00下载
    积分:1
  • VideoMonitorSystem
    基于网络的视频监控系统 随着时代的发展,人们对安全防范也越来越重视,而数字化视频监控系统在音视频录像、报警录像联动、硬盘存储、多画面显示等方面都有突出表现,因此在安防领域逐渐占有了一席之地。本文提出的基于网络的视频监控系统实现了对数字硬盘录像机的控制功能,其远程客户端软件可以同时播放四路具有高达Dl分辨率的图像数据。 第一章论述了视频监控系统和数据压缩技术的发展动态。 第二章对客户端软件的开发环境及平台进行了选择,并就其中使用的关键技术:windows sockets编程技术、windows多线程技术、windows图像显示技术、MPEG-4编解码与数据传术技术、流媒体技术做了简介。 第三章详细论述了客户端软件的设计及实现。包括客户端软件的整体设计和各模块的设计实现,最后给出了实现结果。 第四章是论述了实时流媒体播放器的设计和实现,包括主要模块设计实现 (网络接收模块、解码模块、显示模块、操作控制模块)、其他模块设计实现(显卡能力探测模块、表面管理模块)、性能优化(缓冲、共享内存、线程模型)。 第五章对系统进行了总结,并为系统进一步发展提出了展望和规划。 (network-based video surveillance system with the development of the times, people are increasingly security attention, and Digital Video Surveillance System in video and audio video, police video linkage, hard disk storage, Multi-screen display, and other aspects outstanding performance in the field gradually Security occupies a place. This paper presents the network-based video surveillance system for the digital disk video recorder to the control function, its remote client software can be broadcast simultaneously Four Dl with high-resolution image data. The first chapter of the video monitoring system and data compression technology developments. Chapter II of the client software development environment and platform choices, and the use of the key technologies : Programming windows sock)
    2007-04-04 10:57:21下载
    积分:1
  • thirdshang
    实现一个界面,它能够非常完整的输出这样一个程序,我非常的喜欢他(The realization of an interface, it can be very complete output of such a procedure, I like him very much)
    2009-06-23 17:18:30下载
    积分:1
  • Visual-Basic-programming-examples
    Visual Basic 6.0编程实例大全(Visual Basic 6.0 programming examples)
    2014-04-11 12:18:12下载
    积分:1
  • RdWrtIni
    说明:  ini文件读取和写入,基于MFC实现的。因为Wince下没有实现ini文件的读写。(ini file to read and write, based on the realization of the MFC. Wince achieve because there is no read and write ini files.)
    2009-07-30 11:42:49下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载