Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • VRPSolver.zip Vehicle routing problem
  • 6DOF.rar ... 6 degrees of freedom: three rotations and three translations. Since a vehicle both translates and rotates through the air, two coordinate systems keep track of the vehicle. The first is a known or fixed reference system, referred to here as ...
  • vehicledetection.rar programme for vehicle detection
  • mlcentralfiles123.zip Vehicle Climate Control System
  • traffic_simevents123.zip Vehicle Traffic Patterns at an Intersection (SimEvents)
  • Anewcartwolives_Midi_MIDIutilityvehicle_brandplann 一部新车两种生活_Midi_迷迪多功能车_品牌规划及传播纪实A new car two lives _Midi_ MIDI utility vehicle _ brand planning and dissemination of documentary
  • matlab-a-practical-introduction-to-programming-an ... of this book is to teach basic programming concepts and skills needed for basic problem solving, all using MATLAB® as the vehicle. MATLAB is a powerful software package that has built-in functions to accomplish a diverse range of tasks, from ...
  • Segmentation.zip Vehicle Serial Numbers ,and Money Value detection
  • 03-vn-CAN-HLP.rar Vehicle Networks NetworksCAN-based Higher Layer
  • src.rar ... 交通工具的父类(Transport): (1) 属性包括速度、载重量: (2) 方法包括构造方法和显示属性的方法。 (3) 定义Transport的子类VehicleVehicle有自己新增的属性:车轮数、车牌号;定义对新增的属性进行显示的方法。 (4) 定义Transport的子类Airplane,Airplane ... 有自己新增的属性:发动机类型、座位数;定义对新增的属性进行显示的方法。 (5) 在测试类的main()方法中分别创建Vehicle和Airplane的对象,调用显示属性的方法。