1. C++ Network ProgrammingMastering Complexity with ACE & PatternsDr. Douglas C. Schmidt schmidt@isis-server
开发多线程Java应用程序的书籍
《The C Programming Language》答案
deploy-robot 是 SegmentFault 出品的 Github 自动部署机器人,将你从繁冗的部署工作中解放出来,让你的部署流程更加自动化。 特点: 与 GitHub 深度整合,利用
Rational Robot 基础使用手册 目录 目录 1 第一章 绪论 3 一、概述 3 二、基本概念 4 第二章 使用 4 一、GUI脚本 4 (一)、设置以及预定义 4 (二)、记录GUI脚本
com/news/80383.html 本篇文章中主要列举《Mr. Robot》电视剧中主要用到的黑客工具,并对它们所对应的现实中的黑客工具做一简要介绍。 Mr. Robot 2015年美剧出了一部关于黑客题材的电视剧
简单的用的微信的公众平台api实现的问答机器人
使用 java.awt.Robot 可以抓取屏幕 import java.awt.AWTException; import java.awt.Robot; import java.awt.Rectangle;
Programming in Lua Copyright ® 2005, Roberto Ierusalimschy & www.luachina.net Programming in Lua Programming
Prolog是一种逻辑编程语言。它建立在逻辑学的理论基础之上, 最初被运用于自然语言等研究领域。现已广泛的应用在人工智能的研究中,可以用来建造专家系统、自然语言理解、智能知识库等。
Direct from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike.<br> Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0).
This tutorial begins with coverage of some of the basics of Python programming. Using plenty of skill-building exercises and interactive programming sessions, this book will help those new to programming develop an understanding of concepts and practical techniques. For experienced programmers, the book demonstrates Python's breadth of capabilities and shows the ways that Python interfaces with Java APIs for professional application development.
PHP核心编程第三版(Prentice Core PHP Programming 3rd Edition) 英文版。
Programming in Lua Copyright ® 2005, Roberto Ierusalimschy & www.luachina.net Programming in Lua Programming
知,它叫 ROS(机器人操作系统,Robot Operating System),是专门为机器人设计的一套开源操作系统,时至今日已经诞生八年时间了。 ROS 究竟为何物? ROS 的前身是斯坦福人工智能实验室为了支持
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程式写作的方法。这些程式用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍後所讨论的,这不是写作Windows程式的唯一方法。然而,无论最终您使用什么方式写作程式,了解Windows API都是非常重要的。 正如您可能知道的,Windows 98已成为使用Intel 32位元微处理器(例如486和Pentium)的IBM相容型个人电脑环境上最新的图形作业系统之代表。Windows NT是IBM PC相容机种以及一些RISC(精简指令集电脑)工作站上使用的Windows工业增强型版本。
With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. Yet, because a developer's carelessness or lack of experience can still allow a program to be used in an unintended way, Programming .NET Security shows you how the various tools will help you write secure applications.
[本文英文原文链接: I want to fix programming ] 本文转载自: http://www.aqee.net/i-want-to-fix-programming/
JAVA网络编程实例
这本书适合所有对Unix系统的种种感到好奇的人,Unix和Windows不同在于,它是个鼓励你思考的操作系统(换句话说对于想远离计算机的细节的用户可能不那么友好),只要你使用它有些时日,就会有很多问题冒出来:symbolic link和hard link区别究竟何在?daemon process是怎么回事?即便不写系统级的程序,只作为一般的unix用户,这本书里的信息也是弥足珍贵的。