实例介绍
NI公司培训LabWindows课程的资料电子档,入门学习LabWindows的首选资料!
【实例截图】
【核心代码】
NILabWindows培训资料
└── 新建文件夹
├── autorun.exe
├── autorun.inf
├── Bin
│ ├── data0009.dll
│ ├── dist_md5_1.xml
│ ├── merged.bin
│ ├── MIFSystemUtility.dll
│ ├── niPie.exe
│ ├── nistdtrans0007.mst
│ ├── nistdtrans0012.mst
│ ├── nistdtrans0017.mst
│ ├── nistdtrans0018.mst
│ ├── nistdtrans2052.mst
│ ├── nistdtransbase.mst
│ ├── NISysInf.dll
│ ├── notify.dll
│ ├── notifyupdates.dll
│ ├── updateInfo.xml
│ └── WindowsInstaller-KB893803-v2-x86.exe
├── Exercises
│ └── CVI Core 2
│ ├── Lesson 2
│ │ ├── Buttons
│ │ │ ├── CASE.BMP
│ │ │ ├── FIND.PCX
│ │ │ ├── OPEN.PCX
│ │ │ ├── SAVE.PCX
│ │ │ └── STOP.PCX
│ │ ├── execs
│ │ │ ├── buttons
│ │ │ │ ├── CASE.BMP
│ │ │ │ ├── FIND.PCX
│ │ │ │ ├── OPEN.PCX
│ │ │ │ ├── SAVE.PCX
│ │ │ │ └── STOP.PCX
│ │ │ ├── uiproject.exe
│ │ │ ├── uiproject.h
│ │ │ └── uiproject.uir
│ │ ├── intgraph.c
│ │ ├── table.c
│ │ ├── uiproject.c
│ │ ├── uiproject.cws
│ │ ├── uiproject.h
│ │ ├── uiproject.prj
│ │ ├── uiproject.uir
│ │ └── ui.txt
│ ├── Lesson 3
│ │ ├── Chat.c
│ │ ├── Chat.cws
│ │ ├── Chat.h
│ │ ├── Chat.prj
│ │ ├── Chat.uir
│ │ ├── container.cws
│ │ ├── container.h
│ │ ├── container.prj
│ │ ├── container.uir
│ │ ├── GeneratePopUp.c
│ │ ├── GeneratePopUp.h
│ │ ├── GeneratePopUp.prj
│ │ ├── GeneratePopUp.uir
│ │ ├── GRANNYL.MPG
│ │ ├── IE.c
│ │ ├── IE.cws
│ │ ├── ieExercise2.html
│ │ ├── ieExercise.html
│ │ ├── IE.h
│ │ ├── IE.manifest
│ │ ├── IE.prj
│ │ ├── IE.uir
│ │ ├── NIInstrSim.c
│ │ ├── NIInstrSim.fp
│ │ ├── NIInstrSim.h
│ │ ├── PopUpAssembly.dll
│ │ ├── PopUpFP
│ │ │ ├── PopUpNET.fp
│ │ │ ├── PopUpNET.h
│ │ │ └── PopUPNET.lib
│ │ ├── Publisher.c
│ │ ├── Publisher.cws
│ │ ├── Publisher.h
│ │ ├── Publisher.prj
│ │ ├── Publisher.uir
│ │ ├── Subscriber.c
│ │ ├── Subscriber.cws
│ │ ├── Subscriber.h
│ │ ├── Subscriber.prj
│ │ ├── Subscriber.uir
│ │ ├── Tcpcli.c
│ │ ├── Tcpcli.cws
│ │ ├── Tcpcli.h
│ │ ├── Tcpcli.prj
│ │ ├── Tcpcli.uir
│ │ ├── Tcpser.c
│ │ ├── Tcpser.cws
│ │ ├── Tcpser.h
│ │ ├── Tcpser.prj
│ │ └── Tcpser.uir
│ ├── Lesson 5
│ │ ├── threadpool.c
│ │ ├── threadpool.cws
│ │ ├── threadpool.h
│ │ ├── threadpool.prj
│ │ ├── threadpool.uir
│ │ ├── tsq.c
│ │ ├── tsq.cws
│ │ ├── tsq.h
│ │ ├── tsq.prj
│ │ └── tsq.uir
│ └── Lesson 6
│ ├── FindSubstring.c
│ ├── FindSubstring.prj
│ ├── search.c
│ ├── search.cws
│ └── search.prj
├── Licenses
│ ├── NI Released License Agreement - English.rtf
│ ├── NI Released License Agreement - French.rtf
│ ├── NI Released License Agreement - German.rtf
│ ├── NI Released License Agreement - Italian.rtf
│ ├── NI Released License Agreement - Japanese.rtf
│ ├── NI Released License Agreement - Korean.rtf
│ ├── NI Released License Agreement - Simplified Chinese.rtf
│ ├── NI Released License Agreement - Spanish.rtf
│ ├── XercesLicense.txt
│ └── XercesNotice.txt
├── nidist.id
├── patents.txt
├── Products
│ ├── CVICore2_en
│ │ └── CVICore2_en.msi
│ │ ├── CVICore2_en_mft.cab
│ │ ├── CVICore2_en.msi
│ │ └── mib.cab
│ ├── MDFSupport
│ │ └── MDF
│ │ ├── EULADepot1.cab
│ │ ├── EULADepot.msi
│ │ ├── EULADepot.msi_chs.mst
│ │ ├── EULADepot.msi_deu.mst
│ │ ├── EULADepot.msi_fra.mst
│ │ ├── EULADepot.msi_jpn.mst
│ │ ├── EULADepot.msi_kor.mst
│ │ ├── MDFSupport1.cab
│ │ ├── MDFSupport_mft.cab
│ │ ├── MDFSupport.msi
│ │ ├── MDFSupport.msi_chs.mst
│ │ ├── MDFSupport.msi_deu.mst
│ │ ├── MDFSupport.msi_fra.mst
│ │ ├── MDFSupport.msi_jpn.mst
│ │ └── MDFSupport.msi_kor.mst
│ └── MetaUninstaller
│ └── MU
│ ├── MetaUninstaller_mft.cab
│ ├── MetaUninstaller.msi
│ ├── MetaUninstaller.msi_chs.mst
│ ├── MetaUninstaller.msi_deu.mst
│ ├── MetaUninstaller.msi_fra.mst
│ ├── MetaUninstaller.msi_jpn.mst
│ ├── MetaUninstaller.msi_kor.mst
│ └── MetaUninstallerR1.cab
├── readme.html
├── setup.exe
├── setup.ini
└── Solutions
└── CVI Core 2
├── Exercise 2-1
│ ├── buttons
│ │ ├── CASE.BMP
│ │ ├── FIND.PCX
│ │ ├── OPEN.PCX
│ │ ├── SAVE.PCX
│ │ └── STOP.PCX
│ ├── uiproject.exe
│ ├── uiproject.h
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-2
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-3
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-4
│ ├── table.c
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-5
│ ├── table.c
│ ├── tree.c
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-6
│ ├── intgraph.c
│ ├── table.c
│ ├── tree.c
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 2-7
│ ├── buttons
│ │ ├── CASE.BMP
│ │ ├── FIND.PCX
│ │ ├── OPEN.PCX
│ │ ├── SAVE.PCX
│ │ └── STOP.PCX
│ ├── intgraph.c
│ ├── table.c
│ ├── tree.c
│ ├── uiproject.c
│ ├── uiproject.cws
│ ├── uiproject.h
│ ├── uiproject.prj
│ ├── uiproject.uir
│ └── ui.txt
├── Exercise 3-1
│ ├── GeneratePopUp.c
│ ├── GeneratePopUp.cws
│ ├── GeneratePopUp.h
│ ├── GeneratePopUp.prj
│ ├── GeneratePopUp.uir
│ ├── PopUpAssembly.dll
│ └── PopUpFP
│ ├── PopUpNET.fp
│ ├── PopUpNET.h
│ └── PopUPNET.lib
├── Exercise 3-2
│ ├── GeneratePopUp.c
│ ├── GeneratePopUp.cws
│ ├── GeneratePopUp.h
│ ├── GeneratePopUp.prj
│ ├── GeneratePopUp.uir
│ ├── PopUpAssembly.dll
│ └── PopUpFP
│ ├── PopUpNET.fp
│ ├── PopUpNET.h
│ └── PopUPNET.lib
├── Exercise 3-3
│ ├── container.c
│ ├── container.cws
│ ├── container.h
│ ├── container.prj
│ ├── container.uir
│ ├── GRANNYL.MPG
│ ├── wmp.c
│ ├── wmp.fp
│ ├── wmp.h
│ ├── wmp.obj
│ └── wmp.sub
├── Exercise 3-4
│ ├── IE.c
│ ├── IE.cws
│ ├── ieExercise2.html
│ ├── ieExercise.html
│ ├── IE.h
│ ├── IE.prj
│ ├── IE.uir
│ ├── internet.c
│ ├── internet.fp
│ ├── internet.h
│ ├── internet.obj
│ └── internet.sub
├── Exercise 3-5
│ ├── Network Variables.cws
│ ├── Publisher.c
│ ├── Publisher.cws
│ ├── Publisher.h
│ ├── Publisher.prj
│ ├── Publisher.uir
│ ├── Subscriber.c
│ ├── Subscriber.cws
│ ├── Subscriber.h
│ ├── Subscriber.prj
│ └── Subscriber.uir
├── Exercise 3-6
│ ├── NIInstrSim.c
│ ├── NIInstrSim.fp
│ ├── NIInstrSim.h
│ ├── TCPCLI.C
│ ├── TCPCLI.cws
│ ├── TCPCLI.h
│ ├── TCPCLI.PRJ
│ ├── TCPCLI.UIR
│ ├── TCPSER.C
│ ├── TCPSER.cws
│ ├── tcpser.h
│ ├── TCPSER.PRJ
│ └── tcpser.uir
├── Exercise 3-7
│ ├── Chat.c
│ ├── Chat.cws
│ ├── Chat.h
│ ├── Chat.prj
│ └── Chat.uir
├── Exercise 4-1
│ ├── firstdll.c
│ ├── firstdll.cws
│ ├── firstdll.dll
│ ├── firstdll.h
│ ├── firstdll.lib
│ └── firstdll.prj
├── Exercise 4-2
│ ├── firstdll.c
│ ├── firstdll.cws
│ ├── firstdll.dll
│ ├── firstdll.h
│ ├── firstdll.lib
│ ├── firstdll.prj
│ ├── testdll.c
│ └── testdll.prj
├── Exercise 4-3
│ ├── firstdll.c
│ ├── firstdll.cdb
│ ├── firstdll.cws
│ ├── firstdll.dll
│ ├── firstdll.h
│ ├── firstdll.lib
│ ├── firstdll.prj
│ ├── testdll.c
│ └── testdll.prj
├── Exercise 5-1
│ ├── threadpool.c
│ ├── threadpool.cws
│ ├── threadpool.h
│ ├── threadpool.prj
│ └── threadpool.uir
├── Exercise 5-2
│ ├── tsq.c
│ ├── tsq.cws
│ ├── tsq.h
│ ├── tsq.prj
│ └── tsq.uir
└── Exercise 6-1
├── FindSubstring.c
├── FindSubstring.prj
├── search.c
├── search.cws
└── search.prj
46 directories, 311 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论