Welcome![Sign In][Sign Up]
Location:
Search - language

Search list

[assembly languagethe-art-of-assembly-language

Description: 汇编语言的艺术,学习汇编的好书籍。找了好久才找到。-Art of assembly language, learning a good compilation of books. Looking for a long time to find.
Platform: | Size: 56884224 | Author: 肖鹏 | Hits:

[VC/MFCc-language-PPT-and-codes

Description: C语言程序设计学习材料,包括PPT课件以及代码-C Programming Language learning materials, including the courseware, as well as the code PPT
Platform: | Size: 9119744 | Author: 陈明 | Hits:

[OtherThe-Objective-C-2.0-Programming-Language

Description: The Objective-C 2.0 Programming Language
Platform: | Size: 886784 | Author: soutas lokal | Hits:

[OtherThe.Art.of.Assembly.Language.pdf

Description: The art of the assembly language. pdf. English book. Computer science.-The art of the assembly language
Platform: | Size: 6546432 | Author: jason li | Hits:

[JSP/Javajs-Language-Reference

Description: JScript语言参考,全面介绍了Js的特性及关键字、函数主法、对象、运算符等的使用,适合初学者,也是熟练者必备的参考手册。-JScript Language Reference, a comprehensive introduction to the characteristics of Js and keywords, functions, the main method, objects, operators, such as the use, for beginners, but also experts were essential reference manual.
Platform: | Size: 596992 | Author: fangshijie | Hits:

[source in ebookprogramming.language.pragmatics.3rd

Description: 《程序设计语言- 实践之路》(Programming Language Pragmatics)第三版的光盘内容 -" Programming Languages ​ ​ - Practice Direction" (Programming Language Pragmatics) the contents of the third edition of the CD-ROM
Platform: | Size: 14822400 | Author: 白偌瑶 | Hits:

[assembly languageThe.Art.Of.Assembly.Language

Description: 广受各路黑客好评的“汇编语言艺术“教导程序员如何理解汇编语言,以及如何用它来编写功能强大,高效的代码。作为其主要的教学工具行之有效的高级别汇编,“汇编语言艺术“充分利用您的高级编程语言的知识,使您更轻松快速地掌握基本的装配概念。其中最全面的参考汇编语言每一个出版的“汇编语言,第2版艺术“已被彻底更新,以反映最近的修改HLA的语言。从书中的所有代码可以移植到了Windows,Linux还是Mac OS X和FreeBSD操作系统。-Widely respected by hackers of all kinds, "The Art of Assembly Language" teaches programmers how to understand assembly language and how to use it to write powerful, efficient code. Using the proven High Level Assembler (HLA) as its primary teaching tool, "The Art of Assembly Language" leverages your knowledge of high level programming languages to make it easier for you to quickly grasp basic assembly concepts. Among the most comprehensive references to assembly language every published, "The Art of Assembly Language, 2nd Edition" has been thoroughly updated to reflect recent changes to the HLA language. All code from the book is portable to the Windows, Linux, Mac OS X, and FreeBSD operating systems.
Platform: | Size: 6482944 | Author: ch-luren | Hits:

[VC/MFC[KaR]The-C-Programming-Language(chs)

Description: 一本介绍C语言编程的书,作者Brian W. Kernighan Dennis M. Ritchie 第二版-One introduces C programming language book, the author Brian W. Kernighan Dennis M. Ritchie Second Edition
Platform: | Size: 839680 | Author: xiaofang | Hits:

[Windows DevelopThe-book-of-C-language-programming

Description: 包含了《C陷阱与缺陷》,《C专家编程1.pdf》,《高质量C编程指南.pdf》,提高C语言编程能力的书籍。-Contains a " C traps and defects" , " C programming expert 1.pdf" , " high-quality C Programming Guide. Pdf" , improve the ability of the C programming language books.
Platform: | Size: 13260800 | Author: JokyHe | Hits:

[OpenGL programOpenGL-Shading-Language

Description: OpenGL Shading Language This document describes a programming language that is a companion to OpenGL 4.0 and higher, called The OpenGL Shading Language. The OpenGL Shading Language is part of the core
Platform: | Size: 2948096 | Author: dongnt | Hits:

[Windows DevelopThe-C-Programming-Language

Description: C程序设计语言(第2版·新版) 原出版社: Prentice Hall PTR 作者: [美]Brian W.Kernighan,Dennis M.Ritchie 译者: 徐宝文 李志 书号: 7-111-12806-0 页码: 258 开本: 16开 版次:2-1 丛书名: 计算机科学丛书 出版社: 机械工业出版社 -C Programming Language (2nd Edition version) The original publishers: Prentice Hall PTR Author: [U.S.] Brian W. Kernighan, Dennis M. Ritchie Translator: Xu Baowen Li ISBN: 7-111-12806-0 Page: 258 Folio: 16 open edition times :2-1 Series Title: Computer Science Series Publisher: Machinery Industry Press
Platform: | Size: 825344 | Author: lib | Hits:

[Windows DevelopC-programming-language--

Description: 讲解如何用c语言实现菜单设计,图形绘制,乐曲演奏,汉字显示,图片显现等功能。-Explain how to use c language implementation menu design, graphics, music playing, Chinese displaying, pictures show etc.
Platform: | Size: 666624 | Author: 贾仕强 | Hits:

[AI-NN-PRnatural-language-understanding

Description: 自然语言理解:从事人工智能的必备基础知识,如语音识别、机器翻译、信息检索等-natural language understanding:the essential knowledge about artificial intelligence,for instance,SR、MT、IS,etc
Platform: | Size: 8138752 | Author: linda | Hits:

[JSP/Javalanguage-detection-master

Description: 对输入的文本检测其语种,输出语种和确信度代码(Detects the language of the input text, the output language, and the confidence code)
Platform: | Size: 3047424 | Author: Dadirri | Hits:

[OtherC++ Language

Description: C++ Language tutorial best for biginers
Platform: | Size: 1192960 | Author: nishanthadammika | Hits:

[OtherPopular Language in Github

Description: Popular Language in Github
Platform: | Size: 452608 | Author: luke_sudo | Hits:

[DocumentsThe Go Programming Language.pdf

Description: Go语言是谷歌推出的一种全新的C语言风格的编程语言,可以在不损失应用程序性能的情况下降低代码的复杂性,提高编程效率,适合开发大型软件,有望成为主流的编程语言。本书由《C程序设计语言》的作者Kernighan和谷歌公司Go团队合作编写而成,是关于Go语言编程的权威著作。(Go language is a new C language style programming language launched by Google. It can reduce the complexity of code and improve the programming efficiency without losing the application performance. It is suitable for developing large software and is expected to become the mainstream programming language. The book is written by the author Kernighan of C programming language and the Google Corporation Go team. It is an authoritative book on the programming of Go language.)
Platform: | Size: 4716544 | Author: ricker | Hits:

[Otherprogramming language pragmatics

Description: 程序设计语言 实践之路 第二版 关于程序语言设计的书 英文版本(Programming Language Pragmatics SECOND EDITION)
Platform: | Size: 7776256 | Author: zonemoss | Hits:

[BooksThe C++ Programming Language(4thEdition)

Description: The C++ Programming Language(4thEdition)
Platform: | Size: 6994944 | Author: GoldenThree_qf | Hits:

[OtherR language

Description: R语言的经典书籍,包括learning R、R语言实践英文原版,中文版(Classic books in R language, including learning R, R language practice English original, Chinese version)
Platform: | Size: 42914816 | Author: sheepwxy123 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net