-
Chess
说明: 简单实现人机对战,使用人工智能简单算法,通过人和机器的博弈,使机器通过迭代自己判断所走的步骤。(This code simply realizes man-machine combat in chess.)
- 2019-01-31 11:19:56下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
Python核心编程 第3版 中文版
说明: 本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。
第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。
第 2 部分
讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。
本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts.
Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on.
Part 2
Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents.
This book is suitable for Python developers with some experience.)
- 2020-06-17 10:40:02下载
- 积分:1
-
鼎科2033V电视板烧录软件
说明: 用于对鼎科2033V主板进行刷写固件,软件平台支持win7系统(it is used to flash Dingke video driver board.)
- 2020-06-17 16:40:02下载
- 积分:1
-
gaosi
说明: 高斯光束强度仿真,可以仿真光强分布和光强变化(Gaussian beam intensity simulation can simulate light intensity distribution and light intensity change)
- 2020-04-26 23:34:04下载
- 积分:1
-
[图灵程序设计丛书].Python机器学习经典实例
机器学习的实践书,图灵程序设计用书。有需要的可以学习一下(Practice book of machine learning)
- 2019-03-22 09:40:40下载
- 积分:1
-
从乞丐到富翁flash
从乞丐到富翁flash-beggars from the rich to flash
- 2022-06-03 02:07:04下载
- 积分:1
-
A星算法
A*优化算法,本算法能有效的选择最优路线。(A* optimization algorithm)
- 2018-12-03 10:11:23下载
- 积分:1
-
ocr
ocr-optical character recognition-it is a very useful souece code for optical character recognition
- 2022-01-27 23:33:47下载
- 积分:1
-
resource
说明: ENVI和IDL扩展应用,针对于多源数据的应用,处理遥感影像。(IDL and ENVI for remote sensing images process)
- 2020-06-01 14:20:44下载
- 积分:1