Location:
Search - c 0x
Search list
Description: c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
Platform: |
Size: 9920 |
Author: 张天河 |
Hits:
Description: c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
Platform: |
Size: 9216 |
Author: 张天河 |
Hits:
Description: keilc51 0xfd 补丁验证程序
SCAN.C(338): warning C280: UpLoadReady : unreferenced label-keilc51 0xfd patch certification procedures SCAN.C (338) : warning C280 type : UpLoadReady : unreferenced label
Platform: |
Size: 9216 |
Author: 隋景明 |
Hits:
Description: 8大特色:
1.自动枚举串口,这样避免了有些机器串口多,或者串号号>4的情况。
2.保存文件格式为txt和CSV,可选,方便做数据分析。
3.保存文件在执行文件程序路径下的SaveData文件夹里
4.增加多字节联合显示
5.2字节时,十六进制会加"0x"头,非十六进制时,以十进制显示,末尾自动加一空格,以区分。
6.4字节时,只能以十六进制显示(因十进制以超出范围,也没有必要显示那么大一个数)。
7.增加实时显示数据曲线功能。
8.界面更人性化,方便适用。-8 characteristics: 1. Automatically enumerate the serial, so to avoid some of the machine serial number or serial number No.
Platform: |
Size: 512000 |
Author: wfy |
Hits:
Description: C++0x概览
C++0x的工作已经进入了一个决定性的阶段。ISO C++委员会对C++0x的目标是使其成为“C++09”。这意
味着我们要在2008年完成这个标准以便被ISO成员国批准。最后提交的标准设施将选自目前正被讨论的那
些提案。为了按时完成此项工作,委员会已经停止审查新的提案并将精力集中于目前已经被讨论的那些
提案上。
本文简要描述了C++0x标准化工作的指导原则,展示了一些可能的语言扩展的例子,并列出了一些被提议
的新标准库设施。
说明:本文根据Bjarne Stroustrup在2005年11月19-21日在上海举行的“Modern C++ Design &
Programming”技术大会上的主题发言“Direction for C++0x”整理而得。 本文英文版《A Brief Look
at C++0x》又于2006年1月2日发表在Artima.com 网站。-THe overview of C++ design
Platform: |
Size: 159744 |
Author: wanghui |
Hits:
Description: 这个系列其实早就想写了,断断续续关注C++0x也大约有两年余了,其间看着各个重要proposals一路review过来:rvalue-references、concepts、memory-model、variadic-templates、template-aliases、auto/decltype、GC、
文章来源:iT人家 (www.itrenjia.org) 原文地址:http://www.itrenjia.org/2010/1031/694.html-This series actually would have wanted to write, intermittent concern about two years 0x also c++, meanwhile look at more than every important proposals review come over: rvalue- all references, concepts, with model, variadic--- created by, auto/aliases, decltype, GC,
Platform: |
Size: 7168 |
Author: 陈志平 |
Hits:
Description: C++开始进化成C++0x,Visual C++ 2010编译器提供了对C++0x新特性的支持,这个是C++0x的使用例子。-C++ started to evolve into C++0 x, Visual C++ 2010 compiler provides a C++0 x support new features, this is the use of C++0 x example.
Platform: |
Size: 11264 |
Author: 航海家 |
Hits:
Description: 前向 (n,k,m) 非系统卷积,咬尾\删除也支持。(由于过度使用泛型,编译连接会花很久) ,支持Matlab形式的抽头定义。
路径保留强度可选,有小文档介绍 GUI 范例的使用。
大量使用泛型, 使用了 VC2010 的 C++0x 新特性 && 左值引用,但也支持2008编译器。 很稳定,纠错能力还行,纠正了老版本GHCommonMathlib的严重问题。
http://download.csdn.net/source/3020237是老版本的。
这个版本在http://download.csdn.net/source/3110561
也可下载-Prior to (n, k, m) non-systematic convolutional, biting the end of \ deletion is also supported. (Due to excessive use of generics, the compiler will take a long time to connect), to support the definition of Matlab in the form of tap. Optional path to retain strength, a small sample document describes the use of GUI. Extensive use of generics, the use of the VC2010 s new in C++0 x & & lvalue reference, but also supports the 2008 compiler. Very stable, error correction also visit the old version of GHCommonMathlib correct a serious problem. http://download.csdn.net/source/3020237 the old version.
Platform: |
Size: 2675712 |
Author: 流浪小狗 |
Hits:
Description: Scott Meyers three-day training course on C++0x
-Scott Meyers three-day training course on C++0x
Platform: |
Size: 2877440 |
Author: moody |
Hits:
Description: Visual C++ 2010 入门英文版
《Visual C++2010入门经典(第5版)》作者ivor horton采用了容易理解的讲授方法,并提供了详尽的示例,使读者很快就可以成为一名优秀的C++程序员。《Visual C++2010入门经典(第5版)》针对visual C++ 2010版本做了全面更新,介绍了最新开发环境,讲述了如何使用visual C++构建真实世界的应用程序。《Visual C++2010入门经典(第5版)》在手,您就迈向了通往用两种C++版本编写应用程序的成功之路,成为一名富有成就的C++程序员就指日可待了。
-Book Description
This book is the latest edition of the bestselling of all books on the C++ language and Visual C++. Ivor Horton has a loyal following who love his approach to teaching programming languages. In this book, Horton repeats the formula that made the current edition so popular: he provides a comprehensive introduction to both the Standard C++ language and to Visual C++. The book has been thoroughly updated (more than 20 ) for the 2010 release.
This book shows novice C++ programmers how to build real-world applications using Visual C++. No previous programming experience is required. The author uses numerous step-by-step programming examples to guide readers through the ins and outs of C++ development.
The author will fully cover new features of this significant 2010 release, including: All VC++ language changes. These language changes are a subset of those defined by the new C++ language standard (currently designated C++0x) that is expected to be finalized in 2009
Platform: |
Size: 31019008 |
Author: 丁丁猫 |
Hits:
Description: C++0x中lambda的使用, 感觉lambda好强大呀, 这个只是对lambda使用的初步-C++ 0 x lambda use, feel good lambda powerful ah, this only for the use of lambda preliminary!!!!!!
Platform: |
Size: 30051328 |
Author: Cql_liliang |
Hits:
Description: Converting a number from one base to another
Write a program that prompts the user for a nonzero hexadecimal number, uses getchar() to read
the input, and prints out its value in decimal.
The input can be preceded or followed by blanks and will end in carriage return (anything input after the first carriage return will be ignored). An error message should be output in response to inputs that are incorrect, that is, do not start (after possibly some spaces) with 0x or 0X followed by hexadecimal digits, or are too large to fit in an unsigned long, or are followed by anything but spaces before carriage return.
Here are examples of possible inputs and outputs on a machine where an unsigned long occupies 8 bytes.
Platform: |
Size: 1024 |
Author: Cynthia Lee |
Hits:
Description: c++最新标准c++0x 介绍,有助于了解c++最新标准-c++ latest standard C++0 x, the help to understand C++ the latest standards
Platform: |
Size: 4864000 |
Author: 刘宝富 |
Hits:
Description: 采用最新的C++0x标准的可变参数模板实现了Tuple(多元组),整个设计非常巧妙,使用了模板的元编程,值得参考-The variable parameters using the latest C++0 x standard templates tuple (multiple group), and the whole design is very clever use of template metaprogramming, it is also useful to
Platform: |
Size: 7168 |
Author: 张磊 |
Hits:
Description: Designing Multithreaded Programs in C++0x
Anthony Williams
Just Software Solutions Ltd
http://www.justsoftwaresolutions.co.uk
23rd April 2009
Platform: |
Size: 207872 |
Author: Tamas |
Hits:
Description: C++ 0x 标准的介绍,包含auto ,shared_ptr , 右值引用等-C++ 0x introduction, including auto, shared_ptr, rvalue references
Platform: |
Size: 4862976 |
Author: zhang |
Hits:
Description: C++0X的新标准,希望继续在C++这条路上走下去的人一定要看一下-The new standard C++0X, hope to continue to walk down this road in C++ to look
Platform: |
Size: 1701888 |
Author: 谭磊 |
Hits:
Description: C++0x中 find_first_of以及 find_first_not_of的使用举例-Using of find_first_of and find_first_not_of
Platform: |
Size: 140288 |
Author: 张群峰 |
Hits:
Description: This is to help write tests for functions with string16 params until the C++ 0x UTF-16 literal is well-supported by compilers Source Code for Linux.
Platform: |
Size: 1024 |
Author: panzeifai |
Hits:
Description: c语言中写二进制数。引用例子:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c = 0xA9}-Write binary number in C language. Cited code:#define Bin(n) LongToBin(0x##n##l)void main(void){ unsigned char c c = Bin(10101001) // c=0xA9}
Platform: |
Size: 10240 |
Author: esidenta |
Hits: