- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
Programming lesson
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
Authors: Brian W. Kernighan, Rob Pike ISBN: 83-204-2732-0 Format: 185x235, 318 pages Hardcover Publisher: WNT |
About the book |
Here is a book that should become a compulsory reading of every student learning to program and every professional programmer. The authors - the great global authorities in the field of programming - present the basic principles to be followed if you want to write good programs. They talk about quick and methodical error finding, about proper testing of programs, about taking care of their effectiveness, ensuring their transferability, their proper design, methods of developing interfaces, programming style and taking appropriate notation. They try to make the reader aware that programming is more than writing code. Here are their words: The task of the programmer - regardless of the language used - is to do the best work with the tools that he has at hand. A good programmer can handle a poor language or a rogue operating system, but even the best programming environment will not save a weak programmer Table of Contents Preface Chapter 1: Style 1.1. Names 1.2 Expressions and instructions 1.3. Uniform style and idioms 1.4. Macro instructions as a function 1.5 Magic numbers 1.6 Comments 1.7. Why care about the style Chapter 2. Algorithms and data structures 2.1. Search 2.2 Sorting 2.3 Libraries 2.4. Quick sorting in Java 2.5. Notation 2.6 Expansible tables 2.7 Letters 2.8 Trees 2.9 Distributed tables 2.10 Summary Chapter 3. Design and implementation 3.1 Markov chain algorithm 3.2. Selecting the data structure 3.3. Creating a data structure in C 3.4. Generating the output text 3.5 Java 3.6. C ++ language 3.7 Awk and Perl 3.8 Performance 3.9 Applications Chapter 4. Interfaces 4.1. CSV format - values separated by commas 4.2. Library prototype 4.3 Library for others 4.4. Implementation in C ++ 4.5. Principles of interface design 4.6 Resource management 4.7 Procedure in the event of an error 4.8 User interfaces Chapter 5. Error detection 5.1. Startup programs 5.2 Good tracks, easy mistakes 5.3 No tracks, difficult mistakes 5.4 When everything else has failed 5.5. Unique errors 5.6. Startup tools 5.7 Someone's mistakes 5.8 Summary Chapter 6. Testing 6.1 Test the program as you type 6.2 Systematic testing 6.3 Automated testing 6.4 Test platforms 6.5 Pressure tests 6.6 Some good advice 6.7 Who is testing 6.8 Testing the markov program 6.9 Summary Chapter 7. Performance 7.1 Bottleneck 7.2 Measurement of execution time and program profiling 7.3 Acceleration strategies 7.4 Tuning the code 7.5 Saving memory space 7.6. Estimation 7.7 Summary Chapter 8. Portability 8.1 Language 8.2. Header files and libraries 8.3. Organization of the program 8.4 Isolation 8.5 Data exchange 8.6 Bytes sequence 8.7 Portability and updating 8.8. The international aspect 8.9 Summary Chapter 9. Notation 9.1 Data formatted 9.2 Regular expressions 9.3 Programmable tools 9.4 Interpreters, compilers and virtual machines 9.5 Programs that write programs 9.6 Using macroinstruction to create code 9.7 Compiling in passage Epilogue Appendix: Collected rules Index |
Other products in the same category (16)
PLATEBOARD - PROGRAMMED CONTROLLER FOR TOYS AND MODELS - TILED PLATE PROGRAMMER
No product available!
No product available!
No product available!
NORS14 is a workshop organizer made of high quality plastic, with a transparent cover, closed with snaps, with a solid handle for convenient transportation. It has the ability to regulate the size and number of compartments
No product available!
No product available!
Raspberry computer case: Pi 3 model B +, Pi 3 model B, Pi 2 model B and Pi 1 model B + transparent. Made of plastic
No product available!
2in1 soldering station with hot air soldering iron and soldering tip. 700 W power station. Equipped with LCD display, button operated. YIHUA 992D
No product available!
Rasberry Pi compatible FPGA module integrating Xilinx Zynq-7010, 512 MB DDR3L SDRAM, 4 USB ports, Ethernet port and 16 MB Flash memory. Trenz Electronic TE0726
No product available!
No product available!
No product available!
LAMP AND ALTERNATOR REFRIGERATION SIGNAL. LED FLASHER. TIME LIGHT - A KIT FOR SELF-ASSEMBLY
No product available!
Power Supply 2.5A 5.1V for Raspberry Pi 3 model B - STONTRONICS T5875DV
No product available!
No product available!
No product available!
No product available!
Audio recorder module that allows for multiple recording and playback of sounds up to 6 seconds long
No product available!