登录
首页 » Visual C++ » iliyh

iliyh

于 2018-10-22 发布 文件大小:50KB
0 337
下载积分: 1 下载次数: 0

代码说明:

  含有可執行文件,用bmp來卸的,非常漂亮的表面(Contains executable files, unloaded with bmp, very nice surface)

文件列表:

sDisclaimer.txt, 657 , 2001-09-12
GenericMFC.h, 802 , 2001-09-10
GenericMFCDlg.h, 1099 , 2002-04-03
HyperLink.h, 3637 , 2000-03-23
K1BtnST.h, 8396 , 2002-06-26
resource.h, 867 , 2002-04-03
StdAfx.h, 999 , 2001-09-10
tClockST.h, 2860 , 2002-06-29
ThemeHelperST.h, 3048 , 2002-01-13
XPStyleButtonST.h, 1563 , 2002-01-13
7B6ABtnST.cpp, 52061 , 2002-04-17
GenericMFC.cpp, 1138 , 2002-06-26
GenericMFCDlg.cpp, 1962 , 2002-06-26
HyperLink.cpp, 14646 , 2000-03-31
N5ClockST.cpp, 10834 , 2002-06-26
StdAfx.cpp, 212 , 2001-09-10
ThemeHelperST.cpp, 2359 , 2002-01-12
XPStyleButtonST.cpp, 3367 , 2002-01-13
res\ClockST_big.bmp, 4198 , 2002-04-03
res\ClockST_pane.bmp, 5590 , 2002-04-03
res\ClockST_small.bmp, 1138 , 2002-04-03
GenericMFC.aps, 36028 , 2005-04-11
GenericMFC.clw, 1293 , 2005-04-11
GenericMFC.dep, 1090 , 2002-04-03
GenericMFC.dsp, 7855 , 2002-04-03
GenericMFC.dsw, 543 , 2001-09-10
res\GenericMFC.ico, 1078 , 1998-06-07
res\No3_32x32x256.ico, 2238 , 2002-03-05
res\No4_32x32x256.ico, 2238 , 2002-03-05
GenericMFC.ncb, 91136 , 2005-04-11
GenericMFC.opt, 53760 , 2005-04-11
GenericMFC.rc, 5204 , 2002-04-03
res\GenericMFC.rc2, 402 , 2001-09-10
Release, 0 , 2005-07-20
res, 0 , 2017-10-25

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

发表评论

0 个回复

  • telnet
    自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
    2021-01-12 16:38:48下载
    积分:1
  • TimeCorrection
    这个小程序比较实用,可以让你的电脑时间同步世界服务器提供的时间,这可是比较准确的时间哦!源代码在VC6.0下编译通过,程序不管是从学习角度还是使用角度都不错,点一下鼠标你的电脑时间就会自动更正至世界时间。右侧的列表内显示的是提供时间服务的服务器域名,当然你还可以收集更多的时间服务器地址,加入到列表中(This little program is more practical, you can synchronize your computer time world time server, this is the more accurate the time Oh! VC6.0 to compile the source code through the program regardless of the angle from the learning point of view or are good to use, point the mouse to your computer time is automatically corrected to the world time. The list on the right shows the domain name server to provide time service, of course, you can collect more time server address, adding to the list )
    2010-11-25 16:15:07下载
    积分:1
  • ZFQXOX
    自实现提示窗口,可以实现与XP风格的提示窗口类库,基于MFC,()
    2018-04-29 06:13:18下载
    积分:1
  • PsV1
    Kylloguer Program FTP - MU
    2013-12-14 01:51:59下载
    积分:1
  • WSSAMPLE
    Project that describe how use Windows Socket
    2010-06-02 11:20:25下载
    积分:1
  • 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
  • Ping
    用C语言实现的ping 功能,经典实现,在VC下调试通过(Ping using C language functions implemented)
    2010-05-10 11:22:03下载
    积分:1
  • udp
    用VC++编写一个简单的基于UDP通信实例!实现了客户端与服务器端的通信源代码!(Using VC++ to write a simple UDP based communication instance! To achieve the client and server-side communication source code! )
    2010-05-29 05:49:41下载
    积分: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
  • netfileexedemo
    说明:  网络文件系统,十分好的文件传输代码,非常适合初学者(Network file system, file transfer is very good code, very suitable for beginners)
    2011-03-25 00:47:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载