Location:
Search - free aircraft
Search list
Description: 数组、指针和引用的操作练习
航空售票系统:为一个容量为10个座位飞机的航班之每次飞行分配座位。程序显示两个选项的菜单:
please type 1 for ″smoking″
please type 2 for ″nonsmoking″
如果购票人键入了1,那么程序就在吸烟区给他分配一个座位(座号1―5);如果键入了2,程序就在无烟区给他分配一个座位(座号6―10)。然后程序打印出该购票者所得的座号以及座位是在无烟区还是在吸烟区。
-Array, pointer and invoke the operation of the aviation practice ticketing system: as a seating capacity of 10 flights of aircraft allocation of seats per flight. Program displays a menu of two options: please type 1 for smoking please type 2 for nonsmoking If the tickets were type 1, then the procedures in the smoking area to give him the allocation of a seat (seat 1-5) If you type 2, the procedure to him in a smoke-free zone assigned a seat (seat 6-10). And then print out the booking procedures from the seat, as well as those seats are in a smoke-free area or in the smoking area.
Platform: |
Size: 587776 |
Author: winnichan |
Hits:
Description: 无错误的飞机订票系统。可以修改机票信息,可以订票、退票等等,标准的课程设计。-Error-free aircraft booking system. Can modify the ticket information may be booking, refunds, etc., the standard curriculum design.
Platform: |
Size: 254976 |
Author: |
Hits:
Description: 一个C语言实现的飞机票自动购票的小程序,一架飞机有5个吸烟区座位和10个无烟区座位。购票人选择要在吸烟区或者无烟区的票,如果飞机有座位就分配座位,没有则通知购票人购买下一班机的机票。-A C language realize automatic ticket booking of small procedures, a plane has five smoking areas smoke-free seats and 10 district seats. People choose to purchase in the smoking area or a smoke-free zones votes, if the aircraft has seating capacity for the distribution of seats, there is no notice to buy tickets the next flight ticket.
Platform: |
Size: 1024 |
Author: 宋莹 |
Hits:
Description: Source code of Radio Control Nikon Digital Camera Shutle. Using for Fly RC Aircraft with Nikon D40,D70,D80,D90 Models. It work with 1 free channels of RX on board of fly model.
Platform: |
Size: 17408 |
Author: Nguyen Duong |
Hits:
Description: 这是一个用VC++6.0编写的飞机小游戏,完全采用GDI函数完成,可以自定义飞机的图形。可以试着换换图片,让你的飞机自由翱翔吧!-This is a work written in VC++6.0 airplane game, complete with the completion of GDI function, you can customize the aircraft graphics. You can try a change of image, so that your aircraft flying free bar!
Platform: |
Size: 4631552 |
Author: 海涛 |
Hits:
Description: OpenGL编程之摄像漫游VC源码演示,这是学程序编游戏系列丛书中的一个实例,源码无错,编译顺利。窗口中运动的雷达和飞机是可以用键盘控制的,↑进 ↓退 →右 ←左 UP仰 DOWM俯,程序运行后会自动搜索视频渲染模式,如果找不到,会给出提示,程序也就不能运行,好好研究一下吧,这东西对编写三维游戏用得上-OpenGL programming of the camera roaming VC source code demo, this is the game of procedures compiled series of books in one instance, error-free source code, compile successfully. Window, moving radar and aircraft can be controlled using the keyboard, ↑ ↓ retreat into the left-UP ← → right-Yang DOWM stoop, the program will automatically run the search after the video rendering mode, if found, will give prompt, the program also can not run, a good look at it, this game is the lingua franca of East and West in the preparation of three-dimensional
Platform: |
Size: 50176 |
Author: parker |
Hits:
Description: FlightCtrl,德国开源航模飞控部分代码,绝对可用,欢迎下载-FlightCtrl, Germany, part of the code open source model aircraft flight control, absolutely free, please download
Platform: |
Size: 666624 |
Author: dengxin |
Hits:
Description: 这是一个非常好的飞行模拟软件,能让你感觉做飞行员的滋味。它除了完全模拟飞机内部的各种以表盘外,还提供了学习教程,培养飞行员正确处理飞机的任何一个动作,包括躲避各类建筑物等。虽然它是一个免费的软件,但功能并不比商业软件差,甚至还有比很多商业飞行模拟软件更多的模拟功能。-This is a very good flight simulator that lets you feel the pilots to do the taste. In addition to its fully simulate a variety of aircraft interior to dial, but also provides tutorials and training aircraft pilots to correctly handle any action, including to avoid all kinds of buildings. Although it is a free software, but does not function worse than commercial software, and even than many commercial flight simulation software more analog functions.
Platform: |
Size: 1909760 |
Author: fbin |
Hits:
Description: 使用MATLAB仿真ISAR在飞机目标无抖动的情形-ISAR using MATLAB simulation, jitter-free in the case of aircraft targets
Platform: |
Size: 429056 |
Author: wa |
Hits:
Description: 小型飞机飞行程序,在C-free上可以运行,使用前先打开C-free,然后复制即可。-Small aircraft flight procedures, the C-free can run, before use open C-free, then copy can be.
Platform: |
Size: 1024 |
Author: 洛夜 |
Hits:
Description: 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。
假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列
-With a queue to achieve airport takeoff and landing queue. A queue is a linked list structure encapsulates later achieve. Consider a one-minute time forward analog clock, for every minute, generates two random numbers within 0-99: If the first random number is less than landingRate* 100, then a " landing reaches the" will occur and are Add the landing queue if the second random number is less than takeOffRate* 100, then a " Arr" will occur off and added to the queue. Then, check the runway is free. When idle, first check whether the non-empty queue landing, if so, to allow the first aircraft landing Otherwise, the process takeoff queue
Platform: |
Size: 4096 |
Author: 蔡敏 |
Hits:
Description: is a market leading real time operating system (or RTOS) from Real Time Engineers Ltd. that supports 34 architectures and receives 107000 downloads a year. It is professionally developed, strictly quality controlled, robust, supported, and free to use in commercial products without any requirement to expose your proprietary source code. It is used in every imaginable market sector from toys to aircraft navigation.
Platform: |
Size: 106496 |
Author: 摇科 |
Hits:
Description: 软件介绍
须回答一些简单的问题,系统就会根据你的回答为你生成一封情书寄到你的意中人的信箱中,生成的情书变化多样,内容健康,情深歀歀,决无不良成分。
提供信件的颜色调配,可以方便自由调配信件的字体、边框、背景。
采用IP锁定限制每个IP在一段时间内只能发一封信,防止有人恶意发信。-Software introduction
Must answer some simple questions, the system will be based on your answers for you generate a letter sent to the e-mail address of your beloved, variation in the love letter generated, health, affectionate aircraft aircraft, no bad elements.
Provide the color of the deployment of the letter, you can easily free to allocate the font, border, background.
The IP lock limit for each IP in a period of time can only send a letter, prevent malicious sender.
Platform: |
Size: 28672 |
Author: dmpudn70 |
Hits:
Description: Solar energy is one of the most important renewable energy sources that has been gaining
increased attention in recent years. Solar energy is plentiful; it has the greatest availability
compared to other energy sources. The amount of energy supplied to the earth in one day by
the sun is sufficient to power the total energy needs of the earth for one year [1]. Solar energy
is clean and free of emissions, since it does not produce pollutants or by-products harmful
to nature. The conversion of solar energy into electrical energy has many application fields.
Residential, vehicular, space and aircraft, and naval applications are the main fields of solar
energy
Platform: |
Size: 18209707 |
Author: hallak_aymen@yahoo.comhallak_aymen@yahoo.com |
Hits: