-
VC精华书籍值得一看
VC精华书籍值得一看-VC best books worth looking at
- 2022-02-01 10:08:22下载
- 积分:1
-
MPEG4标准文档中的第二部分,视频部分,非常好,对想研究视频的同志非常有用。...
MPEG4标准文档中的第二部分,视频部分,非常好,对想研究视频的同志非常有用。-MPEG4 standard documentation for the second part, video, very good, right to it on the video"s very useful.
- 2023-06-19 13:05:04下载
- 积分:1
-
VC programing
VC programing
- 2022-03-28 16:17:09下载
- 积分:1
-
C语言程序设计教程源代码
C语言程序设计教程源代码-C Programming Language Guide source code
- 2023-01-28 03:00:03下载
- 积分:1
-
the procedure set out in detail the pattern recognition of the most basic ways P...
此程序详细的列出模式识别中的最基本的一些方法,是初学模式识别的人很好的教材,全部用C++实现-the procedure set out in detail the pattern recognition of the most basic ways Pattern recognition is a novice of good materials, achieving all C
- 2022-02-05 10:55:59下载
- 积分:1
-
卷1为基础运算法则,该书以基本的编程概念和技术为开始,然后讲述信息结构...
卷1为基础运算法则,该书以基本的编程概念和技术为开始,然后讲述信息结构--计算机内信息的表示法,数据元素间的结构关系以及处理它们的有效方法。主要应用于模拟、数字方法、符号计算、软件和系统设计。许多简单和重要的运算法则和技术已添加到前一版本中,精确的初步计算部分已经修改,以适应当前趋势。 -a volume-based algorithms, the book of basic programming concepts and techniques for beginning and then information about the structure-- the computer information within the said Act, data elements and the structural relationship to address them in an effective manner. Mainly used in analog, digital, symbolic computation, software and system design. Many simple and important algorithms and technology has been added to the previous version, accurate calculation of the initial part has been revised to adapt to current trends.
- 2023-01-29 19:40:06下载
- 积分:1
-
VC专题教程
VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用-VC Guide feature-- the first chapter related to the development of packaged Internet download how to prepare--- 1.1--- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI--- the use of CGI to develop procedures ISAPI 1.4--- Internet using WinInet development process-- the second chapter Active
- 2022-08-07 06:10:36下载
- 积分:1
-
VC之路网站的电子杂志,讲述如何用SDK写Win32程序.是非常好的VC入门教材,讲得深入浅出....
VC之路网站的电子杂志,讲述如何用SDK写Win32程序.是非常好的VC入门教材,讲得深入浅出.-VC road site an electronic magazine on how to use the SDK to write Win32 procedures. VC is a very good entry materials and speak in plain language.
- 2022-01-31 09:28:30下载
- 积分:1
-
ASM 的教程。
这是使用 win32asm进行数据库编程,进行WINDOWS界面编程,
Win32ASM的编译器最常用的有两种:Borland公司的
ASM 的教程。
这是使用 win32asm进行数据库编程,进行WINDOWS界面编程,
Win32ASM的编译器最常用的有两种:Borland公司的Tasm5.0和Microsoft的Masm6.11以上版本,两种编译器各有自己的优缺点,Tasm带了一个不大不小的Import库,而Masm没有带,但Masm在代码的优化上面好象比Tasm做得好,但它却不带Import库。看来使用哪一种编译器还是比较难选择的,但Steve Hutchesson给了我们一个答案,他为Masm建立了一个很全的Import库,基本上包括了Windows绝大部分的Api函数,这些库、include文件和其他工具还有Masm6.14版本一起做成了一个 Masm32编译器 -- Masm32V5。这样一来,我们用汇编编程就象用C一样方便。
因为有了Masm32V5,所以就我个人而言,我推荐使用Masm作为Win32ASM的编译工具,但Masm和Tasm的宏语法有很多的不同,我的这个教程是以Masm格式写的。-err
- 2022-01-24 15:41:06下载
- 积分:1
-
该书详细的介绍了LINUX运行机理,是该领域很权威的一本书...
该书详细的介绍了LINUX运行机理,是该领域很权威的一本书-book detailed introduction to the Linux operating mechanism is that the field is an authoritative book
- 2022-02-01 06:50:04下载
- 积分:1