-
Interval coverage of the realization of the algorithm description: In this paper...
区间覆盖问题的算法实现
问题描述:给出x轴上N条线段的坐标,从中选出一些线段来覆盖区间【0,M】,要求所用线段数目最少
-Interval coverage of the realization of the algorithm description: In this paper, x-axis N be the coordinates of line segment, selected to cover a number of line segments [interval 0, M], requirement by the number of segments at least
- 2022-12-22 05:20:03下载
- 积分:1
-
人事管理系统
说明: 查询、修改员工权限等功能,所有数据经由数据库管理(Implementation of staff management system)
- 2021-04-15 16:08:54下载
- 积分:1
-
TryDialer_WinNT_Service_to_dial_DSL_PPOE_Connectio
WinNT Service to automaticaly deal and control ADSL (ISDN) PPoE internet connection. Usefull on Windows servers and routers.
- 2009-01-18 17:34:04下载
- 积分:1
-
dSPACE
dSPACE培训教程入门,控制系统半实物仿真的最好工具学习资料(dSPACE training module entry, the control system of the best semi-physical simulation tool for learning materials)
- 2007-10-22 12:28:38下载
- 积分:1
-
ConcreteBone2d_Polygon_1553440245
混凝土多边形随机骨料蒙特卡洛随机分布的MATLAB数值模拟(MATLAB numerical simulation of Monte Carlo random distribution of random aggregate of concrete polygon)
- 2020-11-25 09:09:39下载
- 积分:1
-
Linear algebra part of the calculation algorithm, the individual efforts of so l...
部分线性代数计算算法,个人精力有限只整理的这么一点。-Linear algebra part of the calculation algorithm, the individual efforts of so limited that only compiled.
- 2022-07-03 12:53:32下载
- 积分:1
-
directx9.0 do with a 3D tank game, the most important is adding an advanced phys...
用directx9.0做的一个3D坦克游戏,最主要的地方是加进了先进的物理碰撞检测-directx9.0 do with a 3D tank game, the most important is adding an advanced physics Collision Detection
- 2022-03-24 14:48:39下载
- 积分:1
-
CAD绘图OCX控件
说明: 1、支持多种主流编程语言
产品支持在VC++、VB、。Net和html中调用控件。
2、提供可靠的安全性
用户只可在线浏览图纸文件,无法进行拷贝、另存和打印等操作。
3、无需安装AutoCAD即可实现在线浏览图纸文件
采用自主图纸解析引擎,脱离AutoCAD,即可浏览图纸文件。
4、提供了方便的浏览辅助工具
为用户提供了一系列的浏览辅助工具,方便用户进行浏览,其中包括:移动、放大、缩小、充满显示、开窗放大,测量距离和面积等。
5、支持多版本CAD图纸文件
支持浏览R14-2015版本的图纸文件(1, support a variety of mainstream programming languages
Product support in VC++, VB,. Call controls in Net and html.
2, providing reliable security
Users can only view drawing files online, and cannot copy, save, and print.
3. Online browsing of drawing files without installing AutoCAD
Use the autonomous drawing analysis engine to get rid of AutoCAD and browse the drawing files.
4, provides a convenient browsing aid
Provide users with a series of browsing aids for users to browse, including: moving, zooming in, zooming out, full display, window zooming, measuring distance and area.
5, support multi-version CAD drawing files
Support for viewing drawing files of R14-2015 version)
- 2019-10-18 10:53:23下载
- 积分:1
-
dic.c
说明: 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
一种简单的英文单词排版系统实现
一、功能
英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
二、实现约定
1、单词结构
typedef struct dictWord {
char word[101];
char meaning[201];
} DictWord;
2、录入单词和释义
录入规则:
A) 一行只能录入一个单词或词组和释义,
B) 可以只录入单词
C) 每一次录入得单词总长度包含空格不超过100字符
D) 不能只录入释义
E) 单词和释义之间必须有空格
F) 单词是连续的或有空格的字母,不能有其他字符
G) 录入异常打印对应的错误信息。
H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数
I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字
3、修改单词
修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
- 2020-04-05 22:51:51下载
- 积分:1
-
液晶显示DS1302时钟1
说明: ds1302显示当前时间,液晶屏显示站台信息,按键控制站台切换(ds1302 displays the current time, the LCD screen displays the platform information, and the buttons control the platform switching)
- 2020-04-05 15:59:01下载
- 积分:1