-
java写的弹球游戏
java写的弹球游戏-the pinball game
- 2023-03-14 04:00:04下载
- 积分:1
-
UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。
本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级...
UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。
本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。
这个就是UCOS和修改的UCOS的区别。-UCOS only support a priority-based scheduling of the operating system to seize. It does not support the same priority level 2 and above have the task of operating at the same time. This article uCOS modified to support different priority scheduling at the same time, support the same priority level has two more tasks to the time slice approach to scheduling rotation. This is uCOS uCOS and modified difference.
- 2022-07-01 06:29:14下载
- 积分:1
-
jh_cpu是CPU 12地址,8数据总线,并提供直接地址,间接地..
Jh_cpu is a cpu with 12 address,8 data bus, adn give direct address ,indirect address two addressin way.-This VHDl code can provide a total clear and detail process to create a
basic function risc cpu.
- 2022-03-14 07:02:52下载
- 积分:1
-
总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source...
总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子curStick,分析、判断其最上面的盘curDisk的能否向curDisk确定的唯一的方向移动;移动 完后 再 选择 另一个 柱子 分析 判断 就可以完成了 (这个算法特别适合于人玩这个“弱智”(我有同学这么说)游戏,我玩我的文曲星pc1000a上的Hanoi 9层游戏,需要5分钟就可以移动完毕)-total number identified, each set curDisk maybe_To direction of the movement of which is determined only : If there are three disk, was always left a mobile. Here, the columns from left to right as A (source pole Source), B (using the pole Borrow), C (target pole Target). A left as C, B to the left as A, C on the left as B; A as the B, B on the right side as C, the right as A; each set of mobile methods (as it is impossible for the same two mobile disk!) : a set curDisk curStick now on the pole, then curDisk another pole (three in addition to two other one), when given a choice, choose a pole
- 2022-09-17 11:25:03下载
- 积分:1
-
js五子棋
纯js代码实现五子棋,但是算法存在一些缺陷,实现了判定输赢的算法和判定黑白棋下棋顺序的算法,在实现人机对下的算法有比较大的缺陷
- 2022-09-08 01:15:03下载
- 积分:1
-
NAT打洞,原理和源代码
P2P之UDP穿透NAT的原理与实现(附源代码)...
NAT打洞,原理和源代码
P2P之UDP穿透NAT的原理与实现(附源代码)-NAT burrows, and the principle and source code P2P UDP penetrate NAT"s Theory and Implementation (source code)
- 2022-10-20 12:55:03下载
- 积分:1
-
c c++ simulation of virtual paging memory management a good ah
c c++ 模拟实现虚拟分页存储管理 不错的啊-c c++ simulation of virtual paging memory management a good ah
- 2023-03-20 00:10:04下载
- 积分:1
-
本程序支持打开标准DICOM文件、JPEG文件、BMP文件、TIFF文件等各种图像文件,主要功能集中在DICOM文件中,提供DICOM窗宽窗位调节,提供MxN方...
本程序支持打开标准DICOM文件、JPEG文件、BMP文件、TIFF文件等各种图像文件,主要功能集中在DICOM文件中,提供DICOM窗宽窗位调节,提供MxN方式排列,可以将DICOM文件另存为BMP图像。-support of the open standards process DICOM paper documents JPEG, BMP documents, TIFF and other image files, mainly concentrated in the functional DICOM document, provide DICOM window width windows regulation, provide USING basis, and the order DICOM document can be saved as BMP images.
- 2022-02-03 12:20:07下载
- 积分:1
-
学生成绩管理,可以管理员、学生、老师三方登录,并各自拥有不同的权限....
学生成绩管理,可以管理员、学生、老师三方登录,并各自拥有不同的权限.-StudentScore么Management
- 2022-05-06 16:32:37下载
- 积分:1
-
机器学习的中文版本,作者Tom M. Mitchell。这本教材的目标是展现机器学习中核心的算法和理论。机器学习从很多学科吸收了成果和概念,包括统计学、人工智能...
机器学习的中文版本,作者Tom M. Mitchell。这本教材的目标是展现机器学习中核心的算法和理论。机器学习从很多学科吸收了成果和概念,包括统计学、人工智能、哲学、信息论、生物学、认知科学、计算复杂性和控制论等。-Machine learning of the Chinese version, the author Tom M. Mitchell. The teaching objective is to demonstrate the core of machine learning algorithms and theory. Machine learning from many disciplines to absorb the results and concepts, including statistics, artificial intelligence, philosophy, information theory, biology, cognitive science, computational complexity and control theory.
- 2022-08-02 15:53:18下载
- 积分:1