-
介绍c语言中的指针和其用法介绍比较具体详细,对初学者来说是一本好书...
介绍c语言中的指针和其用法介绍比较具体详细,对初学者来说是一本好书-About C pointer and particular introduce the pointer use in C, that s a good book for primer.
- 2022-03-07 00:57:11下载
- 积分:1
-
微软的企业文化内容!
微软的企业文化内容!-Microsoft s corporate culture content!
- 2022-01-20 22:51:11下载
- 积分:1
-
徐士良C常用算法程序集(第二版).
徐士良C常用算法程序集(第二版).-XU Shi-liang C algorithms commonly used procedures set (the second version).
- 2022-12-20 13:45:11下载
- 积分:1
-
This book system, in
本书系统深入地介绍了各种代码优化编程技术。全书分为4章。第1章集中介绍如何确定程序中消耗CPU时钟最多的热点代码的所谓程序剖析技术以及典型部分工具的实用知识。第2,3章分别全面介绍RAM了系统与高速缓存子系统的代码优化知识。第4章主要介绍了机器代码优化技术。各章在讨论基本原理的同时详细给出了代码实例,并对优化性能进行了定量的分析。该书特别适合于作为应用程序员及系统程序员的学习与开发之用。同时,本书对在硬件方面的专业人员与技术工作者有一定的参考价值。-This book system, in-depth description of the various code optimization programming. The book is divided into four chapters. Chapter 1 focus on how to determine the program consumes CPU clock up to the so-called hot code analysis techniques and procedures for a typical part of the tools and practical knowledge. Separately in Chapter 2,3 introduced the first comprehensive system RAM and high-speed cache memory subsystem, the code and optimize their knowledge. Chapter 4 focuses on the machine code optimization techniques. In discussing the various chapters, while the basic principles of the code examples are given in detail, and optimize the performance of the quantitative analysis. Book is particularly suitable as an application programmer and system programmer le
- 2023-01-11 23:10:10下载
- 积分:1
-
oracle in linux using c
oracle 在linux下用c语言开发-oracle in linux using c-language development
- 2022-11-02 05:00:03下载
- 积分:1
-
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用...
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。-book on the Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the procedures Writing Methods. These procedures using C language and the use of the original Windows Application Progra mming Interface (API). If later in this chapter under discussion, and it is not writing Windows process the only way. However, no matter what the ultimate way to use your writing process, learn about the Windows API is very important.
- 2022-03-22 07:21:47下载
- 积分:1
-
《C专家编程》讲述了C语言的重要特性,并在此基础上介绍了C++的一些性质。...
《C专家编程》讲述了C语言的重要特性,并在此基础上介绍了C++的一些性质。- C programming experts about the C language s key features, and on this basis, introduced the C++ Some properties.
- 2022-04-24 16:16:12下载
- 积分:1
-
关于手机开发平台Qtopia platform white paper官方手册
关于手机开发平台Qtopia platform white paper官方手册-On mobile phone development platform Qtopia platform white paper Official Manual
- 2022-02-11 17:19:14下载
- 积分:1
-
初级学习资料必读本
初级学习资料必读本-initial study of the information required reading
- 2023-03-27 18:05:04下载
- 积分:1
-
如果(pfile() = = 0)unlink(名字)别的fprintf(stderr,“%s:I/O错误
if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error -- File unchanged
", inname) fclose(outfile) fclose(infile) } exit(0) - if (pfile() == 0) unlink(inname) else fprintf(stderr, "%s: I/O Error-- File unchanged
", inname) fclose(outfile) fclose(infile) } exit(0)
- 2022-01-27 22:48:17下载
- 积分:1