登录
首页 » LabView » 51 Labview

51 Labview

于 2020-03-06 发布
0 180
下载积分: 1 下载次数: 4

代码说明:

说明:  使用单片机控制电机,在labview界面上调节相关的控制参数,在labview界面上观测各个控制的参数变量。(The single chip microcomputer is used to control the motor, the relevant control parameters are adjusted on the LabVIEW interface, and the parameter variables of each control are observed on the LabVIEW interface.)

文件列表:

51%2BLabview\Data.mdb, 315392 , 2018-07-02
51%2BLabview\data.udl, 402 , 2018-07-02
51%2BLabview\Labview_motor.vi, 128281 , 2018-07-02
51%2BLabview\test, 3703 , 2018-07-01
51%2BLabview\test.c, 3483 , 2018-07-01
51%2BLabview\test.hex, 2710 , 2018-07-01
51%2BLabview\test.lnp, 25 , 2018-07-01
51%2BLabview\test.LST, 8711 , 2018-07-01
51%2BLabview\test.M51, 14979 , 2018-07-01
51%2BLabview\test.OBJ, 5800 , 2018-07-01
51%2BLabview\test.Opt, 1098 , 2018-07-01
51%2BLabview\test.plg, 187 , 2018-07-01
51%2BLabview\test.Uv2, 1978 , 2018-06-11
51%2BLabview\test_Opt.Bak, 1098 , 2018-07-01
51%2BLabview\test_Uv2.Bak, 1978 , 2018-06-11
51%2BLabview\新建文本文档.txt, 3445 , 2018-06-28
51%2BLabview\登录界面.vi, 209012 , 2018-07-02
51%2BLabview\管理员界面.vi, 175246 , 2018-07-02
51%2BLabview, 0 , 2018-07-02

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

发表评论

0 个回复

  • 关于uboot的移植及命令的一些介绍,查作为移植使用的参考
    关于uboot的移植及命令的一些介绍,查作为移植使用的参考-on uboot transplant and ordered to definitely check the use of transplantation as a reference
    2022-08-08 19:32:17下载
    积分:1
  • PSO
    说明:  基于matlab粒子群算法的实现,PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度(Realization of genetic algorithm based on MATLAB)
    2021-01-29 19:19:29下载
    积分:1
  • facility
    matlab调用cplex,解决工厂选址等类型的问题(examples of matlab and cplex)
    2018-04-16 00:03:29下载
    积分:1
  • ECE451-LCS-Assignment-01-Solutions
    Linear Control Systems
    2018-10-09 17:16:25下载
    积分:1
  • * Has a debug LED, button, digital control verilog procedures, and debugging in...
    *先后调试了LED,按键,数码管的verilog程序,并在实验板上面调试成功!学习FPGA是一个漫长的过程,但是我必须得坚持!前途光明,道路崎岖! 这次在垃圾堆(我工作台下面的抽屉和柜子,呵呵)里面搜索了一个以前用C8051F020作的一个单片机 最小系统,其中有一个PS2的数字小键盘,于是马上鼓捣了一下,复习了一下PS2传输数据的规则,其实还是比较简单的,所以很快就把程序搞定,并在电路板上运行正常!!! -* Has a debug LED, button, digital control verilog procedures, and debugging in the experiment above board success! FPGA is a long learning process, but I have to insist! A bright future, roads and rugged! In the garbage (I workbench drawers and cabinets below, huh, huh) search inside a previously C8051F020 minimum for a single-chip systems, which have a small number of PS2 keyboard, then immediately鼓捣, then review the PS2 data about the rules, in fact, relatively simple procedures so they get very quickly, and in the normal operation of the circuit board! ! !
    2022-02-13 14:46:38下载
    积分:1
  • 编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。...
    编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。-compiler "24 points. DSW "documents, the Debug directory will generate" new 24 points. Exe "document, double-click the file directly, and can run the 24-point procedures.
    2023-02-26 15:50:03下载
    积分:1
  • XDJ-R1 TRAKTOR PRO2 SETTINGS
    PIONEER_XDJ-R1_V101_win.tsi
    2020-06-24 07:20:02下载
    积分:1
  • 实现从RTP中分析和提取语音。可以直接播放或者存成wav文件
    实现从RTP中分析和提取语音。可以直接播放或者存成wav文件-From RTP voice in the analysis and extraction. Player can be directly or saved as wav file
    2022-09-20 02:40:03下载
    积分:1
  • SuperMario
    自己编写的java版本的类超级玛丽游戏,内含两个关卡,并保证所有的元素尽可能出现一次;源代码的注释比较详细(I have written the java version of class Super Mario game, containing the two checkpoints, and to ensure that all the elements as much as possible once source code comment in more detail)
    2012-07-08 16:46:12下载
    积分:1
  • Delphi MouseHook鼠标钩子
    Delphi MouseHook鼠标钩子,全局映像文件, 如果没有TMappingMem, hook就只对本进程起作用,子类TMouseHook, 只提供事件接口实现,关键所在, 通过AllocateHWnd创建一个不可见的窗体, 来实现所有消息的中转,通过TMouseHookBase的WndProc来实现对消息的响应,最终并附有测试项目的源码。
    2023-05-03 15:00:03下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载