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

The program flow

Xem 1-20 trên 163 kết quả The program flow
  • We have written this book to introduce students and software professionals to the fundamental ideas in testing theory, testing techniques, testing practices, and quality assurance. Undergraduate students in software engineering, computer science, and computer engineering with no prior experience in the software industry will be introduced to the subject matter in a step-by-step manner. Practitioners too will benefit from the structured presentation and comprehensive nature of the materials. Graduate students can use the book as a reference resource.

    pdf648p zizaybay1103 29-05-2024 3 2   Download

  • Part 1 of ebook "Progress in activity-based analysis" provides readers with contents including: contributions to understanding joint relationships among activity and travel variables; a dynamic programming approach for the activity generation and scheduling problem; simulation of daily activity patterns; simulation daily activity patterns through the identification of sequential dependencies; adjustments of activity timing and duration in an agent-based traffic flow simulation;...

    pdf249p dongmelo 21-05-2024 2 2   Download

  • Lecture Object oriented programming - Lesson 2.2: Java syntax basics (cont.). Upon completion of this lesson, students will be able to: develop knowledge about the syntax and semantics of Java programming language;... Please refer to the detailed content of the lecture!

    pdf43p codabach1016 03-05-2024 2 0   Download

  • Lecture Network programming: Broadcasting and multicasting. This lesson provides students with content about: UDP broadcasting sender; multicast – socket option; socket flow of events - sending multicast; socket flow of events - receiving multicast;... Please refer to the detailed content of the lecture!

    pdf10p codabach1016 03-05-2024 4 0   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 longtimenosee08 31-03-2024 6 2   Download

  • Ebook C - Answer Book (The C programming language) presents the following content: 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 longtimenosee08 31-03-2024 2 1   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 longtimenosee05 31-03-2024 3 0   Download

  • The modern industry of the Russian Federation is experiencing an acute shortage of longterm investment resources for technological reequipment programs aimed at import substitution. The purpose of the study is to identify topical issues of the supply chain management at an industrial enterprise that has become an SPV in a business network. The study is mainly based on the methodology for modeling supply chain management of the recipient enterprise and the method of discounting its cash flows generated with the participation of the industrial enterprise in the leasing process.

    pdf8p longtimenosee06 27-03-2024 5 2   Download

  • Lecture Operations research - Chapter 4: Bài toán tối ưu mạng - Network Optimisation models. This lesson provides students with content about: shortest path problem; linear programming model; the minimum spanning tree problem; the maximum flow problem;...

    pdf37p nguyetthuongvophong1010 04-03-2024 5 2   Download

  • This research content belongs to the national key program, which was conducted by the researchers of the Industrial University of Industry. The paper presented the experimental study to determine the key parameters of syngas filter and clarification combined cooling for Ejector venture equipment which was assembled rice husk gasification line for supplying the syngas fuel to the dual -fuel engine combined generator 5.5 kW.

    pdf8p vimarillynhewson 02-01-2024 7 3   Download

  • Biomarkers that can accurately predict the efcacy of immune checkpoint inhibitors (ICIs) against programmed death 1 (PD-1) ligand in cancer immunotherapy are urgently needed. We have previously reported a novel formula that predicts the response to treatment with second-line nivolumab with high sensitivity and specificity in patients with non-small cell lung cancer (NSCLC) previously treated with chemotherapy.

    pdf10p vileonardodavinci 23-12-2023 6 3   Download

  • Ebook Algorithms in C: Part 2 includes contents: Chapter 24: elementary geometric methods, chapter 25: finding the convex hull, chapter 26: range searching, chapter 27: geometric intersection, chapter 28: closest-point problems, chapter 29: elementary graph algorithms, chapter 30: connectivity, chapter 31: weighted graphs, chapter 32: directed graphs, chapter 33: network flow, chapter 34: matching, chapter 35: random numbers, chapter 36: arithmetic, chapter 37: gaussian elimination, chapter 38: curve fitting, chapter 39: integration, chapter 40: parallel algorithms chapter 41: fast fourier ...

    pdf313p haojiubujain08 01-11-2023 3 1   Download

  • Ebook "Help your kids with computer coding: A unique step-by-step visual guide, from binary code to building games" introduces all the essential concepts needed to understand computer coding. Fun projects throughout put these ideas into practice. Everything is broken down into small chunks so that it’s easy to follow and understand.

    pdf226p dangsovu 20-10-2023 8 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 4 2   Download

  • Part 1 of ebook "Introduction to scientific programming with Python" provides readers with contents including: chapter 1 - getting started with python; chapter 2 - computing with formulas; chapter 3 - loops and lists; chapter 4 - functions and branching;...

    pdf67p tieulangtran 28-09-2023 6 4   Download

  • Book "Beginning C# 6 Programming with Visual Studio 2015" provides step-by-step directions for programming with C# in the .NET framework. Beginning with programming essentials, such as variables, flow control, and object-oriented programming, this authoritative text moves into more complicated topics, such as web and Windows programming and data access within both database and XML environments.

    pdf1226p tichhythan 17-08-2023 9 6   Download

  • This book "Beginning Visual C# 2012 programming offers programming basics such as variables, flow control, and object oriented programming. It then moves into web and Windows programming and data access (databases and XML). The authors focus on the tool that beginners use most often to program C#, the Visual C# 2012 development environment in Visual Studio 2012.

    pdf910p tichhythan 17-08-2023 10 4   Download

  • Part 1 of ebook "Fundamentals of java programming" has presents the following content: programming basics; loops; using data for computation; reading keyboard input; decomposing code into components; passing values to and from methods; conditions and their use for controlling the flow of programs; formatted printing using printf; classes string and stringbuilder; while-loops and do-while loops;...

    pdf297p dieptieuung 20-07-2023 6 4   Download

  • Part 1 of ebook "Guide to scientific computing in C++ (Second edition)" has presents the following content: getting started compiling a C++ program; the assert statement; flow of control; file input and output; pointers; blocks, functions and reference variables; an introduction to classes; inheritance and derived classes;...

    pdf154p dieptieuung 20-07-2023 8 4   Download

  • Continued part 1, part 2 of ebook "Construction program management – Decision making and optimization techniques" presents the following content: mathematical methods – statistics and forecasting; operations research and optimization techniques; techniques for intelligent decision support systems;...

    pdf83p dieptieuung 14-07-2023 9 3   Download

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

ADSENSE

nocache searchPhinxDoc

 

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