Location:
Search - C point
Search list
Description: c++的点函数,也许对大家有用,不过没有图形编程
Platform: |
Size: 4096 |
Author: 杜权 |
Hits:
Description: This book presents every major C++ language feature and the standard library. It is organized around language and library facilities. However, features are presented in the context of their use. That is, the focus is on the language as the tool for design and programming rather than on the language in itself. This book demonstrates key techniques that make C++ effective and teaches the fundamental concepts necessary for mastery. Except where illustrating technicalities, examples are taken from the domain of systems software. A companion, The Annotated C++ Language Standard, presents the complete language definition together with annotations to make it more comprehensible. The primary aim of this book is to help the reader understand how the facilities offered by C++ support key programming techniques. The aim is to take the reader far beyond the point where he or she gets code running primarily by copying examples and emulating programming styles from other languages. Only a good understanding of the ideas behind the language facilities leads to mastery. Supplemented by implementation documentation, the information provided is sufficient for completing significant realworld projects. The hope is that this book will help the reader gain new insights and become a better programmer and designer.
Platform: |
Size: 2918999 |
Author: koqingyu@foxmail.com |
Hits:
Description: C++ in a Nutshell is a langauge reference manual. It is not a tutorial. It is not for beginners. It is a concise, to-the-point reference for professionals and other serious programmers. C++ in a Nutshell is not a comprehensive reference for the entire C++ language, in all its intricacies and complexities. Instead, I focus on what is most important to the working professional. If you feel that I have included too many irrelevant details or omitted too much important information, please let me know. Chapters 12 and 13 form the bulk of the book. Chapter 12 is an alphabetical reference for all the language keywords and constructs. Chapter 13 is a reference for the entire runtime library, organized alphabetically by header, and within each section, alphabetically by type, function, macro, or other name. An alphabetical reference is not always the best way to present information, though. The first 8 chapters, therefore, cover the language organized by topic. Chapters 9 through 11 introduce the standard library. Finally, the appendix includes brief introductions to some compilers, libraries, and interesting C++ projects, such as Boost and Loki.
Platform: |
Size: 356783 |
Author: simonhexf |
Hits:
Description: 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are applicable. The reason I say that they are the most important, because these points mentioned is that you are usually in the C book on the website or not found. Example : at the target, which is much of the information has not mentioned, and is often the wrong place and even to some senior C programmers as well. The main point here is not just to explain how to write better code, more language is displayed inside the rules. Apparently, the C programmer is everlasting good information. I believe that this article would you learned a lot.
Platform: |
Size: 5120 |
Author: 黄兴 |
Hits:
Description: 在强调正确性、可移植性和可维护性的基础上,对C语言的具体细节、运行库以及C语言编程风格做了完整、准确的描述。本书涵盖了传统C语言、C89、C95、C99等所有C语言版本的实现,同时讨论了C++与C语言兼容的部分。全书自上而下介绍了C语言的词法结构、预处理器、声明、类型表达式、语句、函数和运行库,是所有C语言编程人员必备的参考书。 这本畅销的权威参考手册对C语言的基本概念和运行库提供了完整的描述,同时还强调了以正确性、可移植性和可维护性为根本出发点的良好的C语言编程风格,被国外众多高校广泛采用为教材或教学参考书,本书描述了C语言各个版本的所有细节,是C语言编程人员和实现者惟一必备的参考手册。最新的第5版经过修订和更新,融入了最新C语言标准ISO IEC 9899:1999的完整描述,包括强大的语言扩展和新的函数库。-emphasizing accuracy, portability and maintainability, based on the C language specific details of the runtime and C language programming style to do a complete and accurate description. The book covers the traditional language C, C89, High, 12-23 all C language version of the achievement, while discussing the C language and C compatible parts. The book introduced the top-down C language lexical structure, a pre-processor that statement, the type expression, the statement, function and operation of libraries, all C programmers the necessary reference books. This popular authoritative reference manual for the C language and basic concepts of operation for a complete description, but also emphasized the correctness, portability and maintainability as a fundamental starting point for the good
Platform: |
Size: 6482944 |
Author: 晓宁 |
Hits:
Description: Windows CE是微软为嵌入式设备打造的操作系统,而嵌入式设备可谓多种多样,这就要求CE操作系统必须是可定制的,所以微软将Windows CE设计为模块化的操作系统。说简单点,我们可以把Windows CE想像成一盒积木,你可以用积木搭建出任何物体,但不一定要把所有的积木都用上-Microsoft Windows CE for embedded devices to create the operating system, which has many embedded devices, which requires CE operating system can be customized, so Microsoft Windows CE for the modular design of the operating system. That simple point, we can imagine Windows CE into a box of building blocks, you can use the modular structures any objects, but not necessarily to put all the building blocks are used
Platform: |
Size: 113664 |
Author: 王莹 |
Hits:
Description: 一般的盗密码的软件 都是通过监视键盘来获得密码,这样操作比较方便,但是这样也存在一定问题,密码有的时候不是很准确,因为有的人输入密码并不是从前到后输入,当然这样的人也是少数,盗密码嘛,当然去得到那些比较粗心的人的密码! 通过安装钩子来监视QQ登陆界面就是获得密码的方法,在安装前得先找到登陆窗口的句柄,当钩子安装后,记录键盘,当用户“回车”或是点了“登陆”就可以开始处理密码了!-general stolen passwords of software through surveillance keyboard passwords, this operation more convenient, but there are some such issues, password sometimes is not very accurate, because some people enter the password is not used to input, of course, such a person is a minority, stolen passwords! , of course, to be more careless of those people the password! Install hooks to monitor QQ landing interface is to obtain a password, installed before one can find a window to handle the landing, when the hook after the installation, records keyboard, a user "Enter" or point of the "landing" can begin to deal with the password!
Platform: |
Size: 4096 |
Author: 陈峰 |
Hits:
Description: XML操作,C#源代码,包括:XML文件创建,节点添加,删除,查询-XML operation, C# source code, including: The XML document
founds, the pitch point increases, deletes, inquires
Platform: |
Size: 31744 |
Author: 刘原奇 |
Hits:
Description: 清华大学 谭浩强 《C语言程序设计》 (第2版) 。
不仅有电子书,还有后面练习的所有原码。
不过请先下载 .nlc阅读器,可惜了点的是
没有PDF格式的电子书。希望对初学者有很
大的帮助。-strong "C Programming Language" (2nd edition). Not only is e-books, still practicing behind all of the original code. But please download. NLC readers, but the point is the lack of e-books in PDF format. Hope for beginners will be very helpful.
Platform: |
Size: 4849664 |
Author: srgr |
Hits:
Description: 数字图象处理C++算法程序(点运算,几何变换,图像增强,形态变换etc)-digital image processing algorithm C (point operations, geometry transformation, image enhancement, morphological transformation, etc)
Platform: |
Size: 319488 |
Author: 大卫 |
Hits:
Description: 傅立叶变换的c语言源代码
128点DIT FFT函数:
/* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */
void FFT(float dataR[],float dataI[])
-Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR [] array, Operational before dataI [] array initialization to 0*/void FFT (float dataR [], float dataI [])
Platform: |
Size: 3072 |
Author: 郑超 |
Hits:
Description: D F P变尺度法子程序
matlab程序
Powell法子程序
内点惩罚函数法子程序
进退法子程序
黄金分割法子程序
外点惩罚函数法子程序
(relay)
-D F P variable scale recourse procedures Matlab procedures Powell recourse procedures point penalty function tool procedures stop recourse procedures 0.618 recourse procedures Point Penalty Function tool (relay)
Platform: |
Size: 14336 |
Author: 郑超 |
Hits:
Description: C语言编写的24点扑克牌游戏源程序,利用了C语言本身的函数库。-C language prepared by the 24 point source poker game, using the C language itself the libraries.
Platform: |
Size: 2048 |
Author: harry |
Hits:
Description: 该文档主要讲述dsp芯片中进行定点运算所设计的基本问题,分别介绍了定标、从浮点到定点的运算,定点的快速运算及其实现。文档中举出大量的例子说明,相信下载阅读后肯定会很有收获。-the document focuses on the dsp chip sentinel operation designed the basic problem introduced calibration, from floating-point to fixed-point arithmetic, fixed-point operations and the rapid realization. Documents cite a lot of examples, I believe that after reading the download will certainly learned a great deal.
Platform: |
Size: 270336 |
Author: 王大雷 |
Hits:
Description: C#点对点通信. C#点对点通信. -point-to-point communications. C# point-to-point communication. C# point-to-point communication. C# point-to-point communication. Point C# point communications. C# point-to-point communication. C# point-to-point communication. C# point-to-point communication.
Platform: |
Size: 24576 |
Author: tansoft |
Hits:
Description: MFC实现局域网内点对点的大文件传输源代码,C++网络技术开发的P2P终端,有助于学习掌握基本的P2P网络开发技术。源自网上收集,可供学习和参考使用。-MFC realize point-to-point LAN large file transfer source code, C++ Network technology developed P2P terminals, contribute to learning and mastering the basic P2P network technology. Derived from the online collection, available for study and reference.
Platform: |
Size: 51200 |
Author: 微型开发者 |
Hits:
Description: c++的点函数,也许对大家有用,不过没有图形编程
-c++ point function, may be useful to everyone, but there is no graphical programming
Platform: |
Size: 4096 |
Author: |
Hits:
Description: 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-In the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences. As the single-chip processing speed and ram resource constraints, generally do not use floating-point, and will use all parameters of all integers, computing the final 2 and then divided by a N-th power of data (equivalent to shift), similar fixed-point computation can be greatly enhanced speed of operation, according to the different requirements of control precision, when high precision, the attention to retain the shift caused by the balance , do a good job in the balance of compensation. This procedure is commonly used algorithm pid basic structure does not contain input and output part of treatment.
Platform: |
Size: 1024 |
Author: 王强 |
Hits:
Description: c和指针的中文版书籍,我觉得相当不错,有必要分享一下。-c and the pointer of the Chinese version of books, I feel pretty good, it is necessary to share.
Platform: |
Size: 11091968 |
Author: 王小东 |
Hits:
Description: c语言 指针经验总结,深入而系统的介绍了指针的特点、深入应用。-this book include some knowledge about c point.
Platform: |
Size: 201728 |
Author: 李速度 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»