GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically.
標簽: computations high-level primarily numerical
上傳時間: 2014-01-07
上傳用戶:星仔
C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.
標簽: conversational-style programming friendly Primer
上傳時間: 2016-08-20
上傳用戶:a6697238
C語言編程經典教程,The.C...Programming.Language.Third.Edition.Addison.Wesley.Bjarne.Stroustrup
上傳時間: 2016-10-22
上傳用戶:cx111111
是否懂得C語言并不是學習C++的前提。不僅僅是因為C++本身兼容C語言,更重要的是C++所倡導的程序設計觀念是和C語言完全不同的。C語言在某種意義上是對CPU模型的抽象。盡管C++完全保留了C語言的機器模型,但是C++更加注重對現實世界進行抽象。為此,C++創始人Bjarne Stroustrup專門寫過一篇著名的文章:《Learning Standard C++ as a New Language》(把標準C++作為一種全新的語言來學習)
上傳時間: 2013-12-25
上傳用戶:fandeshun
C語言是在 70年代初問世的。一九七八年由美國電話電報公司(AT&T)貝爾實驗室正式 發表了C 語言。同時由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一書。通常簡稱為《K&R》,也有人稱之為《K&R》標準。但是,在《K&R》中并 沒有定義一個完整的標準C語言,后來由美國國家標準學會在此基礎上制定了一個C 語言 標準,于一九八三年發表。通常稱之為ANSI C。 當代最優秀的程序設計語言
標簽: Kernighan Ritchit PROGRA THE
上傳時間: 2016-12-23
上傳用戶:chens000
Use this resource to teach yourself Visual C# .NET version 2003, start developing Microsoft .NET–connected applications—one step at a time, master language fundamentals at your own pace and use the learn-by-doing exercises to dig in and code!
標簽: developing NET Microsoft resource
上傳時間: 2014-08-09
上傳用戶:jcljkh
c語言編程寶典,C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind Programming Language) 發展演變而來。在1970年, AT&T 貝爾實驗室的 Ken Thompson根據BCPL語言設計出較先進的并取名為 B的語言, 最后導了C 語言的問世。 隨著微型計算機的日益普及, 出現了許多C 語言版本。由于沒有統一的標準, 使得這些C 語言之間出現了一些不一致的地方。為了改變這種情況, 美國國家標準 研究所(ANSI)為C 語言制定了一套ANSI標準, 成為現行的C語言標準。
上傳時間: 2017-02-27
上傳用戶:dongbaobao
C++標準庫源代碼_C++ STL Source Code 請不要修改任何文件,如果您修改某些文件,會導致庫內部的不統一。請參考The C++ Programming Language及 The C++ Standard Library。
上傳時間: 2014-01-11
上傳用戶:songrui
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time operating platform. When the project started, C++ was the language of choice. But over time the difficulties encountered with C++ grew to the point where the problems could best be addressed by creating an entirely new language platform. Design and architecture decisions drew from a variety of languages such as Eiffel, SmallTalk, Objective C, and Cedar/Mesa. The result is a language platform that has proven ideal for developing secure, distributed, network-based end-user applications in environments ranging from network-embedded devices to the World-Wide Web and the desktop
標簽: programming language Java technology
上傳時間: 2014-01-03
上傳用戶:huangld
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with methods. Methods are similar to the functions or procedures in procedural languages such as C.
標簽: object-oriented building language template
上傳時間: 2017-03-07
上傳用戶:xiaodu1124