搜索结果
找到约 959 项符合
user-Agent 的查询结果
VC书籍 This note describes some key aspects of what C++ is and of how C++ has developed over the years. The
This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, though I have
tried to answer some questions that I have often ...
人工智能/神经网络 This source code is about the basic sorting algorithm implemented in C#. The algorithms included are
This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.
人工智能/神经网络 This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts accord
This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value.
网络 Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports:
Dropbear is an SSH 2 server, designed to be usable in small memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication ...
Applet Sugarscape模型仿真
Sugarscape模型仿真,Agent通过判断周围环境,选择最适应的方格转移(糖份最多),转移过程消耗能量
VC书籍 This article shows that by using the tools available and understanding the programming system, it is
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest ...
软件设计/软件工程 Matlab是一套功能强大的技术计算(technical computing)软件工具
Matlab是一套功能强大的技术计算(technical computing)软件工具,就数据采集方面来说,它集中了信号采集(它内置一些著名厂商的数据采集卡驱动程序),信号分析(计算),可视化(绘图),文件处理(存盘,打印等)各方面功能于一体,而且很容易开发出WINDOWS图形用户界面(Graphical user interface,缩写为GUI). ...
其他书籍 Delphi for PHP 用户手册
Delphi for PHP 用户手册,英文版,格式PDF。
The IDE User s Guide includes an overview of Delphi for PHP, information on using the IDE, debugging, creating a database application, and a VCL for PHP Component Writer s Guide.
Java编程 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Co
一个完整的email客户端代码
Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.
人工智能/神经网络 一个使用免疫算法实现物流调度的源代码
一个使用免疫算法实现物流调度的源代码,使用SQL Server 2005+Visual Studio C# 2005开发,可以在地图上描出优化路径。压缩包中的wldd.bak和wldd1.bak为数据库文件,将其恢复到SQL Server 2005中即可。需要注意的是,默认的连接字符串为
connectionString="Data Source=YANXL\SQLEXPRESS Initial Catalog=wldd1 User ID=sa ...