-
布瑞恩W. Kernighan和丹尼斯M.里奇C编程语言
Brian W. Kernighan and Dennis M. Ritchie The C Programing Langeuage -Brian W. Kernighan and Dennis M. Ritchie The C Programing Langeuage
- 2022-02-04 18:29:44下载
- 积分:1
-
华为的通信数据文挡,比较经典,学习通信的最佳助手。
华为的通信数据文挡,比较经典,学习通信的最佳助手。-Huawei
- 2022-04-20 23:40:15下载
- 积分:1
-
SQL2000数据库教程
SQL2000数据库教程-SQL2000 database tutorial
- 2022-03-17 20:10:29下载
- 积分:1
-
acm国际大学生程序设计竞赛试题与解析
值得下载和学习
acm国际大学生程序设计竞赛试题与解析
值得下载和学习-acm
- 2022-08-15 11:52:53下载
- 积分:1
-
在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一...
在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y)。如何选择x 和y的值才能使士兵们以最少的总移动步数排成一列。
实验任务:计算使所有士兵排成一行需要的最少移动步数。-In a grid divided into the playground, n soldiers stood scattered on the grid points. Grid point by the integer coordinates (x, y) express. Soldiers along the edge of the grid, down, left and right moving step, but at the same time any one grid point has only one soldier. In accordance with the officer s command, the soldiers should be neatly列成level queue, that is arranged in (x, y), (x+ 1, y), ..., (x+ N-1, y). How to choose x and y values to make the soldiers with the minimum of the total moves one line up. Experimental tasks: the calculation so that all the soldiers lined up his required minimum moves.
- 2023-03-23 13:10:03下载
- 积分:1
-
C++的经典教程,入门比看教材,当年我自学的教材。
C++的经典教程,入门比看教材,当年我自学的教材。-The classic C++ tutorials, read textbooks than entry, when I self-teaching materials.
- 2023-04-24 23:10:04下载
- 积分:1
-
java语言中常用的一些控制语句,如顺序、选择、循环、break、continue等...
java语言中常用的一些控制语句,如顺序、选择、循环、break、continue等-java language commonly used to control some statements, such as sequence, selection, recycling, break, continue, etc.
- 2022-06-30 18:57:33下载
- 积分:1
-
Basis for CSharp programming.
Basis for CSharp programming.
- 2022-07-22 20:24:42下载
- 积分:1
-
本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。...
本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。-Genetic Algorithm,GA
- 2023-06-20 11:05:05下载
- 积分:1
-
本教程研究了线程的基础知识 ― 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单
程序。
我们还将研究更复杂的、使用线程的应用程序的基本构件...
本教程研究了线程的基础知识 ― 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单
程序。
我们还将研究更复杂的、使用线程的应用程序的基本构件 ― 如何在线程之间交换数据、如何控制
线程以及线程如何互相通信。 -This tutorial studies the basics of the thread- what threading, thread why and how useful to start writing a simple program using threads. We will also look more complex, using a thread an essential component of the application- how to exchange data between threads, how to control the thread, as well as how threads communicate with each other.
- 2022-07-24 07:55:09下载
- 积分:1