C++ Для чайников.pdf (6,51 MByte - Download file) Posted by:dcu dcu dcu 2368 days ago 
Книга представляет собой введение в язык программирования C++. Основное отличие данной книги от предыдущих изданий "C++ для чайников" в том, что это издание не требует от читателя каких-либо дополнительных знаний, в то время как предыдущие издания опирались на знание читателем языка программирования C. Книга отличается также тем, что несмотря на простоту изложения материала, он подан в книге достаточно строго, так что, изучив основы программирования на C++ с помощью этой книги, читателю не придется пересматривать свои знания при дальнейшем изучении языка. Эта книга не учит программированию в Windows или созданию красивого интерфейса двумя движениями мышью; изложенный в ней материал не привязан к какому-то определенному компилятору или операционной системе. Она вряд ли будет полезна профессиональному программисту, но если ваша цель - глубокое знание языка программирования и вы не знаете, с чего начать - эта книга для вас.
Comments: 0 Downloaded: 428 Folder: PROGRAMMING BOO... |
Nokia Games2.zip (8,33 MByte - Download file) Posted by:dcu dcu dcu 2378 days ago 
Comments: 0 Downloaded: 121 Folder: GENERAL SHITE |
John Wiley & Sons - Computational Colour Science Using MATLAB.pdf.pdf (1,89 MByte - Download file) Posted by:Anonymous 2379 days ago 
John Wiley & Sons - Computational Colour Science Using MATLA.pdf
Comments: 0 Downloaded: 137 Folder: MATHS AND PHYSI... |
NOkia Games.zip (1,77 MByte - Download file) Posted by:Anonymous 2379 days ago 
Comments: 0 Downloaded: 145 Folder: GENERAL SHITE |
the maths folder from alps.exe (12,10 MByte - Download file) Posted by:dcu dcu dcu 2379 days ago 
the archive is password protected, see topic in maths forum.
(Read more)
Comments: 0 Downloaded: 137 Folder: MATHS AND PHYSI... |
Applied math.pdf.pdf (8,83 MByte - Download file) Posted by:Anonymous 2382 days ago 
applied maths
Comments: 0 Downloaded: 103 Folder: MATHS AND PHYSI... |
Computer - Matlab - C++ Math Library.pdf.pdf (1,97 MByte - Download file) Posted by:Anonymous 2382 days ago 
Again, book on MatLab
Comments: 0 Downloaded: 154 Folder: MATHS AND PHYSI... |
Mathematics - Tom M Apostol - Calculus vol. 2.pdf.pdf (13,02 MByte - Download file) Posted by:Anonymous 2382 days ago 
(ebook-pdf) - Mathematics - Tom M Apostol - Calculus vol. 2.pdf
Comments: 0 Downloaded: 171 Folder: MATHS AND PHYSI... |
Mathematics - Calculus Bible..pdf (1,18 MByte - Download file) Posted by:Anonymous 2382 days ago 
Mathematics - Calculus Bible PDF book
Comments: 0 Downloaded: 147 Folder: MATHS AND PHYSI... |
Mathematics - Trigonometry.pdf (8,40 MByte - Download file) Posted by:Anonymous 2382 days ago 
Mathematics - Trigonometry
Comments: 0 Downloaded: 129 Folder: MATHS AND PHYSI... |
MatlabRefbook.pdf (5,31 MByte - Download file) Posted by:Anonymous 2382 days ago 
Reference book on Matlab
Comments: 0 Downloaded: 111 Folder: MATHS AND PHYSI... |
Science - Engineering - Using MatLAB 6.pdf.pdf (6,57 MByte - Download file) Posted by:Anonymous 2382 days ago 
I suppose it's about how to use the mathlab
Comments: 1 Downloaded: 120 Folder: MATHS AND PHYSI... |
CygWin32.zip (22,56 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
1. Extract the contents to the folder.
(Read more)
Comments: 0 Downloaded: 135 Folder: SOFT |
C Pocket Reference.zip (198,69 KByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Book Description
C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books. Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need. This small book covers the following:
C language fundamentals
Data types
Expressions and operators
C statements
Declarations
Functions
Preprocessor directives
The standard library
O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.
(Read more)
Comments: 0 Downloaded: 100 Folder: PROGRAMMING BOO... |
C & Data Structures.zip (7,44 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Book Description
Divided into three separate sections, C & Data Structures covers C programming, as well as the implementation of data structures and an analysis of advanced data structure problems. Beginning with the basic concepts of the C language (including the operators, control structures, and functions), the book progresses to show these concepts through practical application with data structures such as linked lists and trees, and concludes with the integration of C programs and advanced data structure problem-solving. The book covers a vast range of data structures and programming issues, such as syntactic and semantic aspects of C, all control statements in C, concepts of function, macro, files and pointers with examples, graphs, arrays, searching and sorting techniques, stacks and queues, files, and preprocessing. C & Data Structures provides a comprehensive guide to all the data types in C with internal implementation, while providing examples to demonstrate their behavior.
(Read more)
Comments: 0 Downloaded: 142 Folder: PROGRAMMING BOO... |
An Introduction to C Programming.zip (325,56 KByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
This course is an introduction to the C programming language. It does assume that
the participant has some experience with procedural programming. Any experience
with FORTRAN, BASIC, or Pascal, is sucient. Programming constructs that are
specic to C will be fully explained during this course.
Although I include a number of general programming concepts and comments,
this course doesn't teach programming. It only teaches one possible language that
can be used in programming. Viewing a program as a medium of communication
between you and the computer, this course teaches a language that can be used for
communication but not the art of communication itself.
The only programming hint I would like to include here is to remind you of
Murphy's Law of Programming which states that \The sooner you start coding your
program, the longer it is going to take" [4]. While the speed of today's computers and
compilers may tempt you to choose trial and error as your most favorite programming
style, let it be stated here that I've warned you against that. Always make sure you
have an algorithm that transform your input to the desired output.
Comments: 0 Downloaded: 757 Folder: PROGRAMMING BOO... |
1995 Programming languages - C.zip (1,16 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Introduction
1 With the introduction of new devices and extended character sets, new features may be
added to this International Standard. Subclauses in the language and library clauses warn
implementors and programmers of usages which, though valid in themselves, may
conflict with future additions.
2 Certain features are obsolescent, which means that they may be considered for
withdrawal in future revisions of this International Standard. They are retained because
of their widespread use, but their use in new implementations (for implementation
features) or new programs (for language [6.11] or library features [7.26]) is discouraged.
3 This International Standard is divided into four major subdivisions:
— the introduction and preliminary elements;
— the characteristics of environments that translate and execute C programs;
— the language syntax, constraints, and semantics;
— the library facilities.
4 Examples are provided to illustrate possible forms of the constructions described.
Footnotes are provided to emphasize consequences of the rules described in that
subclause or elsewhere in this International Standard. References are used to refer to
other related subclauses. Recommendations are provided to give advice or guidance to
implementors. Annexes provide additional information and summarize the information
contained in this International Standard. A bibliography lists documents that were
referred to during the preparation of the standard.
5 The language clause (clause 6) is derived from ‘‘The C Reference Manual’’.
6 The library clause (clause 7) is based on the 1984 /usr/group Standard.
Comments: 0 Downloaded: 92 Folder: PROGRAMMING BOO... |
programming in C.zip (196,98 KByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
FOREWORD
The information technology and telecom sectors have suddenly opened up avenues,
which require a very large specially trained manpower. These sectors are highly dynamic and
need training and re-training of manpower at a rapid rate. The growing gap of requirement of
the industry and its fulfillment has created a challenging situation before manpower training
institutes of the country. To meet this challenge most effectively, Centre for Electronics Design
and Technology of India (CEDTI) has launched its nation-wide franchising scheme.
Centre for Electronics Design and Technology of India (CEDTI) is an Autonomous
Scientific Society under the Govt. of India, Department of Electronics with its Headquarters at
New Delhi. It operates seven centres located at Aurangabad, Calicut, Gorakhpur, Imphal,
Mohali, Jammu and Tezpur. The scheme will be implemented and coordinated by these centres.
The scheme endeavours to promote high quality computer and information technology
education in the country at an affordable cost while ensuring uniform standards in order to
build a national resource of trained manpower. Low course fees will make this education
available to people in relatively small, semi urban and rural areas. State-of-the-art training will
be provided keeping in view the existing and emerging needs of the industrial and Govt.
sectors. The examinations will be conducted by CEDTI and certificates will also be awarded
by CEDTI. The scheme will be operated through all the seven centres of CEDTI.
The CEDTI functions under the overall control and guidance of the Governing Council
with Secretary, Department of Electronics as its Chairman. The members of the council are
drawn from scientific, government and industrial sectors. The Centres have separate executive
committees headed by Director General, CEDTI. The members of these committees are from
academic/professional institutes, state governments, industry and department of electronics.
CEDTI is a quality conscious organisation and has taken steps to formally get recognition
of the quality and standards in various activities. CEDTI, Mohali was granted the prestigious
ISO 9002 certificate in 1997. The other centres have taken steps to obtain the certification as
early as possible. This quality consciousness will assist CEDTI in globalizing some of its
activities. In keeping with its philosophy of ‘Quality in every Activity’, CEDTI will endeavour to
impart state of the art – computer and IT training through its franchising scheme.
The thrust of the Software Courses is to train the students at various levels to carry out
the Management Information System functions of a medium sized establishment, manufacture
Software for domestic and export use, make multimedia presentations for management and
effectively produce various manufacturing and architectural designs.
The thrust of the Hardware Courses at Technician and Telecommunication Equipment
Maintenance Course levels is to train the students to diagnose the faults and carry out repairs
at card level in computers, instruments, EPABX, Fax etc. and other office equipment. At
Engineer and Network Engineer levels the thrust is to train them as System Engineers to
install and supervise the Window NT, Netware and Unix Networking Systems and repair
Microcontrollers / Microprocessor based electronic applications.
An Advisory Committee comprising eminent and expert personalities from the Information
Technology field have been constituted to advise CEDTI on introduction of new courses and
revising the syllabus of existing courses to meet the changing IT needs of the trade, industry
and service sectors. The ultimate objective is to provide industry-specific quality education in
modular form to supplement the formal education.
The study material has been prepared by the CEDTI, document centre. It is based on
the vast and rich instructional experience of all the CEDTI centres. Any suggestions on the
improvement of the study material will be most welcome.
Comments: 0 Downloaded: 88 Folder: PROGRAMMING BOO... |
The C Programming Language.zip (1,19 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) -- like C itself. And it was written by Kernighan himself. Need we say more?
(Read more)
Comments: 0 Downloaded: 95 Folder: PROGRAMMING BOO... |
C the Complete Reference.zip (4,82 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Book Description
Another gem from Herb Schildt--best-selling programming author with more than 2.5 million books sold! C: The Complete Reference, Fourth Edition gives you full details on C99, the New ANSI/ISO Standard for C. You'll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.
(Read more)
Comments: 0 Downloaded: 89 Folder: PROGRAMMING BOO... |
C Primer Plus, Fourth Edition.zip (3,55 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
Book Description
C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.
(Read more)
Comments: 0 Downloaded: 88 Folder: PROGRAMMING BOO... |
Introdaction to C.zip (2,42 MByte - Download file) Posted by:dcu dcu dcu 2382 days ago 
just a general introduction to C programming in .zip archive
Comments: 0 Downloaded: 72 Folder: PROGRAMMING BOO... |