在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → labview实例大全

labview实例大全

一般编程问题

下载此实例

实例介绍

【实例简介】labview实例,包含棋类编程等

【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_各种经典的LabVIEW实例.rar
└── 各种经典的LabVIEW实例
    └── 实例
        ├── DAQmx持续读取
        │   └── DAQmx持续读取.vi
        ├── Excel相关
        │   └── Excel相关.llb
        ├── Google_Earth和LV
        │   └── Google_Earth和LV.llb
        ├── LEDX控制
        │   ├── LED Display.rtm
        │   ├── LED Display.xctl
        │   ├── LED Probe.ctl
        │   ├── LED-ASCII Code to Character Grid.vi
        │   ├── LED-Change text.vi
        │   ├── LED-Ctl2Ind.vi
        │   ├── LED-Data.ctl
        │   ├── LED-Facade.vi
        │   ├── LED-Init.vi
        │   ├── LED-New Text.vi
        │   ├── LED-Set Text_Label.vi
        │   ├── LED-Set Text_Tag.vi
        │   ├── LED-State.ctl
        │   ├── LED-ctrl ref scroll.vi
        │   ├── LED-single iteration scroll.vi
        │   ├── LEDXCtl.ico
        │   ├── ProjectLED.aliases
        │   ├── ProjectLED.lvproj
        │   ├── Read_Me.vi
        │   └── XCtrl-State Changed.vi
        ├── LED控制
        │   └── LED控制.vi
        ├── LabVIEW钢琴
        │   ├── LabVIEW Piano
        │   │   ├── Labview Composer.vi
        │   │   ├── Note Interpreteur.vi
        │   │   └── System Beep.vi
        │   └── Labview Composer.vi
        ├── PPT设定
        │   └── PPT设定.vi
        ├── ProtectWordDocument
        │   ├── Word Protect & Unprotect Document Example & Test.vi
        │   ├── Word Protect Document.vi
        │   └── Word Unprotect Document.vi
        ├── Windows API
        │   └── Labview windows util
        │       ├── LVWUtil32.dll
        │       ├── WINKEY.LLB
        │       ├── WINNET.LLB
        │       ├── WINUTIL.LLB
        │       ├── Winevent.llb
        │       └── Winsys.llb
        ├── XControl控件
        │   ├── Ability
        │   │   ├── Convert State for Save.vi
        │   │   ├── Data.ctl
        │   │   ├── Facade.vi
        │   │   ├── Init.vi
        │   │   ├── State.ctl
        │   │   └── Uninit.vi
        │   ├── Control
        │   │   ├── Chess Position.ctl
        │   │   ├── Interactive Action.ctl
        │   │   ├── Method Call.ctl
        │   │   └── Pict Ring Chess.ctl
        │   ├── Demo
        │   │   ├── Computer Play One Step.vi
        │   │   ├── Demo.vi
        │   │   ├── Event Initialize.vi
        │   │   └── Get Result.vi
        │   ├── Method
        │   │   ├── New Game.vi
        │   │   └── Play One Step.vi
        │   ├── Othello.lvproj
        │   ├── Othello.xctl
        │   ├── Property
        │   │   ├── Available White Position Read.vi
        │   │   ├── Current Color Read.vi
        │   │   └── Interactive Action Event Read.vi
        │   ├── SubVI
        │   │   ├── Check All Position.vi
        │   │   ├── Get New Chess Color.vi
        │   │   ├── If Position Available.vi
        │   │   ├── If The Position is in List.vi
        │   │   ├── Mouse Coords to Chess Position.vi
        │   │   ├── Positions Should Turn.vi
        │   │   └── Put One Chese.vi
        │   └── readme.txt
        ├── labview8.6如你所愿
        │   └── labview8.6如你所愿.llb
        ├── labview8.6自动连接条件结构
        │   ├── Case Structure Auto Linking Example.vi
        │   └── Case Structure Auto Linking.doc
        ├── remotepanellogin
        │   ├── Main.vi
        │   └── Remote Panel Login.vi
        ├── 从Excel读数据
        │   └── 从Excel读数据.vi
        ├── 在N个脉冲后开始或结束连续采集
        │   └── 在N个脉冲后开始或结束连续采集.vi
        ├── 在windows explorer中直接生成VI
        │   ├── Create Empty VI.reg
        │   ├── Create New Reg Data.vi
        │   └── readme.txt
        ├── 围棋
        │   └── Chess
        │       ├── Chess.vi
        │       ├── EnableSquare.vi
        │       ├── InitBoard.vi
        │       ├── Move.vi
        │       ├── MoveFromTo.vi
        │       ├── PieceType.vi
        │       ├── PossibleMove.vi
        │       ├── SquareType.vi
        │       ├── WhichClicked.vi
        │       └── WhichPiece.vi
        ├── 调用C-动态数据库
        │   ├── LabVIEW_code_and_DLL
        │   │   ├── GenSort.dll
        │   │   ├── GenSort.lib
        │   │   └── GenSortRandC.vi
        │   ├── Source_code_for_dll
        │   │   ├── CVI Stuff
        │   │   │   ├── GenSort.dll
        │   │   │   ├── GenSort.lib
        │   │   │   ├── GenSortRand.c
        │   │   │   ├── GenSortRand.cws
        │   │   │   └── GenSortRand.prj
        │   │   ├── VS2008
        │   │   │   ├── GenSort.cpp
        │   │   │   ├── GenSort.sln
        │   │   │   ├── GenSort.suo
        │   │   │   ├── GenSort.vcproj
        │   │   │   ├── StdAfx.cpp
        │   │   │   └── StdAfx.h
        │   │   └── Visual C Stuff
        │   │       ├── GenSort.cpp
        │   │       ├── GenSort.dsp
        │   │       ├── GenSort.dsw
        │   │       ├── GenSort.ncb
        │   │       ├── GenSort.opt
        │   │       ├── GenSort.plg
        │   │       ├── MSVSReadMe.txt
        │   │       ├── StdAfx.cpp
        │   │       └── StdAfx.h
        │   └── readme.txt
        ├── 获取MAC地址
        │   └── 获取MAC地址.vi
        ├── 打开PDF文件
        │   └── 打开PDF文件.vi
        ├── 模拟PID控制
        │   └── 模拟PID控制.vi
        ├── 贪食蛇
        │   └── Snake
        │       ├── SNAKE.vi
        │       ├── ccw.vi
        │       ├── collision_self.vi
        │       ├── collision_wall.vi
        │       ├── next_move.vi
        │       ├── resolve_apples.vi
        │       ├── snake.aliases
        │       ├── snake.ini
        │       ├── snake.lvproj
        │       ├── xyplot.ctl
        │       ├── xyplot_delete.vi
        │       └── xyplot_insert.vi
        ├── 关机程序
        │   └── 关机程序.vi
        ├── 加快转速
        │   └── 加快转速.vi
        ├── 指针提示
        │   └── 指针提示.vi
        ├── 数字时钟
        │   └── 数字时钟.vi
        ├── 旋转数组
        │   └── 旋转数组.vi
        ├── 清除图表
        │   └── 清除图表.vi
        ├── 计算峰数
        │   └── 计算峰数.vi
        ├── 设定坐标
        │   └── 设定坐标.vi
        ├── 设置墙纸
        │   └── 设置墙纸.vi
        ├── 键盘控制TAB控件
        │   └── 键盘控制TAB控件.vi
        ├── 系统执行VI
        │   └── 系统执行VI.vi
        ├── 远程开启VI
        │   └── 远程开启VI.vi
        ├── 三基色混合
        │   └── 三基色混合.vi
        ├── 移位寄存器
        │   ├── 移位寄存器1.vi
        │   └── 移位寄存器2.vi
        ├── 簇数组排序
        │   └── 簇数组排序.vi
        ├── 警报状态机
        │   ├── 警报控件.ctl
        │   └── 警报状态机.vi
        ├── 黑白棋程序
        │   ├── AutoPutOneChess.h
        │   ├── CheckStatus.h
        │   ├── Othello auto position value coner deferent color.vi
        │   ├── Othello auto position value coner same color.vi
        │   ├── Othello auto position value edge same color.vi
        │   ├── Othello auto position value.vi
        │   ├── Othello auto putdown.vi
        │   ├── Othello auto.vi
        │   ├── Othello calculate vaild position.vi
        │   ├── Othello check status.vi
        │   ├── Othello client.vi
        │   ├── Othello input and out put.vi
        │   ├── Othello print chess.vi
        │   ├── Othello read from server.vi
        │   ├── Othello send message to client.vi
        │   ├── Othello serch 2D arrary.vi
        │   ├── Othello server.vi
        │   ├── Othello super input output.vi
        │   ├── Othello super putdown.vi
        │   ├── Othello super.vi
        │   ├── Othello turn over the chesses.vi
        │   ├── Othello whether position valid.vi
        │   ├── Othello.c
        │   ├── Othello.vi
        │   ├── OthelloAutoPlay.dll
        │   ├── Readme.txt
        │   └── TurnOver.h
        ├── 使用鼠标画圆
        │   └── 使用鼠标画圆.vi
        ├── 删除选定文件
        │   └── 删除选定文件.vi
        ├── 功能全局变量
        │   ├── Call Functional Global Variable.vi
        │   └── Resources
        │       ├── Action Items.ctl
        │       └── Functional Global Variable.vi
        ├── 多列列表排序
        │   └── 多列列表排序.llb
        ├── 改变字体大小
        │   └── 改变字体大小.vi
        ├── 改变通道标题
        │   └── 改变通道标题.vi
        ├── 连续写入文件
        │   └── 连续写入文件.vi
        ├── 改变装饰件颜色
        │   └── 改变装饰件颜色.vi
        ├── 数字滚动条事件
        │   └── 数字滚动条事件.vi
        ├── 给图表加滚动条
        │   └── Graph_Scrollbar.vi
        ├── 使用键盘退出循环
        │   └── 使用键盘退出循环.vi
        ├── 生产者消费者循环
        │   └── Queuesvlocal
        │       ├── Points Difference.vi
        │       ├── Queues vs Local Variables.vi
        │       └── Sine Wave.vi
        ├── 读取二维数组所有数据
        │   └── 读取二维数组所有数据.vi
        ├── 工程库实现面向对象编程
        │   ├── LvClassBuffer
        │   │   ├── Create Buffer.vi
        │   │   ├── Create Index.vi
        │   │   ├── Destroy Buffer.vi
        │   │   ├── Destroy Index.vi
        │   │   ├── Get Data.vi
        │   │   ├── Get Index.vi
        │   │   ├── LvClassBuffer.cpp
        │   │   ├── LvClassBuffer.def
        │   │   ├── LvClassBuffer.dll
        │   │   ├── LvClassBuffer.h
        │   │   ├── LvClassBuffer.lvlib
        │   │   └── Set Index.vi
        │   ├── Pig
        │   │   ├── Attribute Operator.ctl
        │   │   ├── Close.vi
        │   │   ├── Data Memory.ctl
        │   │   ├── Data Memory.vi
        │   │   ├── Data Type.ctl
        │   │   ├── Eat.vi
        │   │   ├── Name.vi
        │   │   ├── New.vi
        │   │   ├── Pig LvLib Demo.vi
        │   │   ├── Pig.lvlib
        │   │   ├── Reference Data Type.ctl
        │   │   ├── Sleep.vi
        │   │   └── Weight.vi
        │   ├── Pig XControl
        │   │   ├── Pig
        │   │   │   ├── Data.ctl
        │   │   │   ├── Eat.vi
        │   │   │   ├── Facade.vi
        │   │   │   ├── Init.vi
        │   │   │   ├── Name Read.vi
        │   │   │   ├── Name Write.vi
        │   │   │   ├── Pig.xctl
        │   │   │   ├── Pig.xctl.bak
        │   │   │   ├── Sleep.vi
        │   │   │   ├── State.ctl
        │   │   │   ├── Weight Read.vi
        │   │   │   └── Weight Write.vi
        │   │   ├── Pig XControl Demo.vi
        │   │   └── Pig XControl.lvlib
        │   ├── Pig.lvproj
        │   └── Readme.txt
        ├── 写入数据至用户指定的单元格
        │   └── 写入数据至用户指定的单元格.llb
        └── 这个程序演示利用队列来实现数据的传引用
            ├── Demo Queue.lvproj
            ├── Demo.vi
            ├── Get Data.vi
            ├── Initialize Data.vi
            ├── Readme.txt
            ├── Release Data.vi
            ├── Set Name.vi
            └── Set Number.vi

78 directories, 239 files


标签: labview实例

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警