C Language Tutorial
-
The C programming language was originally developed by Dennis Ritchie of Bell Laboratories, and was designed to run on a PDP-11 with a UNIX operating system. Although it was originally intended to run under UNIX, there was a great interest in running it on the IBM PC and com- patibles, and other systems.
124p
boyswat
14-10-2014
30
11
Download
-
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C.
318p
fangfangfang
11-05-2012
290
118
Download
-
I forgot to tell you that it was the first time for me to program a microcontroller ever!! . The decision was made to use the C language as everyone out there is saying it’s easier. So again i surfed the web to find some C compiler out there, and so sad every one out there want you to PAY!!!!(‐actually I found after that I was wrong‐) & this was not in my options. So I was so pleased to find some Gnu solution out there & that was the WinAVR plug‐in for the AvrStudio .
111p
bach_khoa_ha_noi
12-08-2011
167
53
Download
-
Tài liệu tham khảo về ngôn ngữ lập trình C++, là tài liệu bổ ích cho các bạn đang học mô kỹ thuật lập trình, với các kiến thức từ cơ bản đến nâng cao...
0p
trung254
26-12-2011
25
6
Download
-
Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application development environment. You'll learn how to use Microsoft Visual Studio® 2010 and Microsoft .NET Framework 4.0; develop a solid, fundamental understanding of C# language features; and then get to work creating actual components and working applications for the Windows® operating system.
781p
tengteng6
26-11-2011
154
79
Download
-
The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions. The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11).
1190p
hiepkhach_1006
30-10-2012
78
36
Download
-
lập trình là không giới hạn chỉ in văn bản đơn giản trên màn hình. Để đi xa hơn một chút trên và để trở thành có thể viết các chương trình thực hiện nhiệm vụ hữu ích thực sự tiết kiệm chúng tôi làm việc chúng ta cần phải giới thiệu khái niệm của biến. Hãy để chúng tôi nghĩ rằng tôi yêu cầu bạn giữ nguyên số 5 trong bộ nhớ tinh thần của bạn, và sau đó tôi yêu cầu bạn ghi nhớ cũng số 2 cùng một lúc....
0p
buomtinhcodon
14-12-2011
45
5
Download
-
Objective-C Fundamentals is a hands-on tutorial that leads you from your first line of Objective-C code through the process of building native apps for the iPhone using the latest version of the SDK. You'll learn to avoid the most common pitfalls, while exploring the expressive Objective-C language through numerous example projects.
368p
phungnguyet_123
20-02-2013
30
5
Download
-
The C programming language is a general purpose high level language that was originally developed by Dennis M. Ritchie to develop the Unix operating system at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972. In 1978, Brian Kernighan and Dennis Ritchie produced the first publicly available description of C, now known as the K&R standard. The UNIX operating system, the C compiler, and essentially all UNIX applications programs have been written in C. The C has now become a widely used professional language for various reasons....
145p
vimyvn
25-07-2013
26
5
Download
-
C# Crystal Reports sample databse For generating Crystal Reports from C# , we need to connect a database and some tables with data. In the following section you can see how to create a sample Database and Tables and the data for running of the following Crystal Reports - C# Tutorial . All examples in the CSharp Crystal Reports Tutorial is based on the following database . First we have to create a database named it as "crystaldb" Create DataBase "crystaldb" In the crystaldb database , create three tables...
70p
spamspam
21-05-2011
379
119
Download
-
NS-2 is an object oriented simulator, written in C++, with an OTcl (Object Tool Command Language) interpreter as a front-end. Back-end C++ Defining new agents, protocols and framework. Manipulations at the byte/bit levels. if you have to change the behaviour of an existing C++ class in ways that weren't anticipated.
49p
thienthan_acquy
22-02-2010
175
80
Download
-
In this tutorial you will learn about C Programming - Structures and Unions, initializing structure, assigning values to members, functions and structures, passing structure to functions, passing entire function to functions, arrays of structure, structure within a structure and union. Structures are slightly different from the variable types you have been using till now. Structures are data types by themselves. When you define a structure or union, you are creating a custom data type.
0p
minhduongthe
03-05-2012
78
19
Download
-
ndjineers Matthew Adams and Ian Griffiths have just released "Programming C# 4.0", published by O'Reilly Media. This bestselling tutorial shows you how to build web, desktop, and rich Internet applications using C# 4.0 with .NET's database capabilities, UI framework (WPF), extensive communication services (WCF), and more. The sixth edition covers the latest enhancements to C#, as well as the fundamentals of both the language and framework. You'll learn concurrent programming with C# 4.0, and how to use .
0p
trasua_123
02-01-2013
36
8
Download
-
This book is a modern guide to using C++ langugage, including how to apply it to Windows programming. Shows how to write programs for programmers, not computers. C++ In Action: Industrial-Strength Programming Techniques picks up where the standard tutorial leaves off, providing a fresh perspective on the language for both the novice and seasoned C++ programmer. Focusing on programming technique, this book captures the essence of expression in C++, promoting a methodology that delivers robust, reliable, and elegant code. ...
348p
goshop_123
24-04-2013
22
8
Download
-
JDK 1.5 introduces several extensions to the Java programming language. One of these is the introduction of generics. This tutorial is aimed at introducing you to generics. You may be familiar with similar constructs from other languages, most notably C++ templates. If so, you’ll soon see that there are both similarities and important differences. If you are not familiar with look-a-alike constructs from elsewhere, all the better; you can start afresh, without unlearning any misconceptions. Generics allow you to abstract over types.
24p
tranhung0312
01-12-2012
34
7
Download
-
JDK 1.5 introduces several extensions to the Java programming language. One of these is the introduction of generics. This tutorial is aimed at introducing you to generics. You may be familiar with similar constructs from other languages, most notably C++ templates. If so, you’ll soon see that there are both similarities and important differences. If you are not familiar with look-a-alike constructs from elsewhere, all the better; you can start afresh, without unlearning any isconceptions.
23p
stumble
21-05-2009
219
59
Download
-
Visual Basic 2010 Ò Made Easy- A complete tutorial for beginners is an independent publication and is not affiliated with, nor has it been authorized, sponsored, or otherwise approved by Microsoft Corporation.
34p
tranluu_94
22-09-2012
108
34
Download
-
Google and YouTube use Python because it's highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly -- whether you're new to programming or just new to Python. It's an easy-to-follow self-paced tutorial, based on author and Python expert Mark Lutz's popular training course.
1213p
titatu_123
01-03-2013
55
33
Download
-
Introduction to Computers, the Internet and the Web Introduction What Is a Computer? Computer Organization Evolution of Operating Systems Personal, Distributed and Client/Server Computing Machine Languages, Assembly Languages and High-Level Languages History of C++ History of Java Java Class Libraries Other High-Level Languages Structured Programming The Internet and the World Wide Web Basics of a Typical Java Environment General Notes about Java and This Book Thinking About Objects: Introduction to Object Technology and the Unified Modeling Language Discovering Design Patterns: Introduct...
1530p
bookstore_1
10-01-2013
71
25
Download
-
THE Java™ Native Interface (JNI) is a powerful feature of the Java platform. Applications that use the JNI can incorporate native code written in programming languages such as C and C++, as well as code written in the Java programming language. The JNI allows programmers to take advantage of the power of the Java platform, without having to abandon their investments in legacy code. Because the JNI is a part of the Java platform, programmers can address interoperability issues once, and expect their solution to work with all implementations of the Java platform....
318p
tailieuvip13
19-07-2012
41
16
Download