Языки и системы программирования

  • The Internet and the Language Classroom (Cambridge Handbooks for Language Teachers)

    The Internet and the Language Classroom (Cambridge Handbooks for Language Teachers)

    0 из 5

    This new edition offers clear guidance on the practicalities of the Internet as a resource and classroom tool and a range of practical activities grouped by themes and levels.

    2,662 
  • Содержит описание алгоритмического языка фортран-IV

    Практикум по программированию на фортране

    0 из 5

    Содержит описание алгоритмического языка фортран-IV, учитывающего ряд особенностей ЕС ЭВМ, сведения по операционной системе этих машин, необходимые для подготовки программ к их выполнению на ЭВМ. В конце разделов описания языка содержится набор контрольных вопросов и совокупность задач для закрепления изучаемого материала. Ответы на эти задачи содержатся в конце КНИГИ. Второе издание вышло в 1983 г. Настоящее издание печатается без изменений. Рассчитана на студентов вузов и втузов, может быть использована для обучения слушателей курсов профессионально-технической подготовки, а также для самостоятельного изучения фортрана.

    180 
  • Язык компьютера

    Язык компьютера

    0 из 5

    Вторая книга из серии, выпущенной американским издательством «Тайм-Лайф» (первая книга «Знакомьтесь: компьютер» и третья — «Компьютер обретает разум»), посвящена важнейшей проблеме вычислительной техники — программному обеспечению, без которого немыслима работа компьютеров. Доступно и увлекательно рассказывается о методах и задачах программирования, о многочисленных языках программирования — интернациональном средстве общении человека с машиной. Богатый иллюстративный материал повышает наглядность изложения, помогая восприятию. Адресована всем, кто интересуется развитием и применением вычислительной техники.

    500 
  • Учебное пособие содержит описание алгоритмического языка PL/1

    Практический курс программирования на языке PL/1

    0 из 5

    Учебное пособие содержит описание алгоритмического языка PL/1, учитывающего особенности ЕС ЭВМ, с большим количеством примеров, на которых показывается, как должны пониматься и практически использоваться те или иные конструкции языка. В конце каждого параграфа содержится набор контрольных вопросов, а также совокупность задач для закрепления изучаемого материала. Описание языка дается весьма полно, и оно может быть использовано при программировании на языке PL/1.

    230 
  • Рекомендуем
    R in a Nutshell

    R in a Nutshell

    0 из 5

    If you’re considering R for statistical computing and data visualization, this book provides a quick and practical guide to just about everything you can do with the open source R language and software environment. You’ll learn how to write R functions and use R packages to help you prepare, visualize, and analyze data. Author Joseph Adler illustrates each process with a wealth of examples from medicine, business, and sports.

    4,833 
  • COBOL for the 21st Century

    COBOL for the 21st Century, 10th Edition

    0 из 5

    A hardy perennial! Despite years of dire predictions, COBOL is still thriving. In fact, it’s practically a perennial. New version of COBOL for PCs now enable you to use COBOL to develop interesting graphical user interfaces, create Web pages, and even incorporate components from other languages such as Visual Basic. Now with COBOL FOR THE 21ST CENTURY, 10/E, you can take advantage of these exciting new developments and learn how to become a master COBOL programmer. Features: * Includes new integrated coverage of interactive programming. * Shows how to design programs that area easy to read, debug, modify, and maintain. * Covers information processing and systems concepts that will help you interactwith users and systems analysts when designing programs. * Introduces you to programming tools such as pseudocode and hierarchy charts that make program logic more structured, modular, and top-down. * Presents useful…

    2,775 
  • COBOL for the 21st Century

    COBOL for the 21st Century

    0 из 5

    Book DescriptionCOBOL . . . Still standing tall. Just like the evergreen, the COBOL programming language has remained vibrant and full of life year after year. Today, COBOL is running a large number of the world’s business data applications, and it’s likely to remain a viable language in the years ahead. Now in its 11th Edition, Nancy Stern, Robert Stern, and James Ley’s COBOL for the 21st Century continues to show how to design COBOL programs that are easy to read, debug, modify, and maintain. You’ll learn to write interactive programs as well as batch programs with sophisticated file processing techniques, and become familiar with valuable information processing and systems concepts. Features * Updated to reflect COBOL 2008, where appropriate. * A chapter on the Report Writer Module. * More end-of-chapter questions. * A running case study builds on what you have learned in each chapter. *…

    8,244 
  • Introduction to the Finite Element Method : Theory

    Introduction to the Finite Element Method : Theory, Programming and Applications

    0 из 5

    Book DescriptionThis text presents an introduction to the finite element method including theory, coding, and applications. The theory is presented without recourse to any specific discipline, and the applications span a broad range of engineering problems. The codes are written in MATLAB script in such a way that they are easily translated to other computer languages such as FORTRAN. All codes given in the text are available for downloading from the text’s Web page, along with data files for running thetest problems shown in the text. All codes can be run on the student version of MATLAB (not included).

    9,135 
  • Рекомендуем
    Effective awk Programming

    Effective awk Programming

    0 из 5

    EFFECTIVE AWK PROGRAMMING unleashes the capabilities of awk, a longtime part of the Unix programmer’s toolkit. This book shows you that awk can be easy to learn and that programs written in awk are easier to write and read than traditional С programs. Arnold Robbins explains how to perform sophisticated text processing and report generation, including powerful regular expression matching and text substitution facilities, associative arrays, and user-defined functions. EFFECTIVE AWK PROGRAMMING provides complete coverage of the POSIX awk language and also serves as the Free Software Foundation’s User’s Guide for GNU awk (gawk) 3.1. This book provides in-depth coverage of awk and gawk 3.1, including: The most up-to-date and complete coverage of the POSIX standard for awk; Clear delineation of standard language features from gawk extensions; TCP/IP networking with gawk; Execution profiling of awk programs; …

    3,081 
  • Vi and Vim Editors: Pocket Reference

    Vi and Vim Editors: Pocket Reference

    0 из 5

    Many Unix, Linux, and Mac OS X geeks enjoy using the powerful, platform-agnostic text editors vi and Vim, but there are far too many commands for anyone to remember. Author Arnold Robbins has chosen the most valuable commands for vi, Vim, and vi’s main clones — vile, elvis, and nvi — and packed them into this easy-to-browse pocket reference. You’ll find commands for all kinds of editing tasks, such as programming, modifying system files, and writing and marking up articles. This second edition includes: Command-line options; Vi commands and set options; Input mode shortcuts; Substitution and regular expressions; Ex commands and options; Initialization and recovery; Enhanced tags and tag stacks; A greatly expanded section on Vim commands and options; Additional features in vile, elvis, and nvi; Internet resources for vi; A full index.

    1,524 
  • Функциональное программирование. Программирование на языке OCaml

    Функциональное программирование. Программирование на языке OCaml

    0 из 5

    Эта книга введет вас в мир OCaml, надежный язык программирования, обладающий большой выразительностью, безопасностью и быстродействием. Пройдя через множество примеров, вы быстро поймете, что OCaml — это превосходный инструмент, позволяющий писать быстрый, компактный и надежный системный код. Вы познакомитесь с основными понятиями языка, узнаете о приемах и инструментах, помогающих превратить OCaml в эффективное средство разработки практических приложений. В конце книги вы сможете углубиться в изучение тонких особенностей инструментов компилятора и среды выполнения OCaml.

    1,534 
  • Программирование на Python для начинающих

    Программирование на Python для начинающих

    0 из 5

    Книга «Программирование на Python для начинающих» является исчерпывающим руководством для того, чтобы научиться программировать на языке Python. В этой книге с помощью примеров программ и иллюстраций, показывающих результаты работы кода, разбираются все ключевые аспекты языка. Установив свободно распространяемый интерпретатор Python, вы с первого же дня сможете создавать свои собственные исполняемые программы! Познакомившись с основами языка, вы перейдете к объектно-ориентированному программированию и созданию CGI-сценариев для обработки данных веб-форм, научитесь создавать графические приложения с оконным интерфейсом и распространять их на другие устройства. В обучении вам помогут готовые примеры. Книга «Программирование на Python для начинающих» идеально подойдет программистам, переключающимся на работу с другим языком, студентам и школьникам изучающим язык Python. Самое важное: — функции — переменные — ключевые слова — методы — объекты …

    401