-
LabVIEW-baodian
本书详尽讲解了LabVIEW常用的编程方法、编程技巧和工程应用技术。全书共分为3篇,其中:入门篇归纳总结了LabVIEW编程人员必须掌握的基础知识,包括LabVIEW的基本概念、基本函数的用法和常用的运行结构,以及LabVIEW的基本数据结构和文件存储方式;高级篇细致地讲解了引用、属性、方法以及各类高级控件的运用,LabVIEW的文本方式编程以及DLL、C语言接口,基于Matlab语法的MathScript编程技术,LabVIEW基于组件的高级编程方法和编程模式;工程应用篇介绍了串口、并口和网络通信的常用方法,数据采集的基本原理和方法,LabVIEW实时系统的构建和编程,以及各种常用专业工具包的使用方法,包括数据库连接工具包、数据监控与记录工具包、报表生成工具包、状态图工具包等等。(This book explains LabVIEW commonly used programming methods, programming skills and engineering application technology. The book is divided into three articles, including: introductory summary of the LabVIEW programmer must master the basic knowledge, including the basic concepts of LabVIEW, the basic functions of the usage and commonly used operating structure, and LabVIEW basic data structure and file storage Advanced, and the use of various advanced controls, LabVIEW programming of text and DLL, C language interface, MathScript programming technology based on Matlab syntax, LabVIEW advanced programming method and programming mode based on component, The basic principles and methods of data acquisition, the construction and programming of LabVIEW real-time system, and the methods of using various commonly used professional tool kits, including connection kits, data monitoring, and so on. With the record kit, the report generation toolkit, the state diagram toolkit, and so on.)
- 2017-03-06 14:57:23下载
- 积分:1
-
IEC61850应用入门 [何磊 编著] 2012年版
说明: 《IEC61850应用入门》是一本帮助读者理解、掌握IEC61850知识内容和思想精髓的参考书。全书共分五章:第一章简单介绍常规变电站自动化系统的不足,主要介绍了IEC61850标准的内容、特点和发展趋势;第二章介绍面向对象的基本概念,OSI、TCP/IP网络模型,以太网技术基础,XML、XMLSchema基础和常用软件工具;第三章介绍IEC61850的分层信息模型、具体定义、配置方式与配置文件;第四章主要介绍MMS基础知识、IEC61850与MMS的映射关系、MMS与ASN.1编解码和MMS典型报文分析;第五章介绍GOOSE服务、IEC61850—9—2SV服务、简单网络时间协议和IEEE1("Introduction to IEC61850 application" is a reference book to help readers understand and master the knowledge content and ideological essence of IEC61850. The whole book is divided into five chapters: the first chapter briefly introduces the shortcomings of conventional substation automation system, mainly introduces the content, characteristics and development trend of IEC61850 standard; the second chapter introduces the basic concept of object-oriented, OSI, TCP / IP network model, Ethernet technology foundation, XML, XML schema foundation and common software tools; the third chapter introduces the layered information model and specific definition of IEC61850 , configuration mode and configuration file; Chapter 4 mainly introduces MMS basic knowledge, mapping relationship between IEC61850 and MMS, MMS and ASN. 1 encoding and decoding and MMS typical message analysis; Chapter 5 introduces goose service, iec61850-9-2sv service, simple network time protocol and ieee1)
- 2021-02-16 23:19:46下载
- 积分:1
-
PadsLayoutNotes
Pads Layout program Notes
- 2009-04-07 22:05:48下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1
-
R语言实战(第2版)中文
说明: 该书是一本较好的R语言编程书籍,从认识到实战,手把手教你如何使用R语言进行数据分析、挖掘、画图等等。(This book is a good R language programming book, from understanding to actual combat, teach you how to use R language data analysis, mining, drawing and so on.)
- 2020-06-25 16:40:02下载
- 积分:1
-
demo_rbkfslam
说明: SLAM 例子2维激光雷达建图、包含路径、当前位姿、栅格地图(SLAM example 2D laser radar mapping, including path, current pose, raster map)
- 2019-11-21 10:21:36下载
- 积分:1
-
CPPpdf
个人学习C++经验,与大家分享,有错误之处还请大家指正,大家共同学习。(C++ personal learning experience to share with you, there is an error also please correct me, we learn together.)
- 2014-07-21 21:23:33下载
- 积分:1
-
singal_processing_and_demo_program
说明: 包含内容:离散时间系统与Z变换、离散傅里叶变换及其快速算法、无限长单位脉冲响应(IIR)滤波器的设计、有限长单位脉冲响应(FIR)滤波器的设计、数字信号处理系统的实现、多采样率信号处理(singal processing and demo program)
- 2020-12-02 20:19:26下载
- 积分:1
-
非线性优化中的经典算法
BriefDescriptionoftheLM
非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用(nonlinear optimization of the classical algorithm, LM algorithm, a foreigner writing is concise and clear and optimization process of writing useful)
- 2006-12-27 09:37:58下载
- 积分:1
-
DTSPC
数字信号处理,奥本海姆,第二版,西安交通大学出版社,pdf(Digital Signal Processing, Oppenheim, second edition, Xi' an Jiaotong University Press, pdf)
- 2010-12-04 17:34:54下载
- 积分:1