登录
首页 » Windows开发 » 附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC...

附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC...

于 2022-01-26 发布 文件大小:699.54 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC-?.zip”文件拷贝到VcDemo文件夹中。 3. 利用工具软件“WinZip”将硬盘上的VC-?.zip释放开来。 其中,? 对应书中的一个章节号。比如,VC-3.zip表示是第3章的 的内容。 4. 打开Visual C++5.0,建立应用程序调试环境: 4-1.对于前三章的例题,选中一个扩展名为.cpp的文件后,双击鼠 标左键,系统自动激活Visual C++5.0,使该文件处于调试状态。 4-2.对于第4章到第10章的应用程序,由于程序文件是由应用向导建 立的,应当按书中的介绍,在Visual C++5.0运行平台下,使用 “打开工作空间”命令,将项目打开并处于调试状态。 5. 运行演示: 编译命令:【Build】→【Build 文件名.exe】 运行命令:【Build】→【Execute 文件名.exe】。 6.演示结束后,删除VcDemo下的所有文件,以备下一章使用。-VC samples for Windows program.

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

发表评论


0 个回复

  • 本程序是数据立方体计算中多路数据聚集算法的实现。在MultyWay文件夹下有data.txt和result.txt两个文本文件,data.txt中记录的是用于构...
    本程序是数据立方体计算中多路数据聚集算法的实现。在MultyWay文件夹下有data.txt和result.txt两个文本文件,data.txt中记录的是用于构造数据立方体的数据,其数据格式如下 location quarter item measure 假定location有5个值,分别用1至5来表示,quarter有4个值(第1、2、3、4季度),分别用1至4表示,item有10种,分别用1至10来表示。measure则为度量。目前的程序对此格式要求十分严格,各项之间用Tab键隔开,各项数据的长度一定,具体见data.txt。用户使用时可自己重写构造立方体的数据。Result.txt是对数据立方体进行多路聚集后得到的数据。 -This procedure is the calculation of data cube multi-channel data aggregation algorithm. MultyWay folder in data.txt and Result.txt under two text files, data.txt recorded data cube is used to structure the data, its data formats are as follows location quarter item measure assumes that location there are five values, respectively 1-5 to show that, quarter have four values (the first quarter 1,2,3,4), 1-4, respectively, said, item 10 species were used to express 1-10. measure for measure. At present, the procedure is very strict on this format, the Tab key to separate between the various data on the length of a certain specific see data.txt. Users can construct th
    2022-03-04 02:21:34下载
    积分:1
  • eclipse下基于光流法的运动目标检测
    本程序为eclipse下基于光流法的运动目标检测,结合opencv,实现效果挺好,也可在VS下使用,环境需自己配置
    2022-02-22 04:31:30下载
    积分:1
  • 新手注册,源码没有,上传书籍 英文第三版
    新手注册,源码没有,上传书籍 英文第三版-EffectiveC++,英文更加详细-Register novice, there is no source code, upload the third edition of Books in English-EffectiveC++, English more detailed
    2023-07-23 23:00:04下载
    积分:1
  • 压缩文件包含vc工程,编译后的可执行程序可以进行字符串长度计算,支持剪贴版自动操作,可以悬挂及淡入。...
    压缩文件包含vc工程,编译后的可执行程序可以进行字符串长度计算,支持剪贴版自动操作,可以悬挂及淡入。-compressed file contains vc, the compiled executable programs can calculate the length of the string, cut-and-paste support for the automatic version, flags and fades.
    2023-05-08 17:25:02下载
    积分:1
  • 这是Romberg算法
    这是Romberg算法-algorithm!
    2022-12-26 04:25:03下载
    积分:1
  • neural net program and software
    neural net program and software
    2022-01-24 15:40:53下载
    积分:1
  • LED灯测试程序!Windows CE环境下测试,EVC下编程源码。
    LED灯测试程序!Windows CE环境下测试,EVC下编程源码。-LED lamp test program! Windows CE environment, testing, EVC source code under the program.
    2023-04-02 07:20:03下载
    积分:1
  • 列出NT的所有服务
    列出NT的所有服务-the edges of image feature extraction and contour tracking, and high is your fault
    2023-04-14 11:25:04下载
    积分:1
  • 百行代码实现的WEB服务器
    百行代码实现的WEB服务器 aardio开发环境         服务器响应后各种处理步骤:       第一步,通过获取到的 请求响应request对象的url属性,分解出url中的path。         第二步,将path传去路由函数,为了获取 目标路径、目标文件类型、错误标记、错误页面 等结果。            第三步,依据路由函数返回的结果。              回复对象的contentType属性设置为路由函数返回的目标文件类型。               回复对象的传送数据:错真就传错误页面,错假就传目标文件的二进制数据 。               回复对象的其他属性按simpleHttpServer内置默认的。
    2022-05-27 22:20:36下载
    积分:1
  • this is a matrix chain multiplication ...in c code
    this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
    2022-11-23 02:05:03下载
    积分:1
  • 696518资源总数
  • 105383会员总数
  • 1今日下载