搜索资源列表
HTTPS
- 现在为了保护密码,使其不再以明文传输,已经有油箱使用了https协议,该word就是对其进行详细介绍-now to protect the password, it will not expressly transmission, fuel tank has been used https agreement The word is its detailed
TemperatureController
- 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到
qicheyouliangtishi
- 一个显示汽车油量的JAVA小程序,适合广大同龄好友作业之用,还有不足之处请大家多多指点-1 showed that the automobile fuel JAVA small procedures, the majority of the same age for operating purposes friends, there are still deficiencies Department asked Members can guide
Xcomic
- Xcomic是一个喜剧发布/管理脚本,它能即时更新剧本,为喜剧剧目在网络上的发行推波助澜(类似于:Megatokyo∞ or Penny Arcade网站)" .功能包括:可定制性非常强,新闻发布,控制面板,基于php/mysql,符合XHTML/CSS ,OOP 设计.等等... -Published Xcomic is a comedy/management scr ipt, which updated the scr ipt for the comedy drama on the netw
car
- 关于汽车的购买系统,收费系统,汽车耗油系统,是早期和同学开发的JAVA程序-With regard to the purchase of motor vehicles systems, charging systems, fuel systems, and students of early development of JAVA program
Pragmatic.Bookshelf.Groovy.Recipes.Mar.2008
- Adding Groovy to Java is like adding rocket fuel to your SUV. Suddenly everything gets easier, faster, and much more responsive. Scott Davis does his normal excellent job of showing how to do so, and he does it in a clear, simple, and even ente
zqpykjfdjkfkjd
- 这个是个很不错的鹏育路。让我们的友谊龚春 很对不的系统,加油-This is a very good Peng Yu road. Let us spring is on friendship Gong is not the system, fuel
hammer
- 简单的java挥舞铁锤鼠标响应小程序~ 可以计算挥舞次数~适用于java初学者~加油-Simple java applet wielding hammers- mouse response times can be calculated waving ~ ~ for beginners java fuel
FUEL-CMS-v0.9.3_CN_build20120719
- FUELCMS 是一款基于 Codeigniter 框架开发的 CMS 系统,模块化的设计使得它非常适合二次开发,事实上它本身已经自带了 CMS 和 Blog 模块,以及完整的后台管理功能和大量工具包,是一款绝佳的学习 Codeigniter 的入门教程。-FUELCMS is a Codeigniter framework for development of the CMS system, modular design makes it ideal for secondary develop
newframe
- 建立了不同截面油箱油量模型,并在界面上显示处理,可以参考-Establish a different cross-sectional fuel tank model, and on the interface display process, can refer to
OilingCar
- 汽车加油问题。一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应 在哪些加油站停靠加油,使沿途加油次数最少。并证明算法能产生一个最优解。-Vehicle refueling problem. Fill up after a car can travel n miles. There are a number of gas stations in the journey. Design an efficient algorithm that fuel dock in
jicheng
- 继承的运用:关于汽车的,里面的类有能源、燃油、电池,天然气、驾驶、乘骑等等。-Inherited use: about cars, which the class has energy, fuel, batteries, gas, driving, ride and so on.
Exe4_3
- 3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(Fue
FUEL-CMS-v
- FUEL CMS 是一个用于创建WEB应用程序的开发框架,它使用 CodeIgniter 开发平台搭建。它最核心的特点是基于模块的思想,你可以像平常那样创建自己的模型、视图和控制器,当你需要时才使用 CMS 部分,它是一个内容管理系统和开发框架的混合体。FUEL CMS 是从一个开发平台的需求中演变而来,它首先是一个框架,其次才是一个内容管理系统。我们使用 CodeIgniter 搭建是因为它是一个轻量级的PHP框架,它只提供底层的驱动,而把具体实现细节留给应用,可以让我们使用 MVC
FUEL CMS_0.9.3
- FUELCMS 是一款基于Codeigniter框架开发的CMS系统,模块化的设计使得它非常适合二次开发,事实上它本身已经自带了CMS和Blog模块,以及完整的后台管理功能和大量工具包,是一款绝佳的学习Codeigniter的入门教程。 FUELCMS is a CMS system based on Codigniter framework. Modular design makes it very suitable for secondary development. In fact, i
Homework08
- 利用前面提到的SupplyDepot、Transport和CapableOfBeingRefefuelled类/接口,为Air-plane增加一个main()方法,然后为supplyDepot等增加必要的字段、参数和代码,以便CapableOfBeingRefefuelled能够告诉service()方法需要加多少油。同时要确保Depot中的油应相应地减少,而实现CapableOfBeingRefefuelledi的类对象应相应地增加。(Using the upplyDepot, Transpo