登录
首页 » Visual C++ » TPPendulumh

TPPendulumh

于 2020-09-10 发布 文件大小:3677KB
0 325
下载积分: 1 下载次数: 194

代码说明:

  这个程序是基于固高公司运动控制卡的倒立摆完整控制程序,包括括了界面、实时曲线显示、算法等部分。, (This program is a card based on the the Googol movement control inverted pendulum complete control procedures, including including the interface, real-time curve display, algorithms and other parts. ,)

文件列表:

TPPendulumh
...........\Pendulum
...........\........\Debug
...........\........\.....\MultiColorPlotCtrl.obj,58531,2009-04-22
...........\........\.....\Pendulum.exe,2154587,2009-04-22
...........\........\.....\Pendulum.ilk,2761296,2009-04-22
...........\........\.....\Pendulum.obj,20127,2009-04-22
...........\........\.....\Pendulum.pch,5466260,2009-04-22
...........\........\.....\Pendulum.pdb,4137984,2009-04-22
...........\........\.....\Pendulum.res,12184,2009-04-22
...........\........\.....\PendulumDlg.obj,57014,2009-04-22
...........\........\.....\StdAfx.obj,105610,2009-04-22
...........\........\.....\TabPage1.obj,9548,2009-04-22
...........\........\.....\TabPage2.obj,9548,2009-04-22
...........\........\.....\vc60.idb,222208,2009-04-22
...........\........\.....\vc60.pdb,380928,2009-04-22
...........\........\GT400.dll,81920,2006-06-21
...........\........\Gt400.h,7212,2006-06-21
...........\........\GT400.lib,34746,2006-06-21
...........\........\MemDC.h,2947,2009-02-06
...........\........\MultiColorPlotCtrl.cpp,14165,2009-02-06
...........\........\MultiColorPlotCtrl.h,5228,2007-01-17
...........\........\Pendulum.aps,43712,2009-04-22
...........\........\Pendulum.clw,5388,2009-04-22
...........\........\Pendulum.cpp,2091,2009-02-21
...........\........\Pendulum.dsp,4668,2009-04-06
...........\........\Pendulum.dsw,524,2009-02-21
...........\........\Pendulum.h,1346,2009-02-21
...........\........\Pendulum.ncb,189440,2009-04-22
...........\........\Pendulum.opt,351232,2009-04-22
...........\........\Pendulum.plg,2245,2009-04-22
...........\........\Pendulum.rc,12345,2009-04-22
...........\........\PendulumDlg.cpp,21281,2009-04-22
...........\........\PendulumDlg.h,3911,2009-04-22
...........\........\ReadMe.txt,3615,2009-02-21
...........\........\res

...........\........\...\Pendulum.rc2,400,2009-02-21
...........\........\Resource.h,3444,2009-04-22
...........\........\StdAfx.cpp,210,2009-02-21
...........\........\StdAfx.h,1054,2009-02-21
...........\........\TabPage1.cpp,1011,2009-02-21
...........\........\TabPage1.h,1239,2009-02-21
...........\........\TabPage2.cpp,1011,2009-02-21
...........\........\TabPage2.h,1239,2009-02-21

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

发表评论

0 个回复

  • a
    说明:  模仿msn界面弹出效果。另有提示文本的效果。(Imitate msn interface pop-up effect. Otherwise the effect of prompt text.)
    2008-04-11 17:50:08下载
    积分:1
  • Calendar(v1.01)
    WTL编写日历控件,继承EDIT控件自绘而且,可自行修改方便使用(WTL DRAW calendar)
    2016-03-03 11:50:12下载
    积分:1
  • miltikedia
    C语言编程宝典,提供指针,数据库,VC,图像处理,多媒体学者应用,(C language programming treasure book, provides the pointer, the database VC, the image processing, the multimedia scholar application,)
    2018-08-06 13:15:31下载
    积分:1
  • 便捷的图形用户终端
    便捷的图形用户界面终端.rar(convenient graphical user interface terminal. Rar)
    2005-01-27 11:44:43下载
    积分:1
  • biaoge
    VC++制作功能强大的表格控件,菜鸟必经之路!(VC++ create a powerful form controls, the only way for rookie!)
    2009-03-11 00:58:20下载
    积分:1
  • Plugin
    VB插件编写示例及调用演示源程序,有需要的就下.(VB demo source plug-ins writing sample and call, is in need.)
    2013-07-28 08:12:48下载
    积分:1
  • MFC
    MFC的控件中实现OPENCV的摄像头显示-(MFC control to achieve OPENCV camera-)
    2012-08-03 22:06:50下载
    积分:1
  • cst
    圆盘仪表控件 V3.1(4143KB),圆盘仪表控件 V3.1(4143KB)(Instrument control disc V3.1 (4143KB), disc Instrument Control V3.1 (4143KB))
    2007-10-06 16:01:41下载
    积分:1
  • DemoBCGPrj
    一个使用用BCG库创建的demo工程,其中包括工作区,类似于一个小IDE(A use of BCG database created with demo projects, including work area, similar to a small IDE)
    2008-01-25 09:35:12下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载