搜索资源列表
复件 轮渡问题
- 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在
ferry
- 该算法模拟渡口管理。过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。-the algorithm simulation ferry management. Jiang Ferry each can carry 10 cars crossing the river, crossing the river into passenger veh
ztwd
- 电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni
canbus(FPGA)
- 基于FPGA的can 总线设计,采用verilog语言编写。在FPGA的开发环境下,新建一个工程,然后将本文件中的各个源代码添加进工程里,即可运行仿真。-FPGA-based bus design can use verilog language. FPGA development environment, a new project, and then the paper all the source code to add the project, Simulation can be run
vivaldi-sim-Aug232006.tar
- 题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排-that descr iption is a traveling salesman to several cities, each city must go to one and only one, satisfy requirements for the shortest path. This software can be used for som
EzCAN
- 实现CAN总线协议,完成数据在总线上高效、稳定的传输功能-Realize CANbus protocol, data on the bus are efficiently and stablely atransferred function
NODE_IEEE30
- 电力系统标准测试系统,30节点系统,格式完全正确,可以方便的用来分析计算。-Power system standard test system, 30-bus system, the format entirely correctly, can easily be used to analyze the calculation.
case14
- IEEE14节点系统的matpower格式数据文件,解压后即可使用-IEEE14 bus system matpower format data files can be used after decompression
AT24C256_c
- at24c256总线编程,即可以写也可以擦除.允许选择16KB的存储器-AT24C256-bus programming, that is, can be written can also be erased. Allow choice of 16KB of memory
Stateestimationindistributiongrids
- observable distribution grid are investigated. A distribution grid is observable if the state of the grid can be fully determined. For the simulations, the modified 34-bus IEEE test feeder is used. The measurements needed for the state estimati
Auto_Measure_system
- 利用ccs环境、MATLAB环境、DSP(TMS320F2812)、被测对象和Agilient网络分析仪E5071B,构建一个自动测量系统。 相信大部分人都知道基于NI公司的GPIB总线,可以实现自动测量,但NI公司的方案实在太昂贵,采用MATLAB能够大大降低成本。matlab与ccs之间基于RTDX协议进行数据交换,同时matlab基于TCP/IP协议与E5071B之间通信,源码说明如下: (1)RTDX_ok目录:matlab7.0代码,包含了一个用GUI实现的界面和相关的具体代码
b
- 【问题描述】: 有一个渡口,每条渡轮一次能装载10辆汽车过江,过江车辆分为客车和货车两类,上渡轮有如下规定: ⑴同类汽车先到先上船; ⑵客车先于货车上船; ⑶每上4辆客车才允许上一辆货车,但若等待的客车不足4辆则用货车填补,反过来,若没有货车等待则用客车填补; ⑷装满10辆后则自动开船,当等待时间较长时车辆不足10辆也应人为控制发船。 【实现提示】: 此题可建立和使用两个链式队列,一个为客车队列,另一个为货车队列,到渡口需过江的汽车分别进入到相应队列中。当渡口有渡轮
Mpc02_ControlCard_Case
- Mpc02运动控制卡应用范例. MPC02 控制卡是基于PC 机PCI 总线的步进电机或数字式伺服电机的上位控制单元,它与PC 机构成主从式控制结构,可控制3 轴步进电机或数字式伺服电机.-Application Mpc02 example of motion control card. MPC02 Control Card is a PC-based PCI-bus stepper motor or digital servo motor control unit of the upper
picc
- 做过的一些关于A/D转换,can总线,USB等等,希望可以帮得了大家,具体说明,程序里面都有注解,-Done about A/D conversion, can bus, USB, etc. I hope you can help got the specific instructions and procedures which have a comment, thank you
Motion-Control
- 本文研究基于CAN总线的多轴运动控制系统,对于数控机床及机器人等控制系统有一定的参考价值-This research is based on CAN bus multi-axis motion control systems, CNC machine tools and robots for control of some reference value
Bus-inquires-the-idea
- 公交换乘设计思路,实现最多两次换乘。公交换乘思路大概是这样,当然还可以使用二叉树-Bus transfer design ideas to achieve a maximum of two transfer. Bus transfer thinking about this, of course, you can also use the binary tree
d4ef13.ZIP
- 基于CAN总线的电动汽车车灯控制系统设计Electric vehicle based on CAN bus design of car lamp control system-Electric vehicle based on CAN bus design of car lamp control system
CAN-line
- CAN总线详细教程,精心编制,不可错过,实现从零的跨越。-Detailed tutorial of the CAN bus, well-prepared, not to be missed, to achieve a leap from zero.
CAN
- CAN总线的仿真,仿真CAN在各种负载下的延时,吞吐等指标-the simulation of CAN bus
MICROGRID_PV_Wind
- matlab很好的微电网算法实例 可以在matlab上运行(Matlab a good example of a microgrid algorithm can run on MATLAB)