-
familytree
用树形结构实现家庭成员信息管理,如建立、删除、查询、统计、打印等。(Family members with a tree structure to achieve information management, such as create, delete, query, statistics, printing and so on.)
- 2015-10-27 23:11:39下载
- 积分:1
-
TECLADODEC_MD
Program that simulates in C ++ with Proteus for a keyboard
- 2015-12-31 01:07:03下载
- 积分:1
-
2-1
描述
其中,A为入口,B为出口,S为中转盲端。所有铁道均为单轨单向式:列车行驶的方向只能是从A到S,再从S到B;也可以不在S中驻留,直接从A驶向B;另外,不允许超车。因为车厢可在S中驻留,所以它们从B端驶出的次序,可能与从A端驶入的次序不同。不过S的容量有限,同时驻留的车厢不得超过m节。(A train dispatching station rail connection structure as shown.)
- 2017-12-16 00:12:03下载
- 积分:1
-
jian ge dian liang
说明: 跑马灯LED灯间隔点亮有C++程序有ISIS仿真(The interval of LED running light is on)
- 2019-11-21 15:27:57下载
- 积分:1
-
wlsjkyb
未来世界开源 简单开服 梦想成真啊啊啊啊啊(ASH Hs udhasu ah d hdasuidh h a hha sd hha hahdsh iuh ashd hjd )
- 2016-08-09 16:11:35下载
- 积分:1
-
hamming-code
Implementation of Hamming code in C program
- 2017-05-12 13:10:57下载
- 积分:1
-
V4
说明: 单机版魔域 服务端配置修改+启动 易语言 源码 只看楼主 收藏 回复乔棉斯...小有名气 4 乔大神,这个工具在哪里下载? 哎我勒个...
- 2015-10-05 00:40:52下载
- 积分:1
-
Grallery3DTest
安卓3D相册 带有阴影立体浏览
采用Grallery控件
用Eclipse导入工程(Andrews shaded 3D stereoscopic browse album
Use Grallery control
Import project with Eclipse)
- 2015-06-04 15:33:53下载
- 积分:1
-
lgd
骨架提取算法,本程序是我们在校内做的骨架提取算法,算法是基于那且员的(Skeleton extraction algorithm, this procedure is we do in the school skeleton extraction algorithm, the algorithm is based on that and the staff)
- 2018-12-03 00:58:49下载
- 积分:1
-
1-4
Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。
输入
第一行两个整数n、m,表示有n条直线、m个点
接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大
接下来m行,每行两个整数x、y,表示求点(x, y)所在的区域
输出
输出m行,每行一个数,对应每个点所在区域的编号(Duck installed infrared alarm in the warehouse, as shown in the figure, all infrared rays do not intersect. The n transmitters and n receivers divide the plane into n + 1 regions, denoted 0, 1, ..., n from left to right, respectively. Now technicians are debugging, for each point, you need to quickly know where it is located. If it is on the infrared, it is considered as the area to the right.)
- 2020-10-15 15:57:29下载
- 积分:1