搜索资源列表
自定义虚线
- 该例实现了任意绘制虚线,可以自定义虚线的长度与间隔大小。 -achieve the cases of arbitrary drawing dotted, dashed line can define the length of the size and spacing.
排队问题的系统仿真
- 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
Delphi_advline
- 我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。-We use the VB interface design can be in any direction direct line drawing, But under the delphi did not, except in proceedings to painting. The controls can directly interf
file_program
- 编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 ) 。如果是一个目录,则输出该目录下的文件及子目录名列表。如该名称不存在,则以此名称为名在当前目录下创建一个子目录。 -prepare a process that the user from the command line parameters into the name of a judge. If it is a docume
stickcppl
- Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contain
overhead transmission line
- this program is to calculate the efficiency losses and transfered power of overhead transmission line power at various PF's and lengths
flody
- 图论算法 求SAP矩阵的基本思想是图的最短路的问题。 由于铁路的运输费用与线路的长度不是线性关系,必须对铁路网做一些预处理才能套用图的标准最短算法。 -SAP matrix graph theory algorithm for getting the basic idea is to map the shortest path problem. Since the railway transport costs and the length of line is not a line
houghlinedetect
- hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
Voronoi1
- Voronoi图是以两点间线段的长度作为距离 ,对平面的一种分割。然而 ,在地理环境中 ,存在着许多自然的或人为的障碍 ,使得从一点到另一点不能直线到达。为了扩大Voronoi图的应用领域 ,本文对传统的Voronoi图进行扩充 ,给出了障碍Voronoi图的定义、性质 ,以及离散生成线段障碍Voronoi图的方法-Voronoi diagram based on the length of line between two points as the distance from a parti
painter
- 类似于WINDOWS画图板的一个程序,具有多种图形效果,具有编辑文字以及计算线段长度等功能-WINDOWS drawing board similar to a program with a variety of graphics with text editors, as well as features such as calculating the length of line segment
emwork3_1_1
- 地面上方单导线传输线的单位长度电容的矩量法求解-Ground above the single-wire transmission line capacitance per unit length of the moment method
bearing-21
- Source code for Mapbasic that shows length of line, the bearing and longitude/latitude of start and end point of the line.
ASSIGNMENTSharp3
- PLOT RECEIVING END VOLTAGE (Vr/Vs) AS A FUNCTION OF (P/Po) FOR UNCOMPENSATED AS WELL AS L-C COMPENSATED LINES AT LOAD AT PARTICULAR LENGTH OF LINE. TAKE Ø = 0, 0.866 LAG & 0.866 LEAD AND LEGTH OF TRANSMISSION LINE 200 KM, 400 KM & 500 KM.
the-long-line
- 实验名称:用动态规划法求解最长路径问题 设计动态规划算法求解最长路径问题(见下面附录部分),要求程序能根据给定的图作为输入,输出最长路径的长度及一条最长的路径。-Experiment name: the dynamic programming method for solving the longest path problem design dynamic programming algorithm for the longest path problem (see the append
My-Line
- 编写线段类,判断其是否在第一象限,求长度,中点坐标,绘制直线-Writing class Line, to determine whether in the first quadrant, find the length of the mid-point coordinates, draw a straight line
Control-monitoring-and-protection-of-HV-motors.ra
- Unit power of rotating machines frequently exceeds 100 kW in industry and large tertiary. In such cases and/or if the length of the supply line is particularly long (voltage drops, losses…), use of high voltage motors is advantageous.
THE-LENGTH-OF-LINE
- 关于枚举中求绳子长度的算法,希望对学习算法的同志有用-the algorithm about the length of line
LLL-text-length
- 统计线段长度.lsp 线颜色.lsp 文字到记事本WZ.lsp mjlb框选封闭线长度及面积到excel程序v7.VLX- 统计线段长度.lsp 线颜色.lsp 文字到记事本WZ.lsp mjlb框选封闭线长度及面积到excel程序v7.VLX Statistical line length.Lsp Line color.Lsp
Total-length-of-CAD-calculation
- 使用时,先加载,在cad命令栏输入LLL,就可以统计cad里所有线段的长度了-When used, the first load, in the CAD command bar to enter the LLL, you can count all the CAD in the length of the line
Main
- 给出 n 条线段(数轴上的整点线段),对于在其中选择 k 条的所有方案,求选中线段的交线段包含的整点数目的和。答案取模 1e9+7。 http://codeforces.com/problemset/problem/689/E n 条线段相互交叉,形成了多个小线段。计算每个小线段被多少给出的线段包含。例如一个长 5 的小线段被 9 个线段包含,而题目要求选择 3 个区间,那麽这个小区间对答案的贡献就是 5 × pascal(9, 3)。 说起来容易,写起来还是值得学