登录
首页 » Visual C++ » VC_examples

VC_examples

于 2009-11-17 发布 文件大小:4288KB
0 232
下载积分: 1 下载次数: 317

代码说明:

  实例12-1:使用用户界面线程实例。源代码在光盘中“12InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“12ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“12WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“12ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“13dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“13MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“13KeyboardHook”目录下。 实例14-1:WinSock网络程序:聊天室。源代码在光盘中“14WinSocketChat”目录下。 实例14-2:利用MSComm控件进行串口数据传输。源代码在光盘中“14MSComm”目录下。 实例14-3:简单的WinInet应用程序。源代码在光盘中“14SimpleNet”目录下。 实例15-1:创建Access数据库。源代码在光盘的“15Info”中。 实例15-2:MFC的ODBC数据库实例。源代码在光盘中“15Enroll”目录下。 实例15-3:利用ADO查询并操作数据库实例。源代码在光盘中“15AdoTest”目录下。(InterfaceThread ControlThread ThreadCommu )

文件列表:

02
..\eighthcpp
..\.........\eighthcpp.cpp
..\.........\eighthcpp.dsp
..\.........\eighthcpp.dsw
..\.........\eighthcpp.ncb
..\.........\eighthcpp.opt
..\.........\eighthcpp.plg
..\eleventhcpp
..\...........\eleventhcpp.cpp
..\...........\eleventhcpp.dsp
..\...........\eleventhcpp.dsw
..\...........\eleventhcpp.ncb
..\...........\eleventhcpp.opt
..\...........\eleventhcpp.plg
..\fifthcpp
..\........\fifthcpp.cpp
..\........\fifthcpp.dsp
..\........\fifthcpp.dsw
..\........\fifthcpp.ncb
..\........\fifthcpp.opt
..\........\fifthcpp.plg
..\firstcpp
..\........\firstcpp.cpp
..\........\firstcpp.dsp
..\........\firstcpp.dsw
..\........\firstcpp.ncb
..\........\firstcpp.opt
..\........\firstcpp.plg
..\fourteencpp
..\...........\fourteencpp.cpp
..\...........\fourteencpp.dsp
..\...........\fourteencpp.dsw
..\...........\fourteencpp.ncb
..\...........\fourteencpp.opt
..\...........\fourteencpp.plg
..\fourthcpp
..\.........\fourthcpp.cpp
..\.........\fourthcpp.dsp
..\.........\fourthcpp.dsw
..\.........\fourthcpp.ncb
..\.........\fourthcpp.opt
..\.........\fourthcpp.plg
..\ninthcpp
..\........\ninthcpp.cpp
..\........\ninthcpp.dsp
..\........\ninthcpp.dsw
..\........\ninthcpp.ncb
..\........\ninthcpp.opt
..\........\ninthcpp.plg
..\secondcpp
..\.........\secondcpp.cpp
..\.........\secondcpp.dsp
..\.........\secondcpp.dsw
..\.........\secondcpp.ncb
..\.........\secondcpp.opt
..\.........\secondcpp.plg
..\seventhcpp
..\..........\seventhcpp.cpp
..\..........\seventhcpp.dsp
..\..........\seventhcpp.dsw
..\..........\seventhcpp.ncb
..\..........\seventhcpp.opt
..\..........\seventhcpp.plg
..\sixthcpp
..\........\sixthcpp.cpp
..\........\sixthcpp.dsp
..\........\sixthcpp.dsw
..\........\sixthcpp.ncb
..\........\sixthcpp.opt
..\........\sixthcpp.plg
..\tenthcpp
..\........\tenthcpp.cpp
..\........\tenthcpp.dsp
..\........\tenthcpp.dsw
..\........\tenthcpp.ncb
..\........\tenthcpp.opt
..\........\tenthcpp.plg
..\thirdcpp
..\........\thirdcpp.cpp
..\........\thirdcpp.dsp
..\........\thirdcpp.dsw
..\........\thirdcpp.ncb
..\........\thirdcpp.opt
..\........\thirdcpp.plg
..\thirteencpp
..\...........\thirteencpp.cpp
..\...........\thirteencpp.dsp
..\...........\thirteencpp.dsw
..\...........\thirteencpp.ncb
..\...........\thirteencpp.opt
..\...........\thirteencpp.plg
..\twelfthcpp
..\..........\twelfthcpp.cpp
..\..........\twelfthcpp.dsp
..\..........\twelfthcpp.dsw
..\..........\twelfthcpp.ncb
..\..........\twelfthcpp.opt
..\..........\twelfthcpp.plg
03

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

发表评论

0 个回复

  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • VC_Net
    Visual C++ 网络编程精选实例。TCP/IP,串口网络通信。配书光盘。(Visual C++ network programming selected examples. TCP/IP, serial network communications. CD-ROM with the book.)
    2020-11-22 14:29:36下载
    积分:1
  • Product
    利用MFC编程实现,在设置中输入产量值的数据,点击确定,视图区将显示结果统计的柱状图和扇形统计图。(MFC programming, production value of the data input settings, click OK, the view area will display the results of statistical bar and pie charts.)
    2012-11-15 19:09:30下载
    积分: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
  • vni_Zditor_and
    C++ Editor V1,9,很好用的C++编程调试工具!不错的(C++ Editor V1, 9, a very good c++ programming and debugging tools!)
    2017-05-31 21:16:14下载
    积分:1
  • NetServer_web
    一个通过socket与WEB建立通讯连接的VC程序。(through socket with a Web link in the establishment of communication procedures VC.)
    2006-09-30 15:13:58下载
    积分:1
  • simulation-of-xpc-and-dspace
    系统实时仿真的经典书籍,有XPC和dspace的仿真说明,入门的首选,真的,后悔没早看(xpc AND dspace related simulation , it is very useful for real time simulation and other work)
    2012-11-26 20:01:40下载
    积分:1
  • Regedit
    C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。(Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.)
    2013-10-27 19:41:13下载
    积分:1
  • Hpop
    VC++卫星精密定轨(HPOP)程序,采用高阶精确力学模型。(VC2003)(VC++ satellite orbit determination procedures, the use of high precision mechanical model.)
    2021-03-18 20:19:19下载
    积分:1
  • Wave
    读取Wav格式音频文件信息,调节Wav格式音频文件音量大小,并显示波形(Read Wav format audio file information, adjust the volume Wav format audio files and waveform display)
    2013-08-08 20:46:14下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载