go语言入门经典,已经翻译成中文,这是英文版,可边学英语边学习go编程,windows/linux下都可以,例子丰富。
2023-04-13 08:56:31 7.44MB go语言
1
go语言一起简洁而著称,在性能、内存开销、静态类型、对异步的处理、可调试性、系统稳定度、工具链的成熟度方面都有很好的表现。由Go语言核心团队成员Alan A. A. Donovan和K&R中的 Brian W. Kernighan合作编写了Go语言方面的经典教材《The Go Programming Language》能够让我们慢慢领会到go语言的精彩。 go序 go语言的权威资料可以参考go语言官方网站。 go语言提供一个web运行的go语言环境playground。 书中的代码可以在gopl.io上查找,也可以通过go get命令获取。 书中的习题代码可以参考torbiak $ expor
2023-04-13 08:41:40 41KB go语言 IN min
1
Android Programming The Big Nerd Ranch Guide (2nd Edition) PDF版+EPUB版+案例源码
2023-04-13 01:01:12 46.68MB Android Nerd Ranch Guide
1
Create visually appealing and feature-rich applications by using Qt 5 and the C++ language Qt 5, the latest version of Qt, enables you to develop applications with complex user interfaces for multiple targets. It provides you with faster and smarter ways to create modern UIs and applications for multiple platforms. This book will teach you to design and build graphical user interfaces that are functional, appealing, and user-friendly. In the initial part of the book, you will learn what Qt 5 is and what you can do with it. You will explore the Qt Designer, discover the different types of widgets generally used in Qt 5, and then connect your application to the database to perform dynamic operations. Next, you will be introduced to Qt 5 chart which allows you to easily render different types of graphs and charts and incorporate List View Widgets in your application. You will also work with various Qt modules, like QtLocation, QtWebEngine, and the networking module through the course of the book. Finally, we will focus on cross-platform development with QT 5 that enables you to code once and run it everywhere, including mobile platforms. By the end of this book, you will have successfully learned about high-end GUI applications and will be capable of building many more powerful, cross-platform applications. What You Will Learn Implement tools provided by Qt 5 to design a beautiful GUI Understand different types of graphs and charts supported by Qt 5 Create a web browser using the Qt 5 WebEngine module and web view widget Connect to the MySQL database and display data obtained from it onto the Qt 5 GUI Incorporate the Qt 5 multimedia and networking module in your application Develop Google Map-like applications using Qt 5’s location module Discover cross-platform development by exporting the Qt 5 application to different platforms Uncover the secrets behind debugging Qt 5 and C++ applications
2023-04-12 15:06:35 12.64MB QT C++ GUI QT5
1
Unity 4.x Game AI Programming [eBook].pdf是一本关于unity AI程序编程的英文书籍,里面有很9个章节,每个章节都有详细的讲诉,英文好的朋友可以看一下,可以锻炼你的英文水平,值得一看尤其是学习unity的程序员,很好的一部书。
2023-04-12 10:21:47 3.15MB Unity AI pdf
1
学习WebFlux的好书 These days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor. Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You'll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you'll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices. By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!
2023-04-11 16:37:50 13.91MB Reactive Reactor WebFlux
1
Haskell 在并行并发编程的应用。 非常专业的一本书,对你的Haskell编程技术及理解有很大的帮助
2023-04-10 19:54:36 4.2MB Haskell 并行 并发 编程
1
BS_Programming_ChineseChess Using node.js create an online chinese chess game 1 运行环境 本游戏前端由HTML5内嵌JavaScript,后台由node.js实现,连接mysql数据库。 2 运行步骤 在运行前需先安装node.js,然后在游戏根目录下,安装web-socket包(游戏源代码中已含有),同时键入 npm install mysql 安装nodejs连接mysql的包,开启mysql。 至此环境搭建完毕。 在游戏根目录下,用命令行键入 node server.js 运行后台服务器,然后即可进入页面开始游戏。
2023-04-09 17:22:51 2.23MB JavaScript
1
C# IS A RELATIVELY NEW LANGUAGE that was unveiled to the world when Microsoft announced the fi rst version of its .NET Framework in July 2000. Since then its popularity has rocketed, and it has arguably become the language of choice for desktop, web, and cloud developers who use the .NET Framework. Part of the appeal of C# comes from its clear syntax, which derives from C/C++ but simplifi es some things that have previously discouraged some programmers. Despite this sim- plifi cation, C# has retained the power of C++, and there is now no reason not to move into C#. The language is not diffi cult and it’s a great one to learn elementary programming techniques with. This ease of learning, combined with the capabilities of the .NET Framework, make C# an excellent way to start your programming career.
2023-04-03 18:45:02 10.52MB C# Visual Studio 2015
1
Stanford Roberts 的C语言名著,PDF格式,便于浏览。
2023-04-02 19:08:36 2.95MB C Programming
1