实例介绍
LabVIEW 黑白棋程序+制作教程、电梯实例、俄罗斯方块实例、员工管理系统
【实例截图】
【核心代码】
45a94f64-6424-4537-a9d3-34feee902bee
└── labview实例
├── LabVIEW 黑白棋程序+制作教程
│ ├── Othello 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.aliases
│ │ ├── Othello.lvlps
│ │ ├── 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
│ ├── Thumbs.db
│ ├── 黑白棋.JPG
│ └── 黑白棋制作—— LabVIEW 界面设计探索.pdf
├── Webcam.vi
├── 俄罗斯方块实例
│ └── InputDemo.llb
├── 员工管理系统
│ ├── 第一名 何凌 公司问题
│ │ ├── Doc
│ │ │ ├── in1000.txt
│ │ │ ├── in100.txt
│ │ │ ├── in2000.txt
│ │ │ ├── in200.txt
│ │ │ ├── in3000.txt
│ │ │ ├── in4000.txt
│ │ │ ├── in500.txt
│ │ │ ├── in50.txt
│ │ │ ├── in.txt
│ │ │ └── 说明附表3.doc
│ │ ├── Src
│ │ │ ├── Employee
│ │ │ │ ├── AddEmployeeToTree.vi
│ │ │ │ ├── CheckEmployee.vi
│ │ │ │ ├── Employee.lvclass
│ │ │ │ ├── EmployeeToString.vi
│ │ │ │ ├── GetEmployeeInfoCluster.vi
│ │ │ │ ├── StringArrayToEmployee.vi
│ │ │ │ ├── StringToDouble.vi
│ │ │ │ ├── StringToEmployee.vi
│ │ │ │ └── StringToInt32.vi
│ │ │ ├── EmployeeHashTable
│ │ │ │ ├── DeleteEmployee.vi
│ │ │ │ ├── EmployeeHashTable.lvclass
│ │ │ │ ├── EmptyHashTable.vi
│ │ │ │ ├── GetDirectSubEmployess.vi
│ │ │ │ ├── GetHashIndex.vi
│ │ │ │ ├── GetSetEmployee.vi
│ │ │ │ ├── InsertEmployee.vi
│ │ │ │ ├── SearchEmployeeInArray.vi
│ │ │ │ ├── SearchEmployee.vi
│ │ │ │ └── TraverseInEmployeeHashTable(BreadthFirst).vi
│ │ │ ├── EmployeeStore
│ │ │ │ ├── BundEmployeeStore.vi
│ │ │ │ ├── EmployeeStore.lvclass
│ │ │ │ ├── GetEmployeeStoreCluster.vi
│ │ │ │ ├── InsertSubEmployeeIndex.vi
│ │ │ │ ├── RemoveSubEmployeeIndex.vi
│ │ │ │ └── UnbundEmployeeStore.vi
│ │ │ ├── Main.vi
│ │ │ ├── TreeOperator
│ │ │ │ └── GetEmployeeFromTree.vi
│ │ │ ├── VI company.aliases
│ │ │ ├── VI company.lvproj
│ │ │ └── 版权声明.txt
│ │ └── 版权声明.txt
│ └── 说明.doc
├── 大量LabVIEW的经典例程
│ ├── Tab控件
│ │ └── Tab Control Properties.llb
│ ├── Windows标准Dialog
│ │ └── Dialog.vi
│ ├── Windows标准风格窗口
│ │ ├── Menu.rtm
│ │ └── Windows标准风格窗口.vi
│ ├── 信号处理
│ │ └── Signal Generation and Processing.llb
│ ├── 列表框控件
│ │ └── Listbox to Select Multiple Waveforms Demo.llb
│ ├── 图片控制
│ │ └── robot.llb
│ ├── 声音控制
│ │ └── Sim Phone.llb
│ ├── 字符串
│ │ ├── Binary vs ASCII.vi
│ │ ├── Build String.VI
│ │ ├── Extract Numbers.VI
│ │ ├── Parse Arithmetic Expression.vi
│ │ ├── Parse String.vi
│ │ ├── Perform One Operation.vi
│ │ └── Process Operators.vi
│ ├── 数组
│ │ ├── Building Arrays.vi
│ │ ├── How to Replace Array Elements.llb
│ │ ├── Separate Array Values.vi
│ │ └── Temperature Analysis.vi
│ ├── 文件IO
│ │ ├── BinaryFile_IO.vi
│ │ ├── DatalogFile_IO.llb
│ │ └── TextFile_IO.vi
│ ├── 树形控件
│ │ └── FamilyTree.llb
│ ├── 水箱模拟
│ │ └── Tank Simulation.llb
│ ├── 波形图
│ │ ├── 3D Curve.vi
│ │ ├── 3D Parametric Surface.vi
│ │ ├── 3D Surface.vi
│ │ ├── Charts.vi
│ │ ├── Graph Control.llb
│ │ ├── Graph Control.vi
│ │ ├── Graph Waveform Arrays.vi
│ │ ├── How to Clear Charts & Graphs.vi
│ │ ├── IntensityGraph.llb
│ │ ├── Waveform Graph.vi
│ │ ├── XY_Chart.llb
│ │ └── XY_Graph.llb
│ ├── 结构
│ │ ├── Calculate Max.vi
│ │ ├── Equations.vi
│ │ ├── Login dialog.llb
│ │ ├── Menu Selection with Events.llb
│ │ ├── Mouse Rollover Demo.llb
│ │ └── Random Average.vi
│ ├── 虚拟示波器
│ │ └── 虚拟示波器.llb
│ ├── 表格
│ │ ├── Building Tables.vi
│ │ └── Write Table To XL.llb
│ └── 过程控制
│ └── Control Mixer Process.llb
└── 电梯实例
└── Floor_V1.3.llb
37 directories, 124 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论