登录
首页 » Windows开发 » vc系统开发代码精粹 本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编...

vc系统开发代码精粹 本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编...

于 2022-04-30 发布 文件大小:20.41 MB
0 195
下载积分: 2 下载次数: 1

代码说明:

vc系统开发代码精粹 本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编程、多媒体编程、数字图像编程、网络通信编程以及数据库/MIS开发等-vc system development code essence of this book has been selected more than 40 examples of comprehensive, detailed information based on the Visual C++ program development skills and methods, which covers the Visual C++ the system programming, interface programming, multimedia programming, digital image programming, network communications programming and database/MIS development

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

发表评论

0 个回复

  • EJB-JPA 项目
    该项目包含在一个所有的四个项目。 第一次是具有约束力,其他的三个角色的耳朵组件的组件。它具有约束力的所有资源,以便有一个逻辑意思。 其他组件是服务器和客户端。 服务器端组件包含 EJB 模块: EJB 和 EJB 客户端。EJB 引用了的 EJB 客户端在其生成路径。 EJB 服务器中包含的连接到数据库,使用 JPA-Java 持久性 API 创建的。我也用 MySQL。 EJB 客户端包含由从 EJB 服务器的类实现的接口。 最后一个组件是包含创建 JSF 页的 Web 应用程序。
    2022-04-20 20:34:49下载
    积分:1
  • 课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单...
    课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单-classic design
    2022-05-15 04:00:57下载
    积分:1
  • 一个用易语言编写的桌面下雨程序源代码。十分有趣
    一个用易语言编写的桌面下雨程序源代码。十分有趣-An easy language to use desktop rain source code. Very interesting
    2022-10-08 13:40:03下载
    积分:1
  • 全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局...
    全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you should pay attention on some details,and the example given here will introduce beginners some methods on how to use global class.I hope it will be usefull for you
    2022-03-24 11:45:57下载
    积分:1
  • OCR算法代码。它不是一个完整的系统,而不是建立执行程序…
    OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
    2022-02-21 00:24:04下载
    积分:1
  • discrete mathematics learning at the request of the teacher to prepare procedure...
    学习离散数学时在老师地要求下编写的个小程序,离散数学――求集合。-discrete mathematics learning at the request of the teacher to prepare procedures for the small, discrete mathematics-- seeking pool.
    2022-05-22 05:28:13下载
    积分:1
  • C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个...
    C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个范畴:数据和操作。而C 语言中的struct 仅仅是数 据的集合。-C language of analog (C Programming thinking), the object-oriented languages inside, a kind of concept. This program is an evolutionary thinking. The so-called categories : data specific to the particular operation of the collectivity. So category contains two areas : data and operation. While the C language struct is just a collection of data.
    2023-02-17 03:05:04下载
    积分:1
  • 进程间通信----匿名管道
    匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多, 在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信, 这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信, 第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。 然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 18:15:15下载
    积分:1
  • lapack_win32,windows下的lapack库
    lapack_win32,windows下的lapack库-lapack_win32, windows under the lapack library
    2022-04-30 18:20:57下载
    积分:1
  • 该软件为专用软件,主要用于数据库文件的自动验证及数据的合并等操作....
    该软件为专用软件,主要用于数据库文件的自动验证及数据的合并等操作.-the software dedicated software, database files for the automatic verification of the data and merging operations.
    2022-10-13 22:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载