Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 30
- Computer Science 28
- SQL (Computer program language) 18
- C (Computer program language) 15
- C++ (Computer program language) 15
- Database management 9
- Oracle (Computer file) 9
- Normalización 8
- Normas generales 8
- Computer programming 6
- Novela española 6
- Relational databases 6
- SQL server 6
- Computer networks 5
- Design and construction 5
- PostgreSQL 5
- Technology: general issues 5
- Client/server computing 4
- Computer security 4
- Control de procesos industriales 4
- History of engineering & technology 4
- Novela vasca (Español) 4
- C (Lenguaje de programación) 3
- Computer software 3
- Computer-aided design 3
- Computers 3
- Data processing 3
- Electronic data processing 3
- Engineering graphics 3
- General and Others 3
-
241Publicado 2017Tabla de Contenidos: “…Advanced Design and Manufacturing -- Based On the Test Track Minimum Radius of Expressway Ramp / Modeling and Testing of an ICPTs Used in Dynamic Balancing Device / Study on the Coordination Principle of Innovative Manufacturing Elements Based on Internet plus / Design of a Semi-active Heave Compensation System Combined Variable Frequency with Throttle / Design of Auxiliary Arm for High Voltage Live Working Robot / Investigation on Integrated Digital Platform of High Power Converter with Power Factor Correction for Formed Aluminium Foil / Thermal-mechanical Coupling Analysis of Screw Discharge Machine Based on ANSYS / Improved XY-axis Calibration Based on Bilinear Interpolation / Research of E36 Steel Welding Process for Jinzhou 9-3 Offshore Platform / Finite Element Analysis and Optimum Design of a Video Laryngoscope / An Instrumented Glove for Real Time Feedback on Hand Gripping Pressure and Bending a Pilot Study / Optimization of Crank Mechanism of Multifunctional Nursing Bed Based on ADAMS / Research on the Mechanism of Industry Integration between Shaanxi Advanced Manufacturing and Modern Service Industry / Session 10. …”
Libro electrónico -
242Publicado 2009Tabla de Contenidos: “…LESSON 24: Embedding SQL in Application Programming -- A Quick Trip Through Some Application Development Tools -- Creating the Database -- Using Java and SQL -- Using .NET and SQL -- PART VII: SQL in Various Database Implementations -- LESSON 25: Using Oracle SQL*Plus to Satisfy Reporting Needs -- An Introduction to SQL*Plus -- The SQL*Plus Buffer -- Viewing Table Structure with the DESCRIBE Command -- Displaying Settings with the SHOW Command -- Manipulating Files with File Commands -- Customizing the Work Environment with SET Commands -- Removing Settings with the CLEAR Command -- Formatting Your Output -- Creating Report and Group Summaries -- Using Variables in SQL*Plus -- Using the DUAL Table -- Exploring the DECODE Function -- DATE Conversions -- Running a Series of SQL Files -- Adding Comments to Your SQL Script -- Creating Advanced Reports -- LESSON 26: An Introduction to Oracle PL/SQL -- Introducing PL/SQL -- The Structure of a PL/SQL Block -- Transactional Control in PL/SQL -- Putting Everything Together -- Using Stored Procedures, Packages, and Triggers -- LESSON 27: An Introduction to Transact-SQL -- An Overview of Transact-SQL -- Extensions to ANSI QL -- Data Types -- Accessing the Database with Transact-SQL -- Establishing Flow Control -- Using Transact-SQL Wildcard Operators -- Date Conversions -- SQL Server Diagnostic Tools-SET Commands -- LESSON 28: Using MySQL on a UNIX-based System -- MySQL Administration -- The MySQL Terminal Monitor -- MySQL Utilities -- PART VIII: Appendices -- APPENDIX A: Answers -- APPENDIX B: Code Examples to Create Tables -- APPENDIX C: Code Examples to Populate Tables -- APPENDIX D: Using MySQL for Exercises -- Index -- Online Appendixes -- APPENDIX E: Glossary of Common SQL Commands…”
Libro electrónico -
243por Cline, Marshall P.“…This second edition is completely up-to-date with the final ANSI/ISO C++ Standard. It covers some of the smaller syntax changes, such as "mutable"; more significant changes, such as RTTI and namespaces; and such major innovations as the C++ Standard Library, including the STL. …”
Publicado 1999
Libro electrónico -
244por Kamthane, Ashok N.Tabla de Contenidos: “…7.2.3 Pseudocode -- Summary -- Exercises -- Chapter 8: Overview of C++ -- 8.1 Introduction -- 8.2 ANSI Standard -- 8.3 Object-oriented Technology -- 8.4 Disadvantages of Conventional Programming -- 8.5 Programming Paradigms -- 8.5.1 Monolithic Programming -- 8.5.2 Procedural Programming -- 8.5.3 Structured Programming Approach -- 8.6 Basic Concepts of C++ -- 8.7 Structure of C++ Program -- 8.7.1 Include Files Section -- 8.7.2 Class Declaration or Definition -- 8.7.3 Class Function Definitions -- 8.7.4 The main() Function -- 8.8 Creating Source File, Compiling and Linking in C++ -- 8.9 IDE and its Features -- 8.10 Character Set in C++ -- 8.11 Types of Tokens -- 8.12 Keywords -- 8.13 Identifiers -- 8.13.1 Variable Declaration and Initialization -- 8.14 Dynamic Initialization -- 8.15 Data Types in C++ -- 8.16 Basic Data Type -- 8.17 Derived Data Type -- 8.17.1 Pointers -- 8.17.2 Functions -- 8.17.3 Arrays -- 8.17.4 References -- 8.18 User-defined Data Type -- 8.18.1 Structure and Classes -- 8.18.2 Union -- 8.18.3 Enumerated Data Type -- 8.19 The void Data Type -- 8.20 Type Modifiers -- 8.21 Wrapping Around -- 8.22 Constants -- 8.22.1 Literal Constant -- 8.22.2 Symbolic Constant -- 8.23 Constant Pointers -- 8.23.1 Constant Pointer -- 8.23.2 Pointer to Constant -- 8.23.3 Pointer and Variable both Constants -- Summary -- Exercises -- Chapter 9: Operators and Expressions -- 9.1 Introduction -- 9.2 Precedence of Operators in C++ -- 9.3 Expressions and their Evaluation -- 9.4 Referencing (& -- ) and Dereferencing (*) Operators -- 9.5 Scope Access Operator -- 9.6 Memory Management Operators -- 9.7 Comma Operator -- 9.8 Comma in Place of Curly Braces -- 9.9 Type Conversion -- 9.9.1 Implicit Type Conversion -- 9.9.2 Explicit Type Conversion -- Summary -- Exercises -- Chapter 10: Input and Output in C++ -- 10.1 Introduction -- 10.2 Streams in C++…”
Publicado 2011
Libro electrónico -
245Publicado 2017Tabla de Contenidos: “…. -- How it works... -- An ANSI coloring application -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Data Conversion and Composition -- Introduction -- Converting data types and interface casting -- Getting ready -- How to do it... -- How it works... -- Working with numeric data types using math and math/big -- Getting ready -- How to do it... -- How it works... -- Currency conversions and float64 considerations -- Getting ready -- How to do it... -- How it works... -- Using pointers and SQL NullTypes for encoding and decoding…”
Libro electrónico -
246Publicado 2017Tabla de Contenidos: “…-- #1 Finding Programs in the PATH -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #2 Validating Input: Alphanumeric Only -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #3 Normalizing Date Formats -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #4 Presenting Large Numbers Attractively -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #5 Validating Integer Input -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #6 Validating Floating-Point Input -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #7 Validating Date Formats -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #8 Sidestepping Poor echo Implementations -- The Code -- Running the Script -- The Results -- Hacking the Script -- #9 An Arbitrary-Precision Floating-Point Calculator -- The Code -- How It Works -- Running the Script -- The Results -- #10 Locking Files -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #11 ANSI Color Sequences -- The Code…”
Libro electrónico -
247Publicado 2019Tabla de Contenidos: “…The Components of a Database System -- The database -- The database engine -- The DBMS front end -- The database application -- The user -- The System Development Life Cycle -- Definition phase -- Requirements phase -- Evaluation phase -- Design phase -- Implementation phase -- Final Documentation and Testing phase -- Maintenance phase -- Chapter 2 Building a Database Model -- Finding and Listening to Interested Parties -- Your immediate supervisor -- The users -- The standards organization -- Upper management -- Building Consensus -- Gauging what people want -- Arriving at a consensus -- Building a Relational Model -- Reviewing the three database traditions -- Knowing what a relation is -- Functional dependencies -- Keys -- Being Aware of the Danger of Anomalies -- Eliminating anomalies -- Examining the higher normal forms -- The Database Integrity versus Performance Tradeoff -- Chapter 3 Balancing Performance and Correctness -- Designing a Sample Database -- The ER model for Honest Abe's -- Converting an ER model into a relational model -- Normalizing a relational model -- Handling binary relationships -- A sample conversion -- Maintaining Integrity -- Entity integrity -- Domain integrity -- Referential integrity -- Avoiding Data Corruption -- Speeding Data Retrievals -- Hierarchical storage -- Full table scans -- Working with Indexes -- Creating the right indexes -- Indexes and the ANSI/ISO standard -- Index costs -- Query type dictates the best index -- Data structures used for indexes -- Indexes, sparse and dense -- Index clustering -- Composite indexes -- Index effect on join performance -- Table size as an indexing consideration -- Indexes versus full table scans -- Reading SQL Server Execution Plans -- Robust execution plans -- A sample database -- Chapter 4 Creating a Database with SQL -- First Things First: Planning Your Database…”
Libro electrónico -
248Publicado 2002Tabla de Contenidos: “…Specifying a format -- Converting to TIMESTAMP WITH LOCAL TIME ZONE -- TO_YMINTERVAL and TO_DSINTERVAL -- NUMTOYMINTERVAL and NUMTODSINTERVAL -- TO_CHAR -- Date and Time Formats -- AD/BC Indicators -- AM/PM Indicators -- Case-Sensitivity of Formats -- Two-Digit Years -- ISO Standard Issues -- ISO standard weeks -- ISO standard year -- Database Parameters -- Manipulating Temporal Data -- Using the Built-in Temporal Functions -- Addition -- Adding numbers to a DATE -- Adding months to a DATE -- Adding true INTERVAL values rather than numbers -- Subtraction -- Subtracting one DATE from another -- Subtracting one TIMESTAMP from another -- Subtracting a number from a DATE -- Subtracting months from a DATE -- Number of months between two DATEs -- Time interval between two DATEs -- Subtracting an INTERVAL from a DATE or TIMESTAMP -- Determining the First Day of the Month -- Rounding and Truncating Dates -- SELECTing Data Based on Date Ranges -- Creating a Date Pivot Table -- Summarizing by a Date/Time Element -- Set Operations -- Set Operators -- UNION ALL -- UNION -- INTERSECT -- MINUS -- Precedence of Set Operators -- Comparing Two Tables -- Using NULLs in Compound Queries -- Rules and Restrictions on Set Operations -- Hierarchical Queries -- Representing Hierarchical Information -- Simple Hierarchy Operations -- Finding Root Nodes -- Finding a Node's Immediate Parent -- Finding Leaf Nodes -- Oracle SQL Extensions -- Tree Traversal Using ANSI SQL -- START WITH . . . CONNECT BY and PRIOR -- The LEVEL Pseudocolumn -- Complex Hierarchy Operations -- Finding the Number of Levels -- Listing Records in Hierarchical Order -- Checking for Ascendancy -- Deleting a Subtree -- Listing Multiple Root Nodes -- Listing the Top Few Levels of a Hierarchy -- Aggregating a Hierarchy -- Ordering Hierarchical Data -- Finding the Path to a Node…”
Libro electrónico -
249Publicado 2010Tabla de Contenidos: “…7.7 Examples of Interface Documentation -- 7.8 Summary Checklist -- 7.9 Discussion Questions -- 7.10 For Further Reading -- Chapter 8 Documenting Behavior -- 8.1 Beyond Structure -- 8.2 How to Document Behavior -- 8.3 Notations for Documenting Behavior -- 8.4 Where to Document Behavior -- 8.5 Why to Document Behavior -- 8.6 Summary Checklist -- 8.7 Discussion Questions -- 8.8 For Further Reading -- Part III: Building the Architecture Documentation -- Chapter 9 Choosing the Views -- 9.1 Stakeholders and Their Documentation Needs -- 9.2 A Method for Choosing the Views -- 9.3 Example -- 9.4 Summary Checklist -- 9.5 Discussion Questions -- 9.6 For Further Reading -- Chapter 10 Building the Documentation Package -- 10.1 Documenting a View -- 10.2 Documentation Beyond Views -- 10.3 Documenting a Mapping to Requirements -- 10.4 Packaging the Architecture Documentation -- 10.5 Summary Checklist -- 10.6 For Further Reading -- Chapter 11 Reviewing an Architecture Document -- 11.1 Steps of the Procedure -- 11.2 Sample Question Sets for Reviewing the Architecture Document -- 11.3 An Example of Constructing and Conducting a Review -- 11.4 Summary Checklist -- 11.5 Discussion Questions -- 11.6 For Further Reading -- Epilogue: Using Views and Beyond with Other Approaches -- E.1 ISO/IEC 42010, née ANSI/IEEE Std 1471-2000 -- E.1.1 Overview -- E.1.2 42010 and Views and Beyond -- E.2 Rational Unified Process/Kruchten 4+1 -- E.2.1 RUP/4+1 and Views and Beyond -- E.3 Using the Rozanski and Woods Viewpoint Set -- Coming to Terms: Architecture Perspectives -- E.3.1 Rozanski and Woods Viewpoints and Views and Beyond -- E.4 Documenting Architecture in an Agile Development Project -- E.4.1 Overview -- E.4.2 Agile Development and Views and Beyond -- E.5 U.S. …”
Libro electrónico -
250Publicado 2017Tabla de Contenidos: “…Basic flame holder -- Low-emissions design -- 7.7 Emissions -- 7.7.1 Visible plumes -- 7.7.2 NOx and NO versus NO2 -- 7.7.3 CO, UBHC, SOx, and particulates -- 7.7.3.1 Carbon monoxide -- 7.7.3.2 Unburned hydrocarbons -- 7.7.3.3 Sulfur dioxide -- 7.7.3.4 Particulate matter -- 7.8 Maintenance -- 7.8.1 Accessories -- 7.8.1.1 Burner management system -- 7.8.1.2 Fuel train -- 7.9 Design guidelines and codes -- 7.9.1 NFPA 8506 (National Fire Protection Association) -- 7.9.2 Factory mutual -- 7.9.3 Underwriters' laboratories -- 7.9.4 ANSI B31.1 and B31.3 (American National Standards Institute) -- 7.9.5 Others -- References -- 8 Selective catalytic reduction for reduced NOx emissions -- Chapter outline -- 8.1 History of SCR -- 8.2 Regulatory drivers -- 8.3 Catalyst materials and construction -- 8.4 Impact on HRSG design and performance -- 8.4.1 SCR location within the HRSG -- 8.4.1.1 Ammonium salt formation -- 8.4.1.2 Sulfuric acid -- 8.4.2 SCR configuration -- 8.4.2.1 Ammonia oxidation to nitric oxide -- 8.4.3 SCR support structure -- 8.4.4 Performance impacts -- 8.5 Drivers and advances in the SCR field -- 8.5.1 Enhanced reliability and lower pressure loss -- 8.5.2 Transient response -- 8.5.3 Advancements in multifunction catalyst -- 8.6 Future outlook for SCR -- References -- 9 Carbon monoxide oxidizers -- Chapter outline -- 9.1 Introduction -- 9.2 Oxidation catalyst fundamentals -- 9.2.1 Activity and selectivity -- 9.2.2 Catalytic reaction pathway -- 9.2.3 The effect of the rate limiting step -- 9.3 The oxidation catalyst -- 9.3.1 The active material -- 9.3.2 The carrier -- 9.3.3 The substrate -- 9.3.4 Putting it all together -- 9.4 The design -- 9.4.1 Defining the problem -- 9.4.2 Choosing the catalyst -- 9.4.3 Determining the catalyst volume -- 9.4.4 System considerations -- 9.5 Operation and maintenance -- 9.5.1 Initial commissioning…”
Libro electrónico -
251por Hersent, OlivierTabla de Contenidos: “…10.5.1 Reference Topology and Network Elements 171 -- 10.5.2 C12.22 Node to C12.22 Network Communications 173 -- 10.5.3 C12.22 Device to C12.22 Communication Module Interface 174 -- 10.5.4 C12.19 Updates 176 -- 10.6 Other Parts of ANSI C12 Protocol Suite 176 -- 10.7 RFC 6142: C12.22 Transport Over an IP Network 176 -- 10.8 REST-Based Interfaces to C12.19 177 -- 11 DLMS/COSEM 179 -- 11.1 DLMS Standardization 179 -- 11.1.1 The DLMS UA 179 -- 11.1.2 DLMS/COSEM, the Colored Books 179 -- 11.1.3 DLMS Standardization in IEC 180 -- 11.2 The COSEM Data Model 181 -- 11.3 The Object Identification System (OBIS) 182 -- 11.4 The DLMS/COSEM Interface Classes 184 -- 11.4.1 Data-Storage ICs 185 -- 11.4.2 Association ICs 185 -- 11.4.3 Time- and Event-Bound ICs 186 -- 11.4.4 Communication Setup Channel Objects 186 -- 11.5 Accessing COSEM Interface Objects 186 -- 11.5.1 The Application Association Concept 186 -- 11.5.2 The DLMS/COSEM Communication Framework 187 -- 11.5.3 The Data Communication Services of COSEM Application Layer 189 -- 11.6 End-to-End Security in the DLMS/COSEM Approach 191 -- 11.6.1 Access Control Security 191 -- 11.6.2 Data-Transport Security 192 -- Part IV THE NEXT GENERATION: IP-BASED PROTOCOLS -- 12 6LoWPAN and RPL 195 -- 12.1 Overview 195 -- 12.2 What is 6LoWPAN? …”
Publicado 2012
Libro electrónico -
252
-
253Publicado 2019Tabla de Contenidos: “…Wolhuter -- Abstract 1 -- Introduction and problem statement 2 -- Conceptual and theoretical framework 8 -- The contribution of the prevailing sociopolitical conditions in South Africa in general, and in schools in particular, to the collapse or lack of discipline in schools 11 -- The contribution of global and local conditions and developments to the collapse or lack of discipline in schools 13 -- The exploitation of natural resources 13 -- The recent population explosion and changing demographics 14 -- The rise of neoliberalism in education 16 -- Science and technology: The technological revolution 19 -- Political trends: Demise of the nation state and the shifting of the locus of power in two opposite directions 20 -- Religious and life-conceptual trends: The persistent presence of religion, multicultural diversity, the values revolution and the rise of the Creed of Human Rights 21 -- Internationalisation and globalisation 22 -- Discussion 23 -- Concluding remarks 25 -- Chapter 2: Interactive relational dynamics as experienced by learners involved in bullying incidents in three South African secondary schools Ansie E. Kitching, Bianke van Rooyen & Zahraa McDonald 27 -- Abstract 28 -- Introduction 28 -- Problem statement 30 -- Theoretical framework 32 -- Contextualising the research 33 -- Research design and methodology 34 -- Presenting the findings 35 -- Interactive patterns in the teacher-learner relationships 36 -- Interactive patterns in the learner-learner relationships 37 -- Interactive patterns in the context of conflict 38 -- Discussion of the findings 40 -- Conclusion 44 - -Acknowledgements 44 -- Chapter 3: Teachers' and learners' perceptions of alternatives to corporal punishment: A human rights perspective Michael L. …”
Libro electrónico -
254Publicado 2017Tabla de Contenidos: “…4.5.3.3 Per Cent variation in capacitance -- 4.5.3.4 Per Cent variation in coupling capacitance -- 4.5.4 Compact Conductance Model of a Three-Dimensional Via -- 4.5.4.1 Compact models of through silicon via conductance -- 4.6 Electrical Characterization Through Numerical Simulation -- 4.6.1 Ansys Quick Three-Dimensional Electromagnetic Field Solver -- 4.6.2 Numerical Analysis of Through Silicon Via Impedance -- 4.7 Case Study-Through Silicon Via Characterization of the MITLL TSV process -- 4.7.1 MIT Lincoln Laboratory Three-Dimensional Process -- 4.7.2 RLC Extraction of a Single Three-Dimensional Via -- 4.7.3 RLC Coupling Between Two Three-Dimensional Vias -- 4.7.4 Effects of Three-Dimensional Via Placement on Shielding -- 4.7.5 Effect of the Return Path on Three-Dimensional Via Inductance -- 4.8 Summary -- 5 Substrate Noise Coupling in Heterogeneous Three-Dimensional ICs -- 5.1 Heterogeneous Substrate Coupling -- 5.1.1 Common Circuits and Compatible Substrate Types -- 5.1.2 Resistive Properties of Different Substrate Materials -- 5.1.3 Noise Model Reduction for Different Substrate Materials -- 5.2 Frequency Response -- 5.2.1 Isolation Efficiency of Noise Coupled System -- 5.2.2 Transfer Function of Noise Coupled System -- 5.3 Techniques to Improve Noise Isolation -- 5.3.1 Ground Network Inductance -- 5.3.2 Distance Between Aggressor and Victim -- 5.4 Summary -- 6 Three-Dimensional ICs with Inductive Links -- 6.1 Wireless On-Chip Communication Interfaces -- 6.1.1 Inductive Links -- 6.2 On-Chip Inductors for Intertier Links -- 6.2.1 Intertier Coupling Efficiency -- 6.2.2 Geometry and Electrical Characteristics of Inductor -- 6.2.3 Design Flow for Inductive Link Coils -- 6.3 Transmitter and Receiver Circuits -- 6.3.1 Design of Synchronous Inductive Link Transceivers -- 6.3.2 Asynchronous Data Transmission and Recovery -- 6.3.3 Burst Data Transmission…”
Libro electrónico -
255Publicado 2014Tabla de Contenidos: “…7.4.8 Transmission Channel Models 170 -- 7.5 DSL Transmission Techniques 170 -- 7.5.1 Duplexing 170 -- 7.5.2 Channel Equalization and Related Techniques 171 -- 7.5.3 Coding 172 -- References 174 -- Further Readings 174 -- 8 The Family of DSL Technologies 175 -- 8.1 ADSL 175 -- 8.1.1 G.lite 176 -- 8.1.2 ADSL2 and ADSL2plus 177 -- 8.1.3 ADSL1 and ADSL2plus Performance 178 -- 8.2 VDSL 179 -- 8.2.1 VDSL2 181 -- 8.2.2 VDSL2 Performance 182 -- 8.3 Basic Rate Interface ISDN 184 -- 8.4 HDSL, HDSL2, and HDLS4 185 -- 8.5 SHDSL 185 -- 8.6 G.fast (FTTC DSL) 187 -- Reference 188 -- 9 Advanced DSL Techniques and Home Networking 189 -- 9.1 Repeaters and Bonding 189 -- 9.2 Dynamic Spectrum Management (DSM) 190 -- 9.3 Vectored Transmission 190 -- 9.4 Home Networking 195 -- References 195 -- Further Readings 195 -- 10 DSL Standards 197 -- 10.1 Spectrum Management / ANSI T1.417 197 -- 10.2 G.hs / ITU-T Rec. G.994.1 199 -- 10.3 PLOAM / ITU-T Rec. …”
Libro electrónico -
256Publicado 2018Tabla de Contenidos: “…Disassembling Windows API -- 3.1 Understanding Windows API -- 3.1.1 ANSI and Unicode API Functions -- 3.1.2 Extended API Functions -- 3.2 Windows API 32-Bit and 64-Bit Comparison -- 4. …”
Libro electrónico -
257Publicado 2023Tabla de Contenidos: “…Modeling, Simulation, and Analysis Hybrid Unmanned Aerial Vehicle with C-Wing -- 2.1 Introduction -- 2.2 Literature Review -- 2.3 Methodology -- 2.3.1 Design Selection -- 2.3.2 Selection of Airfoil -- 2.3.3 Selection of Motors -- 2.3.4 Schematic Diagram of UAV Components -- 2.3.5 Specifications of UAV -- 2.3.6 Component Selection and Weight Estimation -- 2.3.7 Selection of Winglet -- 2.4 Results and Discussion -- 2.4.1 ANSYS Simulations and Results -- 2.4.1.1 Fluent Analysis for Hybrid UAV with C-Winglet -- 2.4.1.2 Fluent Analysis for Hybrid UAV without C-Winglet -- 2.4.1.3 Fluent Analysis for Wing without Winglet for Various AOA -- 2.4.1.4 Wing Area Calculations for a Wing without a Winglet -- 2.4.1.5 Induced Drag for a Wing with a C-Winglet for Various AOA -- 2.4.1.6 Induced Drag Calculations for a Wing with a C-Winglet…”
Libro electrónico -
258por Anita, GoelTabla de Contenidos: “…2: Data Representation and Programming Fundamentals -- 2.1 Data Representation -- 2.2 Number System -- 2.2.1 Decimal Number System -- 2.2.2 Binary Number System -- 2.2.3 Octal Number System -- 2.2.4 Hexadecimal Number System -- 2.3 Conversion from Decimal to Binary, Octal, Hexadecimal -- 2.3.1 Converting Decimal Integer to Binary, Octal, Hexadecimal -- 2.3.2 Converting Decimal Fraction to Binary, Octal, Hexadecimal -- 2.3.3 Converting Decimal Integer.Fraction to Binary, Octal, Hexadecimal -- 2.4 Conversion of Binary, Octal, Hexadecimal to Decimal -- 2.5 Conversion of Binary to Octal, Hexadecimal -- 2.6 Conversion of Octal, Hexadecimal to Binary -- 2.7 Binary Arithmetic -- 2.7.1 Binary Addition -- 2.7.2 Binary Subtraction -- 2.8 Signed and Unsigned Numbers -- 2.8.1 Complement of Binary Numbers -- 2.9 Binary Data Representation -- 2.9.1 Fixed Point Number Representation -- 2.9.2 Floating Point Number Representation -- 2.10 Binary Coding Schemes -- 2.10.1 EBCDIC -- 2.10.2 ASCII -- 2.10.3 Unicode -- 2.11 Logic Gates -- 2.12 Programming Fundamentals -- 2.13 Program Development Life Cycle -- 2.14 Algorithm -- 2.15 Control Structures -- 2.16 Flowchart -- 2.16.1 Flowchart Symbols -- 2.16.2 Preparing a Flowchart -- 2.17 Pseudo Code -- 2.17.1 Preparing a Pseudo Code -- 2.18 Programming Paradigms -- 2.18.1 Structured Programming -- 2.18.2 Object-Oriented Programming (OOP) -- 2.18.3 Aspect-Oriented Programming (AOP) -- 2.19 Problem Formulation and Problem Solving -- 2.19.1 Problem Solving -- 2.19.2 Problem Formulation -- 2.20 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Additional Questions -- Programming Exercise -- Part - II: Basics of C Programming -- 3: Data Types, Variables and Constants -- 3.1 Introduction -- 3.2 C Standards -- 3.2.1 Kernighan & Ritchie (K&R) C Standard -- 3.2.2 ANSI C/Standard C/C89 Standard…”
Publicado 2016
Libro electrónico -
259por Vijaya, M. S.“…It also discusses in detail the design and virtual prototyping of piezoelectric devices using commercially available software tools like ANSYS and PAFEC--…”
Publicado 2012
Libro electrónico -
260por D.P., KothariTabla de Contenidos: “…2.8.2 Binary to Octal Conversion -- 2.8.3 Octal Arithmetic -- 2.9 Hexadecimal Number System -- 2.9.1 Hexadecimal to Binary Conversion -- 2.9.2 Binary to Hexadecimal Conversion -- 2.9.3 Hexadecimal to Octal Conversion -- 2.9.4 Octal to Hexadecimal Conversion -- 2.9.5 Hexadecimal Arithmetic -- 2.10 Binary Codes -- 2.10.1 Weighted and Non-weighted Code -- 2.10.2 Sequential Codes -- 2.11 BCD Code -- 2.11.1 BCD Addition -- 2.11.2 BCD Subtraction -- 2.11.3 BCD Subtraction using 9's Complement -- 2.11.4 BCD Subtraction using 10's Complement -- 2.12 Excess-3 Code -- 2.12.1 Xcess-3 (XS-3) Addition -- 2.12.2 Excess-3 (XS-3) Subtraction -- 2.12.3 Excess-3 (XS-3) Subtraction using 9's Complement -- 2.12.4 Excess-3 (XS-3) Subtraction using 10's Complement -- 2.13 Gray Code -- 2.13.1 Binary to Gray Code Conversion -- 2.13.2 Gray to Binary Code Conversion -- 2.14 Alphanumeric Code -- 2.14.1 American Standard Code for Information Interchange (ASCII) Code -- 2.14.2 Extended Binary-coded Decimal Interchange Code (EBCDIC) -- 2.14.3 Unicode Characters -- 2.15 Error Detection Codes -- 2.15.1 Parity -- 2.15.2 Block Parity -- 2.15.3 Five-bit Codes -- 2.15.4 The Biquinary Code -- 2.15.5 The Ring Counter Code -- 2.15.6 Check Sums -- 2.15.7 Error-correcting Code -- 2.16 Multi-Precision Numbers -- 2.16.1 Floating-point Numbers -- 2.16.2 Binary Floating-point Numbers -- 2.16.3 IEEE Standard for Floating-point Representation -- 2.16.4 Arithmetic Operations with Floating-point Numbers -- Summary -- Multiple Choice Questions -- Questions -- Problems -- CHAPTER 3 DIGITAL LOGIC -- 3.1 Basic Gates -- 3.1.1 OR Gate -- 3.1.2 AND Gate -- 3.1.3 NOT Gate -- 3.1.4 NAND Gate -- 3.1.5 NOR Gate -- 3.1.6 EXCLUSIVE-OR Gate -- 3.1.7 EXCLUSIVE-NOR Gate -- 3.2 Positive Logic and Negative Logic -- 3.3 Inhibit Circuits -- 3.4 7400-Series Integrated Circuits -- 3.5 ANSI/IEEE Standard Logic Symbols…”
Publicado 2015
Libro electrónico