-
将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。...
将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。-Comprising the Object-Oriented thought into the Designing,accomplishing a designing needed structure,to all the process of the base designing.
- 2022-07-27 17:59:01下载
- 积分:1
-
采用清华TPC
采用清华TPC-1十六位微机实验台上的并行口扫描键盘控制LED显示,以制作一个时间显示系统。-used Qinghua TPC-1 16 Microcomputer Laboratory platform parallel port scanning keyboard control LED display, for the production of a time display system.
- 2022-01-26 03:09:04下载
- 积分:1
-
opsetup是离线Web开发。
OpSetUp is one offline Web explor. -OpSetUp is one offline Web explor.
- 2023-02-17 23:55:04下载
- 积分:1
-
Sleep函数的改进 : XSleep,本程序实现了该函数的改进
Sleep函数的改进 : XSleep,本程序实现了该函数的改进-Sleep Function: XSleep, realize this procedure to improve the function
- 2022-03-05 07:52:01下载
- 积分:1
-
简单的物理引擎OpenGL程序
Simple Physics Engine OpenGL Program
- 2022-03-03 12:41:13下载
- 积分:1
-
这是一款定时器软件,通过实际工程应用,可以精确到毫秒
这是一款定时器软件,通过实际工程应用,可以精确到毫秒-This is a timer software engineering through practical applications, can be accurate to milliseconds
- 2022-02-25 08:27:12下载
- 积分:1
-
Achieve the factorial of large numbers (more than 20 more than a few) list descr...
实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list description
- 2022-01-26 07:59:27下载
- 积分:1
-
我想你知道一个MRU缓存是什么,否则你不会读这个…
I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.
This is an implementation of a very simple one using only STL.
To implement a cache, derive a subclass from this template class.
As an implementor, you d have to implement two methods:
HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value.
HandleItemRelease - (optional) called when an item is removed from the cache.
The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyF
- 2022-11-30 08:45:03下载
- 积分:1
-
Windows 应用商店的文本到语音转换 Windows 地铁
Windows 8.1 的文本到语音应用程序是在 Visual Studio 2012,并将其集成在 Windows 地铁为 Windows 应用商店应用程序中实现开发的 C# 代码。以下是 package1 很可能实施领域。一个工具来帮助静音,通过 Windows devices2 说话。Application3 自动语音应答。虚拟 assistant speech4。书和 PDF 阅读器
- 2022-01-26 03:54:18下载
- 积分: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