-
打飞机,VS2013,C语言
打飞机,VS2013,C语言,很简洁,但是没有错误,一键运行,适合初学者参考。
- 2022-08-19 10:59:27下载
- 积分:1
-
编写了一个耐用简单的PWM方波的产生,PWM方波在电子应用里有广泛的用途...
编写了一个耐用简单的PWM方波的产生,PWM方波在电子应用里有广泛的用途-The preparation of a durable and simple PWM square wave generation, PWM square wave in electronic applications, there are a wide range of uses
- 2022-05-09 14:17:52下载
- 积分:1
-
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。...
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。 -introduced C project development methods, we can pass the graphics processing software to the project developers familiar with the basic steps.
- 2022-02-26 17:18:44下载
- 积分:1
-
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读...
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读
-Web site architecture design and deployment of courseware
- 2022-07-23 07:41:05下载
- 积分:1
-
Shared Memory interface application program,
Shared Memory interface application program,
- 2023-01-20 10:30:04下载
- 积分:1
-
算法实现题7
算法实现题7-60 战马问题
« 问题描述:
按照国际象棋的规则,在位置(0,0)处的马可以跳到位置(1,2),(1 ,-2),(-1,2),
(-1,-2),(2,1),(2,-1),(-2,1),(-2,-1)处。战马问题中的战马具有更一般的跳跃
能力。位置(0,0)处的战马每次可以跳到k 个位置x y i k i i ( , ),1 £ £ ,中的一个位置。战
马问题要求确定给定的战马能否跳遍无限大的棋盘上的每个位置。
« 编程任务:
对于给定的战马问题中战马的跳跃能力。确定战马能否跳遍无限大棋盘上的每个位置。
« 数据输入:
由文件input.txt给出输入数据。第1 行有1个正整数k,表示位置(0,0)处的战马每
次可以跳到k个位置。接下来的k行,每行有2个整数,表示战马的跳跃位置。
« 结果输出:
将计算结果输出到文件output.txt。给定的战马能跳遍棋盘上的每个位置时输出“Yes”,
否则输出“No”。
输入文件示例 输出文件示例
input.txt output.txt
3
1 0
0 1
-2 -1
Yes
- 2022-01-27 16:50:13下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
这是一个学习c++的好例子,好玩易学的c++游戏!
这是一个学习c++的好例子,好玩易学的c++游戏!-This is a learning c++ a good example of fun, easy-to-c++ game!
- 2023-01-05 17:45:03下载
- 积分:1
-
WinCE下的串口收发程序,支持三个串口,多种波特率
WinCE下的串口收发程序,支持三个串口,多种波特率-under WinCE Serial Transceivers procedures, three serial port support, a variety of baud rate
- 2022-01-25 17:18:09下载
- 积分:1
-
一个内存泄漏检测工具及其源码,值得研究研究
一个内存泄漏检测工具及其源码,值得研究研究--A detector tool and source code of memory leaks,worth discussing
- 2022-11-03 11:25:03下载
- 积分:1