资源列表

排序选择:

« 1 2 ... .58 .59 .60 .61 .62 206163.64 .65 .66 .67 .68 ... 267451 »

[C#编程parking-lot

说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入数据的序列进行模拟管理。每一组输入数据包括三个数据项:汽车的“到达”(‘A’表示)或“离去”(‘D’表示)信息、汽车标识(牌照号)以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或者便道上的停车位置;若是车辆离去,则输出汽车在停车场停留的时间和应缴纳的费用(便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Parking in the stack simulation to si
<aaaa> 在 2025-07-19 上传 | 大小:2kb | 下载:0

[LabViewSignal-spectrum-analysis

说明:对所采集来的信号,用频谱图的方法进行分析,绘制出频谱图。-The acquisition of a signal, the method of spectrum analysis, draw the frequency spectrum.
<贾存昕> 在 2025-07-19 上传 | 大小:425kb | 下载:0

[WEB源码lunpan

说明:jquery轮盘抽奖游戏,适合做网站抽奖用,需要用到jquery框架!-jquery roulette lottery games, lottery sites suitable for use, the need to use jquery fr a mework!
<maomao> 在 2025-07-19 上传 | 大小:35kb | 下载:0

[C#编程Joseph-loop

说明:约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。-A descr iption of Josephus (Josephus) question is: numbered 1,2, ..., n n individ
<aaaa> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[matlab例程order

说明:a function that classifies a flow according to the values of its Reynolds (Re) and Mach (Ma) numbers, such that if Re < 2000, the flow is laminar if 2000 < Re < 5000, the flow is transitional if Re > 5000, the flow is turbulent if M
<nushrak> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[JSP源码/Javadangdang

说明:在线购书网站,实现用户的登录注册,浏览图书,购物车等功能。-Online book sites, implement user login registration, browsing books, shopping cart and other functions.
<陈光> 在 2025-07-19 上传 | 大小:6.38mb | 下载:0

[软件工程leap

说明:this the code of iran s energy in leap software-this is the code of iran s energy in leap software
<amirhossein > 在 2025-07-19 上传 | 大小:488kb | 下载:0

[软件工程wt

说明:this the simulation of wind farm in matlab with psat s toolbox-this is the simulation of wind farm in matlab with psat s toolbox
<amirhossein > 在 2025-07-19 上传 | 大小:9kb | 下载:0

[数学计算/工程计算armadillo-2.4.2

说明:基于lapack和blas开发的线性代数开源库,可实现矩阵基本操作,函数接口与matlab类似,容易上手,相同硬件环境运行速度仅为matlab的1/5.-Linear algebra library LAPACK and Blas based development, can realize the basic matrix operations, similar to the matlab function interface, easy to use, the same speed hard
<xubin> 在 2025-07-19 上传 | 大小:4.82mb | 下载:0

[C#编程internal-sorting

说明:(1) 对常用的内部排序算法进行比较:直接插入排序、简单选择排序、冒泡排序、快速排序、希尔排序。   (2) 利用随机函数产生N(如30000)个随机整数,作为输入数据作比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。   (3) 对结果作出简要分析。-(1) internal sorting algorithm commonly used to compare: direct insertion sort, simple selection sort
<aaaa> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[JSP源码/JavaScreenControl

说明:一个用java写的远程屏幕事实监控程序,类似VNC,分主机和客户端,在客户端可以遥控主机,代码非常简练,非常小,太小了,不能在小了-A java remote screen monitoring program facts, like VNC, of ​ ​ the host and the client, the client can remote host, the code is very concise, very small, too small, not in s
<liulei> 在 2025-07-19 上传 | 大小:38kb | 下载:0

[matlab例程sort

说明:Function MySort can be modified to perform a decreasing order sort if the line if v(i)>v(j) is modified to read if v(i)<v(j).
<nushrak> 在 2025-07-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 206163.64 .65 .66 .67 .68 ... 267451 »

源码中国 www.ymcn.org