Welcome![Sign In][Sign Up]
Location:
Search - truck

Search list

[Game Programfireboom

Description: 红警2可移动巨炮(卡车展开) 找到并替换原先的代码-Star two mobile artillery (truck start) to find and replace the original code
Platform: | Size: 1361 | Author: 风兰 | Hits:

[Other抓交通肇事犯

Description: 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic violation, the young man escaped. Scene three witnesses to the incident, but did not remember running, only to alight in mind, a number of characteristics. A : The first two digits of the license is the same; B : license after two figures is the same, but with two different; Group C was a mathematician, he said : the license plate number four is an integral exactly the square. Please get more clues kept. * Analysis and design algorithm with the subject of a request to create a double-digit same before and after double-digit same but also between different integers, and then judge whether the integer is another integral to the square. *
Platform: | Size: 1011 | Author: 姚紫欣 | Hits:

[Other resource复件 轮渡问题

Description: 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情况,分别处理。处理如下: a 客车数不满4辆,则将排在前面的货车上船,但总数不能超过10,若没有货车等待,客车直接上船。 b 客车数满4,但不满8辆,客车先上,排在前面的只有一辆货车可以上船,若没有货车等待则货车不上。 c 客车满8辆但不满10,客车上船,排在前面的货车最多可以上2辆,但总数不能超过10。 d 客车满10,则全上客车,但总数不能超过10。 -1. I car ferry, crossing the river each ferry can carry 10 cars crossing the river, crossing the river into passenger vehicles and goods category, Ferry on the following provisions : first vehicle in a first embarkation, the first passenger ferry in the truck and four on each passenger will be permitted on a lorry. If waiting for the bus less than four, then replace the truck, without waiting for the lorry to allow passenger embarkation. Try to write a simulated crossing management. Algorithm design : a bus and the truck were established a chain cohort, the initial were empty. Later, a car is not a passenger vehicle is, it can be said of the entire process event-driven event is the two, said a passenger, said the lorry 0. Two ships have not yet arrived at the bus and the truck were ranked
Platform: | Size: 2614 | Author: 西们子 | Hits:

[Other resourceferry

Description: 该算法模拟渡口管理。过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。-the algorithm simulation ferry management. Jiang Ferry each can carry 10 cars crossing the river, crossing the river into passenger vehicles and goods category, Ferry on the following provisions : Similar cars first come-first embarkation, the first passenger ferry in the truck and four on each passenger will be permitted on a lorry. If waiting for the bus less than four, then replace the truck, without waiting for the lorry to allow passenger embarkation.
Platform: | Size: 1247 | Author: Ash | Hits:

[Other resourceApplicationofCAN

Description: 本文阐述了CAN(Controller Area Network)总线协议及其技术特点。结合应用实例,文中分析了CAN总线技术在汽车中的应用优势,并列举了应用中的关键技术。文中给出了Scania卡车基于CAN的控制体系。-This paper describes the CAN (Controller Area Network) bus protocol and its technical characteristics. Combined application examples, the article analyzes the CAN bus technology in the automotive application of advantages, and cited the application of key technologies. The text is based on the Scania truck CAN control system.
Platform: | Size: 228840 | Author: zhangsan | Hits:

[Other resourceLimitBin

Description: 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设avail[i]为箱子i 的可用容量。 初始时,所有箱子的可用容量为c 。 选择物品i放入具有最小avail且容量大于s[i]的箱子中。-packing problem : packing problems, there are a number of the capacity of the c-and n boxes to be loaded into the boxes of goods. I goods occupied s [i] units (0lt; S [i] c). Success is able to carry all of the items are put into boxes. The optimal loading refers to the use of the boxes at least the successful loading. For example, should a transportation company trucks loaded packages, each package has a certain weight, and each has its truck load restrictions (on the assumption that each truck load are the same). The truck loaded question, in the hope that at least a truck loaded parcels. This issue can be seen as packing problems. Truck corresponding to the boxes, parcels corresponding to the items. Xie crates of Best Fit is : Let avail [i] i boxes available capacity. Initially, all th
Platform: | Size: 1642 | Author: 严林 | Hits:

[CSharpfuzzytbu

Description: truck backer upper problem by using fuzzy logic-truck backer upper problem by using fuzzy l OGIC
Platform: | Size: 2379 | Author: eason lee | Hits:

[Otherqiche

Description: 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员车轮个数wheels和车重weight放在保护段中;小车类car是它的私有派生类,其中包含载人数passenger-load;卡车类truck是vehicle的私有派生类,其中包含载人数passenger-load和重量payload。每个类都有相关数据的输出方法。-have an auto vehicle, it has a need to transfer parameters Constructors, Class members of the data Number wheels and wheel weights weight on the protection of; Trolley car category is the private derived class, which includes manned several passenger-load; trucks truck category is the private vehicle of your class, manned which includes several passenger-load weight and payload. Each of these categories has a data output method.
Platform: | Size: 2972 | Author: 罗东 | Hits:

[Other resourceGPSMCU

Description: 已通过编译的GPS车载终端MCU的C语言程序-has compiled MCU GPS truck terminal C Programming Language
Platform: | Size: 18081 | Author: HBZ | Hits:

[Software EngineeringCAR_DVD_sunplus

Description: 高科公司的车载DVD方案电原理图,基于sunplus的8281,8202方案,非常实用,附带USB和SD卡插槽-high company truck DVD schematic diagram program, based on the 8281 sunplus. 8202, a very practical, fringe USB and SD Card Slot
Platform: | Size: 550762 | Author: 孙永祺 | Hits:

[Other resourceCar_ECU

Description: 大巴车整车控制器程序 包括CAN通讯,与发动机ECU通信 基于PowerPC-bus TRUCK CAN controller procedures including communications, and communications engine ECU based on PowerPC
Platform: | Size: 279246 | Author: 刘伟光 | Hits:

[OtherGG_16_Spec

Description: 车载GPSDR地图匹配组合导航系统的自适应联合卡尔曼滤波模型-truck GPSDR map matching integrated navigation system of adaptive Kalman filter model
Platform: | Size: 2926740 | Author: horfort | Hits:

[Other resourceAVswitch_M52795_driver

Description: AV开关控制芯片M52795驱动源程序。用于车载LCD TV。实际系统中使用-AV Switch Control Chip M52795-driven source. LCD TV for the truck. The actual system used
Platform: | Size: 2246 | Author: simon | Hits:

[Other resourceLC72130LC72130M

Description: 车载收音头控制源程序-first truck radio control program
Platform: | Size: 4049 | Author: XUJH | Hits:

[CSharpfuzzytbu

Description: truck backer upper problem by using fuzzy logic-truck backer upper problem by using fuzzy l OGIC
Platform: | Size: 2048 | Author: eason lee | Hits:

[OpenGL programTruck

Description: kinematic modeling and simulation of vehicle in openGL
Platform: | Size: 43008 | Author: nbn | Hits:

[Windows Developtruck

Description: silverlight animation truck.rar
Platform: | Size: 80896 | Author: eddy | Hits:

[SCMThe-alarm-horn-playing-fire-truck

Description: 喇叭演奏消防车的报警声音,Keil编写。-The alarm horn playing fire truck
Platform: | Size: 1024 | Author: 何滔滔 | Hits:

[Software EngineeringTruck-and-Freight-booking-system

Description: The Truck Management System is relates the customer and truck owners for fright management. It is complete free software so that customer can directly interact with truck owners and vice versa. In these days fleet management completely handled by agents by manually. It is very difficult for customers as well truck owners to find the right truck and right loads. This system eliminates these difficulties and makes them to interact very closely.
Platform: | Size: 81920 | Author: Periyasamy N | Hits:

[ARM-PowerPC-ColdFire-MIPSTRUCK CAN BUS PowerPC

Description: TRUCK CAN BUS PowerPC MPC566 输出轴耦合策略_外特性扭矩_SOC平衡
Platform: | Size: 279250 | Author: alex02rus | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net