intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Programming languages ​​c

Xem 1-20 trên 838 kết quả Programming languages ​​c
  • Ebook "Expert C programming: Deep C secrets" includes contents: Chapter 1: C through the mists of time; chapter 2: it's not a bug, it's a language feature; chapter 3: unscrambling declarations in C; chapter 4: the shocking truth: C arrays and pointers are not the Same!; chapter 5: thinking of linking; chapter 6: poetry in motion: runtime data structures; chapter 7: thanks for the memory; chapter 8: why programmers can't tell halloween from christmas day; chapter 9: more about arrays; chapter 10: more about pointers; chapter 11: you know C, so C++ is Easy!

    pdf290p longtimenosee02 03-01-2024 2 2   Download

  • Ebook The C programming language (Second edition) present the complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. The 2/E has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs.

    pdf288p longtimenosee02 03-01-2024 4 2   Download

  • This book is a reference guide for the parser generator ANTLR, ANother Tool for Language Recognition, and the tree-parser generator SORCERER, which is suited to source-to-source translation. SORCERER does not fit into the translator generator category perfectly because it translates trees, whereas the typical translator generator can only be used to translate text directly, thus hiding any intermediate steps or data structures from the programmer. The ANTLR and SORCERER team more closely supports what programmers would build by hand.

    pdf310p longtimenosee02 03-01-2024 1 1   Download

  • Ebook Learn to program with C: Learn to program using the popular C programming language – Part 1 includes contents: Chapter 1: elementary programming concepts, chapter 2: c – the basics, chapter 3: programs with sequence logic, chapter 4: programs with selection logic, chapter 5: programs with repetition logic.

    pdf153p longtimenosee02 03-01-2024 2 2   Download

  • Ebook Learn to program with C: Learn to program using the popular C programming language – Part 2 includes contents: Chapter 6: characters; chapter 7: functions; chapter 8: arrays; chapter 9: searching, sorting, and merging; chapter 10: structures.

    pdf170p longtimenosee02 03-01-2024 4 1   Download

  • Ebook WAP, Bluetooth, and 3G programming: Cracking the code – Part 2 includes contents: Chapter 10 An overview of 3G; chapter 11 Advanced 3G programming; chapter 12 3G programming using BREW; chapter 13 voice and video communication over IP and Mobile IP Networks; chapter 14 the future of wireless networks; appendix a what ’s on the CD-ROM; appendix b tomcat installation and configuration; appendix c SQL server 2000 installation and XML support configuration; appendix d bluetooth reference and resources; appendix e 3G reference and resources.

    pdf211p haojiubujain010 14-12-2023 5 2   Download

  • Ebook Linux system programming - Part 2 includes contents: Chapter 6 advanced process management, chapter 7 file and directory management, chapter 8 memory management, chapter 9 signals, chapter 10 time, chapter 11 GCC extensions to the C language.

    pdf209p haojiubujain010 14-12-2023 4 3   Download

  • This book is organized in weeks, with each set of seven days set off into a part unto itself. However, even though the book is organized in weeks, the topics are not necessarily organized that way. While you are reading this book, you will probably notice a couple conventions that have been used to make it easier for you to learn the topic being discussed.

    pdf792p haojiubujain09 30-11-2023 4 3   Download

  • This book introduces standard C++† and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. New language features such as namespaces, exceptions, templates, and run-time type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language.

    pdf923p haojiubujain09 30-11-2023 8 6   Download

  • This book assumes that its readers are programmers. If you ask, ‘‘What’s a for-loop?’’ or ‘‘What’s a compiler?’’ then this book is not (yet) for you; instead, I recommend my Programming: Principles and Practice Using C++ to get started with programming and C++. Furthermore, I assume that readers have some maturity as software developers. If you ask ‘‘Why bother testing?’’ or say, ‘‘All languages are basically the same; just show me the syntax’’ or are confident that there is a single language that is ideal for every task, this is not the book for you.

    pdf1366p haojiubujain09 30-11-2023 6 5   Download

  • Like all Schaum’s Outline Series books, this is intended to be used primarily for self study, preferably in conjunction with a regular course in C++ Programming. The book covers nearly all aspects of ANSI/IS0 Standard C++. It includes over 200 examples and solved problems. The author firmly believes that programming is best learned by practice, following a well-constructed collection of examples with complete explanations. This book is designed to provide that support.

    pdf446p haojiubujain09 30-11-2023 4 4   Download

  • “Look it up in Petzold” remains the last word on Windows development. In this .NET-ready Windows programming guide, the best-selling author shows you how to get the most out of Windows Forms—the next-generation Windows programming class library. You’ll discover how to use C# to create dynamic user interfaces and graphical outputs for Windows applications. With dozens of examples of client applications to illustrate common techniques and plenty of no-nonsense advice on best programming practices, you’ll be C# sharp in no time.

    pdf1075p haojiubujain09 30-11-2023 3 3   Download

  • Ebook Visual C# 2005 Demystified includes contents: Chapter 1: getting started with your first windows program, chapter 2: writing your first code, chapter 3: controls, chapter 4: storing information-data types and variables, chapter 5: letting the program do the math-arithmetic operators, chapter 6: making comparisons-comparison and logical operators, chapter 7: making choices-if and switch control structures, chapter 8: repeating yourself-loops and arrays, chapter 9: organizing your code with methods, chapter 10: helper forms, chapter 11: menus, chapter 12: toolbars, chapter 13: accessing...

    pdf402p haojiubujain09 30-11-2023 3 3   Download

  • Ebook Assembly language step-by-Step: Programming with Linux (Third edition) includes contents: Chapter 1 another pleasant valley saturday; chapter 2 alien bases; chapter 3 lifting the hood; chapter 4 location, location, location; chapter 5 the right to assemble; chapter 6 a place to stand, with access to tools; chapter 7 following your instructions; chapter 8 our object all sublime; chapter 9 bits, flags, branches, and tables; chapter 10 dividing and conquering; chapter 11 strings and things; chapter 12 heading out to C.

    pdf645p haojiubujain09 30-11-2023 5 4   Download

  • Work in type systems for programming languages now touches many parts of computer science, from language design and implementation to software engineering, network security, databases, and analysis of concurrent and distributed systems. The aim of this book, together with its predecessor, Types and Programming Languages (Pierce [2002]—henceforth TAPL) is to offer a comprehensive and accessible introduction to the area’s central ideas, results, and techniques.

    pdf589p haojiubujain09 30-11-2023 3 3   Download

  • Chapter 1: tutorial introduction, chapter 2: types, operators, & expressions, chapter 3: control flow, chapter 4: functions & program structure, chapter 5: pointers & arrays, chapter 6: structures, chapter 7: input & output, chapter 8: unix system interface.

    pdf214p haojiubujain09 30-11-2023 3 3   Download

  • C++ For Dummies is an introduction to the C++ language. C++ For Dummies starts from the beginning (where else?) and works its way from early concepts and through more sophisticated techniques. It doesn’t assume that you have any prior knowledge, at least, not of programming. C++ For Dummies is rife with examples. Every concept is documented in numerous snippets and several complete programs. Unlike other C++ programming books, C++ For Dummies considers the “why” just as important as the “how.” The features of C++ are like pieces of a jigsaw puzzle.

    pdf436p haojiubujain09 30-11-2023 3 3   Download

  • Ebook "C data structures" includes content: Software engineering principles; data design and implementation, ADTs unsorted list and sorted list, ADTs stack and queue, linked structures, lists plus, programming withrecursion, binary search trees, priority queues, heaps, graphs, and sets, sorting and searching algorithms.

    pdf833p haojiubujain09 21-11-2023 4 3   Download

  • Ebook "Numerical recipes in C - The art of scientific computing" includes content: Preliminaries, solution of linear algebraic equations, interpolation and extrapolation, integration of functions, evaluation of functions, special functions, random numbers, sorting, root finding and nonlinear sets of equations, minimization or maximization of functions, eigensystems, fast fourier transform,... and other contents.

    pdf1018p haojiubujain07 20-09-2023 4 3   Download

  • Part 1 of ebook "An introduction to C and GUI programming" provides readers with contents including: variables and arithmetic; conditions and comparisons; more advanced flow control; pointers; functions; arrays and strings; the string library; user input; file input and output; more about types and variables; header files and the preprocessor;...

    pdf73p tieulangtran 28-09-2023 3 2   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
2=>2