Welcome![Sign In][Sign Up]
Location:
Search - C code standard

Search list

[Other resourceTMS320C64XXPCI_C

Description: CCS编程环境 TMS320C64XX串口PCI(C)代码程序 德州仪器标准例代码-CCS programming environment TMS320C64XX Serial PCI (C) code standard procedures Texas Instruments code cases
Platform: | Size: 8905 | Author: kalex | Hits:

[SourceCode完整的C编译器源代码

Description: 一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation.
Platform: | Size: 382914 | Author: wukercheng@yahoo.com.cn | Hits:

[VC/MFCThe C++ Programming Language Special 3rd Edition.pdf

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:

[VC/MFCTeach Yourself C in 21 Days

Description: Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming manual author and Bradley L. Jones, manager for a number of high profiler developer websites, has been updated to the new ANSI/ISO C++ Standard. This is an excellent hands-on guide for the beginning programmer. Packed with examples of syntax and detailed analysis of code, fundamentals such as managing I/O, loops, arrays and creating C++ applications are all covered in the 21 easy-to-follow lessons. You will also be given access to a website that will provide you will all the source code examples developed in the book as a practice tool. C++ is the preferred language for millions of developers-make Sams Teach Yourself the preferred way to learn it!
Platform: | Size: 337908 | Author: eddieonrobot | Hits:

[Windows DevelopC++_src

Description: The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).
Platform: | Size: 152576 | Author: 李金明 | Hits:

[Windows DevelopC++标准程序库code

Description: C++标准程序库code-C standard library code
Platform: | Size: 168960 | Author: 永洪 | Hits:

[Modem programDIAL..

Description: 用MODEM拔号的C语言源代码范例-dial-up modem using the C language source code examples
Platform: | Size: 10240 | Author: fq | Hits:

[OS programs-des算法分析及实现

Description: :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm on the analysis of the C language standard DES data encryption algorithm, or through iterative cycle of simple basic operations (such as bits, death, die two Adder, etc.) and transform (choice function, function replacement) structural data streams into the nonlinear transformation (encryption or decryption transform Transform), thereby achieving data on the computer password protection. Highlights of the C language to achieve its key encryption process. Keywords : DES data encryption C language
Platform: | Size: 549888 | Author: 王冰 | Hits:

[PropertySheetgif-1.3.tar

Description: gif动画显示的源代码,标准C,可以在WINDOWS,LINUX等各种平台下工作-gif animation shows the source code, standard C, in Windows, Linux and other platforms to work
Platform: | Size: 206848 | Author: 兆彬 | Hits:

[Algorithm100道C语言经典实例

Description: 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
Platform: | Size: 26624 | Author: | Hits:

[Windows DevelopC语言代码

Description: 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).
Platform: | Size: 873472 | Author: 李权波 | Hits:

[SCMspi0

Description: 在C8051中用I/O口模拟SPI的C代码.-using I/O simulation SPI C code.
Platform: | Size: 3072 | Author: 温水 | Hits:

[Windows DevelopStandard Code

Description: 一些数据结构的c++实现的源代码,包括一些标准模板库的实现,还有一些高级话题. -some of the data structure to achieve c source code, including some standard template for the realization of some advanced topics.
Platform: | Size: 11598848 | Author: 樊华 | Hits:

[Multimedia Developfftw-3.0.1

Description: windows下的FFT(快速傅立叶)分析源代码,标准版-windows under the FFT (Fast Fourier) analysis of the source code, the standard version
Platform: | Size: 2928640 | Author: 雨果 | Hits:

[Crack Hackaes-sourceCode

Description: AES高级加密标准的C代码,我调试过,很好用,跟大家共享。-AES Advanced Encryption Standard C code, I debugger that is useful, to share with you.
Platform: | Size: 87040 | Author: 杨力 | Hits:

[Software EngineeringmisraC

Description: MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌入式开发者都以MISRA C来衡量自己的编码风格,比如著名的uC/OS-II就得意地宣称自己99%遵守MISRA标准。而《嵌入式开发杂志》也专门载文号召大家学习。编码规范通常是一个公司自定的“土政策”,居然有人去做标准,而且还得到广泛的认可,这不禁引起我强烈的兴趣。可惜这份标准的文本需要花钱去买,而且短短几十页,要价非常昂贵。MISRA在网上公布了一些文档,其中有关于MISRA C Coding Standard的Clarification报告,从中间你可以大致猜到MISRA标准本身是什么。-MISRA (Motor Industry Software The Reliab ility Association Automobile Industry Software Reliability Association) is a UK-based multinational car Industry Association, whose members include most of Europe and the US car manufacturers. Its core mission is to the automobile industry to provide services and assistance to help the factory to develop secure, high-reliability embedded software. The organization's most famous achievement is the so-called MISRA C Coding Standard, this standard includes the 127 coding standard C language, usually believe that if we can comply fully with these standards, then your C code is readable, reliable, portable and easy to maintain. Recently, many developers are embedded with MISRA C to measure their own coding style, For example, the famous uC/OS-II o
Platform: | Size: 671744 | Author: 杨超 | Hits:

[Windows DevelopC.Code.Library

Description: C Code Library包含大量的C/C++语言源程序,用于开发安全可靠标准的C/C++程序。-C Code Library contains a large number of C/C++ language source code for the development of safe and reliable standard of C/C++ program.
Platform: | Size: 6013952 | Author: Li | Hits:

[Internet-Networkopen_hdlc_src

Description: OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard. It is an optimized C-code. It may be used on lots of platforms easily. -OSHDLC is the software implementation of High Level Data Link Control (HDLC) standard. It is an optimized C-code. It may be used on lots of platforms easily.
Platform: | Size: 37888 | Author: tangzhenxing | Hits:

[Embeded-SCM DevelopEmbedded-C-Coding-Standard

Description: 一本介绍嵌入式C编码规范的书,由Michael Barr编写。这本书致力于减少嵌入式程序中的各种错误,并使代码易读,易维护。-An introduction to embedded C coding standard book, written by Michael Barr. This book is committed to reducing the error of the embedded program, and make the code easy to read, easy to maintain.
Platform: | Size: 2836480 | Author: yang | Hits:

[VC/MFCCPP-Coding-Standard

Description: C++ code standard是C++社区的精华所在,不容错过-C++ code standard C++ is the essence of the community , not to be missed
Platform: | Size: 126976 | Author: wangey | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net