The Go Programming Language (Go语言圣经)英文版,带标签,内容清晰。本书是Go语言学习的必读书籍。 The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
2022-11-29 11:32:35 6.56MB golang go语言 圣经 标签
1
经典c语言英文文档,技术的源泉,看这个准备没错。值得推荐,有目录标签完整版本
2022-11-28 19:34:59 508KB The C programming Language
1
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. 7 x 9 1/4.
2022-11-28 19:29:56 20.27MB C Programming Language
1
第三版的Programming Language Pragmatics(英文pdf版)
2022-11-23 19:41:00 5.96MB 编程语言 编译器 实践 Programming
1
by Steve Klabnik and Carol Nichols, with contributions from the Rust Community This version of the text assumes you’re using Rust 1.37.0 or later with edition="2018" in Cargo.toml of all projects to use Rust 2018 Edition idioms. See the “Installation” section of Chapter 1 to install or update Rust, and see the new Appendix E for information on editions.
2022-11-21 23:17:27 18.98MB rust
1
A good book concernning metamath.
2022-11-18 12:29:47 1.29MB computer programming language
1
欣快编程语言 欣快感是一种功能强大但易于学习且易于使用的编程语言。 它具有简单的语法和具有一致规则的结构,并且易于阅读。 您可以毫不费力地快速开发适用于Windows和UNIX变体(Linux,FreeBSD和OS X)的大小应用程序。 Euphoria最早是在1993年以共享软件的形式发布的。如今,Euphoria被作为由社区驱动和维护的开源项目进行开发。 它使用简单的英语单词而不是标点符号和符号,使您可以快速阅读并理解源代码。 Euphoria是具有大型标准库的通用编程语言,可用于各种任务。 请自己阅读一些示例代码。 该语言已发展成为一种复杂的工具,可用于开发Web和控制台应用程序,并支持各种纯本机和跨平台GUI工具箱。 欣快感是周围最快的解释语言之一。 为了获得更快的速度和更容易的分发,Euphoria还包括一个集成的Euphoria-to-C转换器。 Euphoria提供下标
1
Pocketlang是一种用 C 编写的小型(约 3000 个分号)和函数式语言。它在语法上类似于 Ruby,可以学会。 包括编译器、字节码 VM 和运行时,它是一个独立的可执行文件,具有零外部依赖项,就像它的自描述名称一样。 pocketlang VM 可以很容易地嵌入到另一个托管程序中。 和他们的精彩书籍被用作编写这种语言的参考。 口袋郎长什么样 # Python like import statement. from lang import clock as now # A recursive fibonacci function. def fib ( n ) if n < 2 then return n end return fib ( n - 1 ) + fib ( n - 2 ) end # Prints all fibonacci from 0 to 10 exc
2022-10-11 18:32:29 292KB c language programming-language vm
1
《C程序设计语言》的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计算机专业的C语言教材,也可以作为从事计算机相关软硬件开发的技术人员的参考书。 在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用如此广泛
2022-10-09 00:35:33 2.83MB C语言
1
C Programming Language, 2nd Edition 英文版 第2版 PDF 扫描版 Dennis Ritchie
2022-08-21 21:17:01 20.27MB C Programming Language Dennis
1