Welcome![Sign In][Sign Up]
Location:
Search - labview with c

Search list

[Com Portrs232串口源程序

Description: rs232串口源程序 可以与单片机通讯的电脑程序-source RS232 serial communication with the SCM computer program
Platform: | Size: 47104 | Author: 唐湘辉 | Hits:

[VC/MFCLabViewcombiledC

Description: 讲的是labview与c的混合编程,可将两种语言的优势都发挥出来,提高软件的整体功能-Talking about LabVIEW programming with a mixture of c may be the advantages of the two languages are brought into play to improve the software
Platform: | Size: 233472 | Author: 刘春波 | Hits:

[Other systemsxml_example

Description: Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format. After installing the URI file (double click on it), you can find the VBScript file located at "C:\Program Files\National Instruments\Shared\USI\plugins\DataPlugins\XML Example" You can make changes to this file to read your specific XML file.
Platform: | Size: 18432 | Author: 林岚 | Hits:

[Otherdll_test

Description: labview 调用VC动态链接库的源码实例。-LabVIEW calls dynamic link libraries VC source code examples.
Platform: | Size: 47104 | Author: hudazym | Hits:

[Windows Developbeagle-api-v1_wenti[1].00

Description: This software is used to interface with the Beagle I2C/SPI Protocol Analyzer. It provides API functions that are accessible from either C or C++.
Platform: | Size: 1430528 | Author: luf | Hits:

[OS programCAN232B_LabVIEW_Demo

Description: LABVIEW关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8501 CAN转RS232总线卡开发,二次开发例程。-LABVIEW call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Photoelectric Geesun GY8501 CAN bus to RS232 card development, secondary development of routines.
Platform: | Size: 197632 | Author: yinyedan | Hits:

[File OperateCOBLK_last

Description: 标准C文件代码中注释识别统计,按照用户预定格式输出到文件中 提供给用户运行程序的方式,程序的所有输入,要求在windows CMD命令行下面进行操作和显示。方括号表示可选参数;大括号表示必选参数,输入的时候不需要键入括号。COBLK [-c] {filename},支持绝对路径,相对路径,如果没有路径,默认为程序所在目录。 每次执行只处理1个文件,即filename只表达出一个文件,不支持多个文件处理。 对可选参数[-c],当使用此参数时,输出文件包含注释块开始行号和注释块内注释行数和注释块计数信息;当没有此参数时, 只给出注释块计数信息, -Available to users running the program modalities and procedures of all the input, called for the following windows CMD command-line operation and display. Optional parameter in square brackets express large brackets indicate that the parameters must be selected, enter the time do not need to type the brackets. COBLK [-c] (filename), to support the absolute path, relative path, if there is no path, the default directory for the program is located. Each deal with only one document, the filename only show a file, multiple files do not support the deal. Optional parameter to [-c], when using this parameter, the output file that contains pieces of the beginning of the Notes and the Notes line block comment line number and the Notes block count information When this parameter is not only given the Notes block count information
Platform: | Size: 646144 | Author: chenxi | Hits:

[Other systemsTwoinput

Description: LabVIEW是一种程序开发环境,由美国国家仪器(NI)公司研制开发的,类似于C和BASIC开发环境,但是LabVIEW与其他计算机语言的显著区别是:其他计算机语言都是采用基于文本的语言产生代码,而LabVIEW使用的是图形化编辑语言G编写程序,产生的程序是框图的形式。-LabVIEW is a program development environment from National Instruments [NI] the company developed, similar to C and BASIC development environment, but computer language LabVIEW with other significant difference is: in other computer languages are used in text-based languages have code, while LabVIEW using the G graphical programming language editors, resulting in the procedure are the form of block diagram.
Platform: | Size: 5120 | Author: 小龙 | Hits:

[Other Embeded programRobosapien_IR

Description: Robosapien_IR.zip contains source files, PCB + Schematic and IR codes specification. The design is based on 8051 core mcu (I use P89C668 in my build), only minor modification needed with other brands of mcu. The board receive command code from serial (uart) and generate IR code send out via onboard IR transmitter. You can use any C compiler to create and send command from PC or PDA, I m using LabVIEW for this part of application. Drop me email if you have questions or if you like to have the LabVIEW code, my LabVIEW code is running on Version 8.5. Cheers.-Robosapien_IR.zip contains source files, PCB+ Schematic and IR codes specification. The design is based on 8051 core mcu (I use P89C668 in my build), only minor modification needed with other brands of mcu. The board receive command code from serial (uart) and generate IR code send out via onboard IR transmitter. You can use any C compiler to create and send command from PC or PDA, I m using LabVIEW for this part of application. Drop me email if you have questions or if you like to have the LabVIEW code, my LabVIEW code is running on Version 8.5. Cheers.
Platform: | Size: 95232 | Author: David | Hits:

[CSharpCsharp_Lv

Description: C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必须相同。 Csheap中的函数名称必须与Labview中的函数名称一致。否则Csheap报告“无法找到入口点”。函数中的参数可以不同。 例子:主程序CallLv.sln;LV库程序:lvllb.lvproj -C# call DLL caused LV mainly Boolean, numerical, string, path, array, VISA set name in lieu of Boolean values can be used, false: 0 ture: 1 path and the name of VISA equipment could be converted to string type. Note: Lv output can be defined as a 32-bit string. Labview in the definition of the function, use the Standard Calling Conventions. Bass by value type are set to Value, string-type is set to C String Pointer. Function parameters in the definition, the attention of Labview and C# data types must be the same. Csheap in Labview function name must be consistent in the name of the function. Otherwise Csheap report " can not find entry point." Function of the parameters can be different. Example: the main program CallLv.sln LV Treasury program: lvllb.lvproj
Platform: | Size: 76800 | Author: zhw63 | Hits:

[SCMkey

Description: scan P0_key_1.c与\cpubbs_scankey_receiver_cn\以中文方式接收单片机发送回来的键值.vi配合使用,当你按了某一个键时,它会把你按的键码发回来,并以中文显示。C51机串口可以发中文.-scan P0_key_1.c with \ cpubbs_scankey_receiver_cn \ in order to receive single-chip Chinese to send back the keys. vi use, when you press a certain key, it will be in accordance with the key code you sent back, and the Chinese show. C51 Serial Port can be made in Chinese.
Platform: | Size: 46080 | Author: leedong | Hits:

[MySQLcanusb_labview

Description: The NI CAN Demo Box, when communicating with National Instruments Controller Area Network (CAN) and National Instruments Data Acquisition (DAQ) hardware on a PC, provides a tool to demonstrate concepts of CAN communication, DAQ, and CAN/DAQ synchronization.
Platform: | Size: 143360 | Author: Sela | Hits:

[source in ebook1223

Description: LabVIEW与c语言接口技术,资料不错,值得一看-LabVIEW with the c language interface technology, information good, worth a visit
Platform: | Size: 3072 | Author: kitty | Hits:

[Com PortPCMCUSerialCommunication

Description: PC机与单片机串口通信程序设计,上位机软件开发,基于VC++,Labview,C++ builder。很适合出学者。-PC-MCU serial communication program with the design, PC software development, based on VC++, Labview, C++ builder. Very suitable for a scholar.
Platform: | Size: 3906560 | Author: xiaoxiao | Hits:

[Otherlabview-DLL

Description: LabVIEW与C语言混合编程,利用CIN节点或者CLF节点-Hybrid Programming of labview and c,with CIN node or CLF node
Platform: | Size: 501760 | Author: lilei | Hits:

[LabViewLabVIEW-DAQ-driver

Description: 介绍了在LabVIEW5.0环境下通过CIN(代码接口结点)即利用其与C语言的接口扩展功能的方法,给出了在Win95环境下开发自制数采卡驱动程序的实例。-CIN (code interface node) the LabVIEW5.0 environment with C language interface extension function that, given the development of home-made data acquisition card driver in the Win95 environment instance.
Platform: | Size: 319488 | Author: iwregister | Hits:

[Software EngineeringGetting-Started-with-the-NI-Labview-C-Generator-3

Description: Getting Started with Labview C generator
Platform: | Size: 552960 | Author: gradum | Hits:

[LabViewlabviewPrj

Description: 主要实现LabVIEW编写的程序与c开发的程序之间通过TCP/IP实现通信。-Between the main achievement of the program written with c LabVIEW program developed to communicate via TCP/IP.
Platform: | Size: 364544 | Author: 王在波 | Hits:

[LabViewLabVIEW使用DLL动态链接库

Description: 用LabVIEW调用C/C++编写的动态链接库已解决现有代码的重复使用,减少开发周期(The dynamic link library written by calling C/C++ with LabVIEW has solved the reuse of existing code and reduced the development cycle)
Platform: | Size: 752640 | Author: 夏威夷紫菜 | Hits:

[SCMCAN-Bootloader-master

Description: 这里包含有STM32 103 107 207 405 CANBootload的下位机源码,还与用C#和labview和QT写的QT源码,代码真是有效,非常值得学习。(This includes the source code of STM32 103 107 207 405 canbootload, and the QT source code written with C sharp and LabVIEW and QT. The code is really effective and worth learning.)
Platform: | Size: 10514432 | Author: 被丢弃的鞋 | Hits:
« 12 »

CodeBus www.codebus.net