登录
首页 » Visual C++ » JoystickRead

JoystickRead

于 2021-04-27 发布 文件大小:3635KB
0 281
下载积分: 1 下载次数: 19

代码说明:

  该程序能实时、准确、快速的读取飞行摇杆的数据,大大方便了对飞行摇杆的二次开发(The program can be real-time, accurate, fast read data of flight rocker, greatly facilitate the secondary development of flying rocker)

文件列表:

JoystickRead
............\Debug
............\.....\Joystick.bsc,4989952,2011-02-21
............\.....\Joystick.exe,106560,2011-02-21
............\.....\Joystick.ilk,201168,2011-02-21
............\.....\Joystick.obj,13108,2011-02-21
............\.....\Joystick.pch,6947368,2011-02-15
............\.....\Joystick.pdb,369664,2011-02-21
............\.....\Joystick.res,2348,2011-02-21
............\.....\Joystick.sbr,0,2011-02-21
............\.....\JoystickDlg.obj,24121,2011-02-21
............\.....\JoystickDlg.sbr,0,2011-02-21
............\.....\StdAfx.obj,105713,2011-02-15
............\.....\StdAfx.sbr,1376555,2011-02-15
............\.....\vc60.idb,222208,2011-02-21
............\.....\vc60.pdb,372736,2011-02-21
............\Joystick.aps,34844,2011-02-21
............\Joystick.clw,829,2011-02-22
............\Joystick.cpp,2091,2011-02-15
............\Joystick.dsp,4237,2011-02-15
............\Joystick.dsw,539,2011-02-15
............\Joystick.h,1346,2011-02-15
............\Joystick.ncb,58368,2011-02-22
............\Joystick.opt,49664,2011-02-22
............\Joystick.plg,1166,2011-02-21
............\Joystick.rc,4591,2011-02-21
............\JoystickDlg.cpp,4502,2011-02-21
............\JoystickDlg.h,1478,2011-02-21
............\ReadMe.txt,3615,2011-02-15
............\res

............\...\Joystick.rc2,400,2011-02-15
............\Resource.h,548,2011-02-21
............\StdAfx.cpp,210,2011-02-15
............\StdAfx.h,1054,2011-02-15

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

发表评论

0 个回复

  • image-vector
    图像矢量化源码,一个图像矢量化源码,可运行在vc++6.0平台式(Image vector)
    2020-10-12 20:17:33下载
    积分:1
  • Terrain3DTest
    三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
    2010-08-30 22:02:36下载
    积分:1
  • CATIA-CAA-GenerateImage
    CATIA软件的二次开发,通过CAA开发创建图片(Generate Image in CATIA software by CAA)
    2020-11-09 14:09:46下载
    积分:1
  • src-mcml.tar
    一个很有名的学术源码,模拟光在组织中的传输过程,包括光的散射折射等一系列物理现象。(A well-known academic source, analog optical transmission in the organization process, including the scattering of light refraction, such as a series of physical phenomena.)
    2021-04-08 10:59:01下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • keymove
    说明:  在vs2005 与Brew环境开始的小程序,可以用来学习(Brew in the vs2005 environment began with a small program that can be used to study)
    2011-02-18 18:01:57下载
    积分:1
  • DIBAPI
    说明:  对图片的处理很好的源代码,对图片的处理很好的源代码,对图片的处理很好的源代码,对图片的处理很好的源代码,对图片的处理很好的源代码(very important for the picture!very important for the picture!very important for the picture!very important for the picture!very important for the picture!)
    2009-08-29 16:22:32下载
    积分:1
  • comnunication
    使C++语言编程,实现双机在联网条件下通过IP地址实现通信。(With C++,we can make two computers commnicate with each other when they are on the Internet.)
    2012-07-05 09:36:56下载
    积分:1
  • daoyouzixun
    根据课程设计任务书要求,为校园管理部门设计一个简单的导游咨询程序, 实现如下功能: (1) 设计校园平面图,所含景点不少于10个,以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。 (2) 为来访客人提供图中任意景点相关信息的查询。 (3) 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的路径(列出所有),并向访客推荐一条最短路径。(Curriculum design task requirements for campus management department to design a simple guide consultation process to achieve the following functions: (1) The design of the campus plan, contained in the attractions of not less than 10, said the campus attractions to vertices in the graph store Attraction name, code, brief information, edges in the graph represents a road between the attractions storage path length information. (2) information query any attractions for visiting guests. (3) provide for the visiting guests to ask the way of any attractions query, that query path between any two attractions (list all) to visitors recommend a shortest path.)
    2013-03-23 15:21:40下载
    积分:1
  • ImageProcessing_Measure
    说明:  图像打开,直线,角度,圆面积的测量。 代码比较容易看懂,可以在此基础上扩展(images open, linear, angle, round area measurements. Code is easier to read, on the basis of this expansion)
    2006-04-10 22:40:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载