Welcome![Sign In][Sign Up]
Location:
Search - time.c

Search list

[CSharpC(3)

Description: C计时程序源代码 void mytime1() { static LARGE_INTEGER startTime QueryPerformanceCounter(&startTime) static LARGE_INTEGER timerFrequency -time C source code void mytime1 () (static LARGE_INTEGER startTime QueryPerformanceCounter (
Platform: | Size: 5374 | Author: 奕竹 | Hits:

[Other resourcetime.c

Description: 指示灯在定时器的定时中断中按照设计时间闪烁-lamp timer in the timer interrupt, according to the design time scintillation
Platform: | Size: 9349 | Author: 于海宾 | Hits:

[OtherThe C Programming Language-C语言详解英文版

Description: 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arithmetic Expressions 3. The for statement 4. Symbolic Constants 5. Character Input and Output 1. File Copying 2. Character Counting 3. Line Counting 4. Word Counting 6. Arrays 7. Functions 8. Arguments - Call by Value 9. Character Arrays 10. External Variables and Scope 2. Chapter 2: Types, Operators and Expressions 1. Variable Names 2. Data Types and Sizes 3. Constants 4. Declarations 5. Arithmetic Operators 6. Relational and Logical Operators 7. Type Conversions 8. Increment and Decrement Operators 9. Bitwise Operators 10. Assignment Operators and Expressions 11. Conditional Expressions 12. Precedence and Order of Evaluation 3. Chapter 3: Control Flow 1. Statements and Blocks 2. If-Else 3. Else-If 4. Switch 5. Loops - While and For 6. Loops - Do-While 7. Break and Continue 8. Goto and labels 4. Chapter 4: Functions and Program Structure 1. Basics of Functions 2. Functions Returning Non-integers 3. External Variables 4. Scope Rules 5. Header Files 6. Static Variables 7. Register Variables 8. Block Structure 9. Initialization 10. Recursion 11. The C Preprocessor 1. File Inclusion 2. Macro Substitution 3. Conditional Inclusion 5. Chapter 5: Pointers and Arrays 1. Pointers and Addresses 2. Pointers and Function Arguments 3. Pointers and Arrays 4. Address Arithmetic 5. Character Pointers and Functions 6. Pointer Arrays; Pointers to Pointers 7. Multi-dimensional Arrays 8. Initialization of Pointer Arrays 9. Pointers vs. Multi-dimensional Arrays 10. Command-line Arguments 11. Pointers to Functions 12. Complicated Declarations 6. Chapter 6: Structures 1. Basics of Structures 2. Structures and Functions 3. Arrays of Structures 4. Pointers to Structures 5. Self-referential Structures 6. Table Lookup 7. Typedef 8. Unions 9. Bit-fields 7. Chapter 7: Input and Output 1. Standard Input and Output 2. Formatted Output - printf 3. Variable-length Argument Lists 4. Formatted Input - Scanf 5. File Access 6. Error Handling - Stderr and Exit 7. Line Input and Output 8. Miscellaneous Functions 1. String Operations 2. Character Class Testing and Conversion 3. Ungetc 4. Command Execution 5. Storage Management 6. Mathematical Functions 7. Random Number generation 8. Chapter 8: The UNIX System Interface 1. File Descriptors 2. Low Level I/O - Read and Write 3. Open, Creat, Close, Unlink 4. Random Access - Lseek 5. Example - An implementation of Fopen and Getc 6. Example - Listing Directories 7. Example - A Storage Allocator l Appendix A: Reference Manual 1. Introduction 2. Lexical Conventions 3. Syntax Notation 4. Meaning of Identifiers 5. Objects and Lvalues 6. Conversions 7. Expressions 8. Declarations 9. Statements 10. External Declarations 11. Scope and Linkage 12. Preprocessor 13. Grammar l Appendix B: Standard Library 1. Input and Output: 1. File Operations 2. Formatted Output 3. Formatted Input 4. Character Input and Output Functions 5. Direct Input and Output Functions 6. File Positioning Functions 7. Error Functions 2. Character Class Tests: 3. String Functions: 4. Mathematical Functions: 5. Utility Functions: 6. Diagnostics: 7. Variable Argument Lists: 8. Non-local Jumps: 9. Signals: 10. Date and Time Functions: 11. Implementation-defined Limits: and l Appendix C: Summary of Changes
Platform: | Size: 570630 | Author: wukoo0901@qq.com | Hits:

[GUI Developcbuilder

Description: 站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢- Stationmaster when 95 years wants to write simulation Delphi a contact surface production C language contact surface procedure, the name is called CBuilder, at that time C Builder not to have
Platform: | Size: 79872 | Author: 站长 | Hits:

[EditBoxtime

Description: c++中如何用编辑框显示当前时间-c++ center use the editor frame demonstration current time
Platform: | Size: 46080 | Author: 刘峰 | Hits:

[Speech/Voice recognition/combinereal time voice

Description: 本程序支持实时语音的控制,处理- This procedure support real-time pronunciation control, processes
Platform: | Size: 41984 | Author: beckhan001 | Hits:

[OS Develop C源代码的实时操作系统

Description: C源代码的实时操作系统-C source code for the real-time operating system
Platform: | Size: 9216 | Author: 贺德强 | Hits:

[Com Port实例102 RS-232-C端口实时监控软件的设计实现

Description: RS-232-C端口实时监控软件的设计实现-RS-232-C port real-time monitoring software Design
Platform: | Size: 2048 | Author: 于健英 | Hits:

[OtherC语言编写的时钟源程序

Description: C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期-C language clock source (on the plane), it shows the clock, but there are different methods, both by mechanical table walking, but also by electronic table shows the time and date! !
Platform: | Size: 1024 | Author: zbing0203 | Hits:

[Editor附录I Little C解释程序源代码

Description: Little C解释程序源代码用C语言实现了一个C语言的子集的解释程序,之所以是子集,是由于考虑到本次毕业设计的时间上并不允许将整个C语言的解释程序完成,事实上,若要将整个C语言的解释程序完成,那将不是凭一己之力加上数月可以完成的。为此,结合所学的编译原理和实现技术以及计算理论,本文之实现了C语言自己的解释程序。-C source code using C language of a C language subset of the procedures explained that the reason is the subset is due to the graduation of design time and would not allow the entire C language to explain procedures are completed, in fact, if the entire C language to explain procedures completed, it will not be through their own efforts with a few months to complete. To this end, learning by combining theory and compiler technology and computing theory, the realization of the C language interpreter.
Platform: | Size: 19456 | Author: 卞强 | Hits:

[Windows Developc++基础知识

Description: C++基础知识.本帮助文件收集了中国软件开发实验室(www.cndev-lab.com)管宁的一些c++方面的文章 希望能帮助初学者在学习的过程中节约不少时间.-The C++ foundation knowledge this help document collected Chinese software develops the laboratory (www.cndev-lab.com) the tube rather some c++ aspect article,The hope can help the beginner to save the many time in the study process.
Platform: | Size: 303104 | Author: xpan | Hits:

[OtherStuShare.Com-000488-C++Primer(英文版)

Description: 一本经典的c++书籍,花了很长时间才弄好。希望这次站长能够接受啊.谢谢站长啦先.-a classic c books, spent a very long time before seeing. Hope this station can accept ah. Thank you-- head first.
Platform: | Size: 2418688 | Author: john | Hits:

[Delphi/CppBuilderc++builder_en

Description: Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builde
Platform: | Size: 464896 | Author: 石后生 | Hits:

[VC/MFCVisual C++入门与应用

Description: Vc++入门与应用!Vc入门的一本好书!有时间的话多看看还是有好处的!-Vc entry and application! Vc entry of a good book! The time is good to see more!
Platform: | Size: 20184064 | Author: fu | Hits:

[Internet-Networkc程序设计参考书

Description: C的学习是要经过很到考研的,本人花了很长的时间来学习,好难 啊-C learning to read is to taking tests, I spent a very long time to learn, very difficult ah
Platform: | Size: 15270912 | Author: 王宾 | Hits:

[Linux-UnixLinux下C语言编程——时间概念

Description: Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language-- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
Platform: | Size: 9216 | Author: 李琳 | Hits:

[OtherAddison Wesley - Imperfect C++. Practical Solution

Description: Addison Wesley - Imperfect C++. Practical Solutions for Real-Life Programming-Addison Wesley- Imperfect C++. Practical Solutions for Real-Life Programming
Platform: | Size: 1155072 | Author: 陈好 | Hits:

[DSP programtime.c

Description: 指示灯在定时器的定时中断中按照设计时间闪烁-lamp timer in the timer interrupt, according to the design time scintillation
Platform: | Size: 63488 | Author: 于海宾 | Hits:

[.nettime

Description: C++写的一个带有界面的万年历!~ 附带源码!-Written in C++ interface with a calendar! ~ Comes with source code!
Platform: | Size: 5325824 | Author: 电脑崽 | Hits:

[BooksC++ Primer第四版

Description: 本书全面介绍了 C++ 语言。作为一本入门书(Primer),它以教程的形式 对 C++ 语言进行清晰的讲解,并辅以丰富的示例和各种学习辅助手段。与大多 数入门教程不同,本书对 C++ 语言本身进行了详尽的描述,并特别着重介绍了 目前通行的、行之有效的程序设计技巧。 无数程序员曾使用本书的前几个版本学习 C++,在此期间 C++ 也逐渐发展 成熟。这些年来,C++ 语言的发展方向以及 C++ 程序员的关注点,已经从以往 注重运行时的效率,转到千方百计地提高程序员的编程效率上。随着标准库的广 泛可用,我们现在能够比以往任何时候更高效地学习和使用 C++。本书这一版本 充分体现了这一点。(This book introduces the C++ language. As an introductory book (Primer), it is in the form of tutorials A clear explanation of the C++ language, supplemented by extensive examples and various learning aids. And most Introduction to different tutorials, this book on the C++ language itself described in detail, and with particular emphasis on Current and proven programming skills. Countless programmers used the first few versions of the book to learn C++, and during that time C++ grew Mature. Over the years, the direction of the C++ language and the concerns of C++ programmers have gone from the past Pay attention to the efficiency of runtime and go all out to improve programmer's programming efficiency. With the wide Library of standards Available, we can now learn and use C++ more efficiently than ever before. This edition of this book Fully embodies this point.)
Platform: | Size: 2234368 | Author: david呆伟 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net