登录
首页 » Visual C++ » 11111

11111

于 2010-02-02 发布 文件大小:165KB
0 324
下载积分: 1 下载次数: 7

代码说明:

  Thanks for downloading my Logix RC flight simulator. This is a Micro Visual C++ project, so it would be easiest for you to open it with MSVC++ but if you dont have it, you can always use your own compiler, the source files are all there. My program uses some free library offered by Microsoft that make direct X much easier and faster to use. They are located in the 3dPlus directory, you will have to add them to the lib, and include directory on your compiler. The EXE is included, it searches for a bitmap to use as the ground, this is determined in the source. Im know the commenting on the source leaves some to be expected, but i‘ve run low on time. If you need help, source code to the librarys, or anything else email me at: logix@ionet.net I‘ll even send you a CD with everything on it if you mail me a few dollars. Please feel free to distribute this but leave it intact. 本站提供飞行模拟器免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • beginningVCPP
    初学者入门适合看的代码,很简单,就是一个界面编辑(beginning learning vc code)
    2012-02-21 14:55:12下载
    积分:1
  • DSP
    数字图像的DSP处理算法,FFT以及其它…… (DSP digital image processing algorithms, FFT, and other ... ...)
    2020-12-23 21:59:08下载
    积分:1
  • drawlinewithc
    在屏幕上运用鼠标划线,并且随时可以获取鼠标在屏幕上的坐标。(You can draw a line with this code,also ,you can get the mouse s location with it at anytime.)
    2009-06-12 11:11:04下载
    积分:1
  • Videoplayer
    使用VC控件Videoplayer制作的简单的视频播放器!(Control the use of VC produced Videoplayer simple video player!)
    2009-04-17 10:21:08下载
    积分:1
  • TI-C6000-optimization--guide
    为TI DSP 初学者收集整理了一系列的代码优化文档,并给出一个学习这些文档的流程,在doc文档中进行了一个概述和串联,帮助初学者更好更快的进入状态。(The optimization of code documents a series of TI DSP beginners collection, optimization including C and assembly code, and presents a learning process in these documents, DOC documents made a summary and series, to help beginners to better and faster to enter the state. )
    2013-10-04 11:47:32下载
    积分:1
  • Baidu
    一个利用bcb的dll写的vc翻译软件 翻译引擎本身简单, 技巧在于利用vc调用bc(Bcb of a use vc dll written translation software translation engine itself is simple trick is to use vc calling bc)
    2013-12-12 14:17:15下载
    积分:1
  • VPNClient
    软件名称:VPN客户端软件 版本号:1.0 开发环境:VS2010 开发语言:C++ 功能描述: 1、一键式创建VPN连接 2、自动选择VPN类型(PPTP、L2TP、SSTP、IKEv2) 3、断线重拨 *完美支持WINXP、WIN7、WIN2003 *采用SkinH做界面,看上去很帅。 ————————–华丽的分割线————————————————- 网上有很多VPN客户端源代码,但是普遍存在问题,例如在WINXP下运行正常,但是到WIN7下就会报错,各种问题层出不穷,所以我对代码进行了改良。(Software Name: VPN client software version number: 1.0 development environment: VS2010 development languages: C++ Description: 1, one button to create a VPN connection 2, automatically select the type of VPN (PPTP, L2TP, SSTP, IKEv2) 3, reconnection dial* perfect support WINXP, WIN7, WIN2003* using SkinH do interface looks very handsome.--------- Gorgeous split line----------------- There are many online VPN client source code, but common problems, such as running under normal WINXP But the next error will WIN7 various problems emerging, so I modified the code of the.)
    2014-06-19 11:28:55下载
    积分:1
  • rain_snow_nature
    用vc++和directx实现雨、雪等自然环境的特效(this is a program which describe the nature of rainning and snow.It is very important to the people who is learning the program of directx )
    2009-06-06 11:47:12下载
    积分:1
  • 22KB
    Ghost最新远程控制源码动态传输小马22KB 源码只供参考请勿用于非法用途! (Ghost remote control source dynamic transmission pony 22KB)
    2020-07-30 14:28:37下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载