Mostrando 981 - 1,000 Resultados de 1,092 Para Buscar 'Tczew~', tiempo de consulta: 0.92s Limitar resultados
  1. 981
    Publicado 1991
    Tabla de Contenidos: “…(Toruń): Związki składnikowe w konstrukcjach z tzw. ״ podmio- tem towarzyszącym" Thelin, N. B. …”
    Libro electrónico
  2. 982
    “…Volume 85 summarized the evidence on the carcinogenic risk of chewing betel quid with and without tobacco (IARC 2004b). …”
    Libro electrónico
  3. 983
    por Engelmann, Sven
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Foreword -- Preface to Second Edition -- Preface to First Edition -- Introduction to Second Edition -- Chapter 1 Introduction -- Chapter 2 Basics of Thermoforming and Thermoplastics -- 2.1 THERMOFORMING METHODS -- 2.2 POSITIVE FORMING -- 2.3 NEGATIVE FORMING -- 2.4 ADVANTAGES AND DISADVANTAGES OF THERMOFORMING -- 2.5 THERMOFORMING MACHINES -- 2.5.1 Sheet-Processing Machines -- 2.5.2 Roll-Fed Machines -- 2.5.3 Skin and Blister Machines -- 2.5.4 Forming, Filling, and Sealing Machines -- 2.6 SEMIFINISHED THERMOPLASTIC PRODUCTS -- 2.6.1 Free Shrinkage -- 2.6.2 Mold Shrinkage -- Chapter 3 Production of Semifinished Products, Extrusion, and Coextrusion -- 3.1 EXTRUSION -- 3.1.1 No Thermoforming without Extrusion -- 3.1.2 Description: Volumetric/Gravimetric -- 3.1.3 Feed Section -- 3.1.4 Transition or Compression Section -- 3.1.5 Metering Section -- 3.1.6 Venting Section -- 3.1.7 Second Transition Section -- 3.1.8 Second Metering Section -- 3.1.9 Mixing Section -- 3.1.10 Screw Materials and Tolerances -- 3.1.11 The Barrel -- 3.1.12 The Vent -- 3.1.13 The Drive -- 3.1.14 Breaker Plate and Screen Pack -- 3.1.15 The Die -- 3.1.16 Static and Dynamic Mixers -- 3.1.17 Gear Pumps -- 3.1.18 Granulation and Material Feed Issues -- 3.1.19 The Output (Flow) of an Extruder -- 3.1.20 Sheet Roll Stack and Take-Away Equipment -- 3.1.21 The Polishing Roll Stack -- 3.1.22 Sideways Curling -- 3.1.23 Effects of a Rolling Bank -- 3.1.24 The Slitting Unit and Draw Rolls -- 3.1.25 The Finishing Section -- 3.1.26 Typical Barrel Temperature Profile for Polystyrene -- 3.1.27 Effect of Regrind on Extruder Output -- 3.2 COEXTRUSION -- Chapter 4 Introduction to Technical Parts -- Chapter 5 Antenna Radome Manufacturing -- 5.1 WEATHER-RESISTANT HIGH-IMPACT POLYSTYRENE -- 5.2 THE EFFECT OF UV LIGHT -- 5.3 WETTING RESISTANCE…”
    Libro electrónico
  4. 984
    Publicado 2020
    “…CREWS has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 677758)…”
    Libro electrónico
  5. 985
    Publicado 2008
    “…And as always, you'll find dozens of other projects, ideas, tips, and tricks for doing everything from growing giant vegetables to finding lost screws…”
    Libro electrónico
  6. 986
    “…Sara Crewe, a pupil at Miss Minchin's London school, is left in poverty when her father dies, but is later rescued by a mysterious benefactor…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  7. 987
    Publicado 2021
    Tabla de Contenidos: “…: Decision Thing 112 Chapter 9: Loops, Loops, Loops 115 A Little Deja Vu 115 The Thrill of for Loops 116 Doing something x number of times 116 Introducing the for loop 117 Counting with the for statement 119 Looping letters 120 Nesting for loops 121 The Joy of the while Loop 123 Structuring a while loop 123 Using the do while loop 125 Loopy Stuff 126 Looping endlessly 126 Looping endlessly but on purpose 127 Breaking out of a loop 128 Adding multiple for loop conditions 129 Screwing up a loop 130 Chapter 10: Fun with Functions 133 Anatomy of a Function 133 Constructing a function 133 Prototyping (or not) 136 Functions and Variables 139 Using variables in functions 139 Sending a value to a function 140 Sending multiple values to a function 142 Creating functions that return values 143 Returning early 145 Constants of the Global Kind 147 Introducing defined constants 147 Putting defined constants to use 148 Part 3: Build Upon What You Know 151 Chapter 11: The Unavoidable Math Chapter 153 Math Operators from Beyond Infinity 153 Incrementing and decrementing 154 Prefixing the ++ and -- operators 156 Discovering the remainder (modulus) 158 Saving time with assignment operators 158 Math Function Mania 160 Exploring some common math functions 161 Suffering through trigonometry 163 It's Totally Random 166 Spewing random numbers 166 Making the numbers more random 167 The Holy Order of Precedence 170 Getting the order correct 170 Forcing order with parentheses 171 Chapter 12: Give Me Arrays 173 Behold the Array 173 Avoiding arrays 173 Understanding arrays 174 Initializing an array 177 Playing with character arrays (strings) 177 Working with empty char arrays 179 Sorting arrays 181 Multidimensional Arrays 183 Making a two-dimensional array 183 Going crazy with three-dimensional arrays 186 Declaring an initialized multidimensional array 188 Arrays and Functions 189 Passing an array to a function 189 Returning an array from a function 191 Chapter 13: Fun with Text 193 Character Manipulation Functions 193 Introducing the CTYPEs 193 Testing characters 195 Changing characters 197 String Functions Galore 198 Reviewing string functions 198 Comparing text 199 Building strings 200 Fun with printf() Formatting 202 Formatting floating point 202 Setting the output width 204 Aligning output 206 Gently Down the Stream 207 Demonstrating stream input 207 Dealing with stream input 208 Chapter 14: Structures, the Multivariable 211 Hello, Structure 211 Introducing the multivariable 211 Understanding struct 213 Filling a structure 215 Making an array of structures 216 Weird Structure Concepts 218 Putting structures within structures 218 Passing a structure to a function 219 Chapter 15: Life at the Command Prompt 221 Conjure a Terminal Window 221 Starting a terminal window 222 Running code in text mode 223 Arguments for the main() Function 225 Reading the command line 225 Understanding main()'s arguments 227 Time to Bail 229 Quitting the program 229 Running another program 230 Chapter 16: Variable Nonsense 233 Variable Control 233 Typecasting into disbelief 233 Creating new things with typedef 235 Making static variables 238 Variables, Variables Everywhere 241 Using external variables 241 Creating an external structure variable 243 Enumerating 245 Chapter 17: Binary Mania 249 Binary Basics 249 Understanding binary 249 Outputting binary values 251 Bit Manipulation 253 Using the bitwise | operator 253 Using bitwise & 256 Operating exclusively with XOR 257 Understanding the ~ and ! …”
    Libro electrónico
  8. 988
    por Thompson, Robert Bruce
    Publicado 2006
    “…They fear that by removing the screws that hold the case on, they're crossing into forbidden territory. …”
    Libro electrónico
  9. 989
    por Fahey, Liam, 1951-
    Publicado 1994
    Libro
  10. 990
    Publicado 2007
    “…Quinientos años adelante en el futuro, Joe Bowers (Luke Wilson) descubre que es el hombre más inteligente del planeta, y se convierte en un cercano consejero del Presidente de los Estados Unidos, Comacho (Terry Crews)…”
    DVD
  11. 991
    Publicado 2012
    “…Renowned photographer and bestselling author Jeff Schewe outlines a foolproof process for working with these digital negatives and presents his real-world expertise on optimizing raw images. …”
    Libro electrónico
  12. 992
    Publicado 2019
    Tabla de Contenidos: “…Brickey Optimization model for rostering and crew assignment for train transportation J. Amaya, E. …”
    Libro electrónico
  13. 993
    Publicado 2020
    “…The classic paradigm has gradually been transformed: essentially descriptive- of types of ships and their components, or of the number and composition of their crews- it also served nationalist ends. The affirmation of an epic, glorious past could legitimate a nation's identity and its role in building the political, legal, and cultural reality of the modern- day Mediterranean"--…”
    Libro electrónico
  14. 994
    Publicado 2004
    “…Fear of flying is a growing problem among both passengers and airline crews. Recent terrorist attacks have heightened the levels of anxiety and fear when boarding a plane. …”
    Libro electrónico
  15. 995
    Publicado 2023
    “…Based on the friction tests, the behavior of the surfaces in combination with inclined screws was investigated…”
    Libro electrónico
  16. 996
    Publicado 2020
    “…Of particular focus nowadays is crewed missions to the red planet. Over three sections, this book explores missions to Mars, in situ operations, and human-rated missions. …”
    Libro electrónico
  17. 997
    por World Health Organization.
    Publicado 2009
    “…The third edition of A Guide to Hygiene and Sanitation in Aviation addresses water, food, waste disposal, cleaning and disinfection, vector control and cargo safety, with the ultimate goal of assisting all types of airport and aircraft operators and all other responsible bodies in achieving high standards of hygiene and sanitation, to protect travelers and crews engaged in air transport. Each topic is addressed individually, with guidelines that provide procedures and quality specifications that are to be achieved. …”
    Libro electrónico
  18. 998
    por Rediker, Marcus, 1951-
    Publicado 2017
    Libro
  19. 999
    por Harrison, J. F. C.
    Publicado 1997
    Libro
  20. 1000
    Publicado 2008
    “…However, these powerful and versatile systems need continuous and regularly scheduled maintenance, and their crews require a great deal of training to attain and sustain readiness levels. …”
    Libro electrónico