登录
首页 » Visual C++ » VCdeepdemastrationcode1-6

VCdeepdemastrationcode1-6

于 2009-09-10 发布 文件大小:312KB
0 226
下载积分: 1 下载次数: 3

代码说明:

  VC深入详解的随书源码,第1章到第6章全部示例(VC++ in-depth Xiangjie-demand book source code, Chapter 1- Chapter 6 All samples)

文件列表:

Chapter1
........\WinMain
........\.......\WinMain.cpp
........\.......\WinMain.dsp
........\.......\WinMain.dsw
........\.......\WinMain.opt
........\.......\WinMain.plg
Chapter2
........\EX01
........\....\EX01.CPP
........\....\EX01.dsp
........\....\EX01.dsw
........\....\EX01.ncb
........\....\EX01.opt
........\....\EX01.plg
........\EX02
........\....\EX02.CPP
........\....\EX02.dsp
........\....\EX02.dsw
........\....\EX02.ncb
........\....\EX02.opt
........\....\EX02.plg
........\EX03
........\....\EX03.CPP
........\....\EX03.dsp
........\....\EX03.dsw
........\....\EX03.ncb
........\....\EX03.opt
........\....\EX03.plg
........\EX04
........\....\EX04.CPP
........\....\EX04.dsp
........\....\EX04.dsw
........\....\EX04.ncb
........\....\EX04.opt
........\....\EX04.plg
........\EX05
........\....\EX05.CPP
........\....\EX05.dsp
........\....\EX05.dsw
........\....\EX05.ncb
........\....\EX05.opt
........\....\EX05.plg
........\EX06
........\....\EX06.CPP
........\....\EX06.dsp
........\....\EX06.dsw
........\....\EX06.ncb
........\....\EX06.opt
........\....\EX06.plg
........\EX07
........\....\EX07.CPP
........\....\EX07.dsp
........\....\EX07.dsw
........\....\EX07.ncb
........\....\EX07.opt
........\....\EX07.plg
........\EX08
........\....\EX08.CPP
........\....\EX08.dsp
........\....\EX08.dsw
........\....\EX08.ncb
........\....\EX08.opt
........\....\EX08.plg
........\EX09
........\....\EX09.CPP
........\....\EX09.dsp
........\....\EX09.dsw
........\....\EX09.ncb
........\....\EX09.opt
........\....\EX09.plg
........\EX10
........\....\animal.cpp
........\....\animal.h
........\....\EX10.CPP
........\....\EX10.dsp
........\....\EX10.dsw
........\....\EX10.ncb
........\....\EX10.opt
........\....\EX10.plg
........\....\fish.cpp
........\....\fish.h
Chapter3
........\main
........\....\main.cpp
........\....\main.dsp
........\....\main.dsw
........\....\main.ncb
........\....\main.opt
........\....\main.plg
........\Test
........\....\MainFrm.cpp
........\....\MainFrm.h
........\....\ReadMe.txt
........\....\res

........\....\...\Test.rc2


........\....\Resource.h

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

发表评论

0 个回复

  • fyashLabyrinth
    迷宫的flash程序,动态演示出入栈的操作,对下正在学数据结构的同学有帮助(Labyrinth flash procedures, dynamic demonstration of the operation of stacks, for students who are learning data structure is helpful)
    2018-10-27 18:39:30下载
    积分:1
  • inclass
    visual C++开发平台下分类(inclass)程序(visual C++ of classify)
    2011-07-17 21:42:35下载
    积分:1
  • statueopengl
    simple statue code opengl
    2010-11-29 06:05:09下载
    积分:1
  • VcKbase1-52
    vc知识库电子杂志合集 1到52期 全的(the vc Knowledge e-magazine collection 1-52 complete)
    2012-05-22 15:43:26下载
    积分:1
  • baseCla
    利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
    2007-12-18 16:30:58下载
    积分:1
  • p2pclent_www_mxeye_com
    一定可用的p2p源程序,vc++开发,客户端部分,www.mxeye.com欢迎学习不清楚可到我网站上看看,或qq5937116(certain p2p source available, vc development, client, www.mxeye.com welcome to learn not sure I can look at the website. or qq5937116)
    2006-09-16 22:54:40下载
    积分:1
  • AccessControl
    visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
    2016-05-09 16:18:52下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • picture_to_eps
    pic_eps.bat 批处理文件 可以很方便的将任意格式的图片转为eps格式(pic_eps.bat batch file can easily be converted to any format image eps format)
    2013-07-15 19:34:41下载
    积分:1
  • Visual-navigation-procedures
    视觉导航程序 主要用GPS和MIU单元并用KF和UKF进行数据融合(Visual navigation procedures)
    2011-04-29 15:27:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载