搜索资源列表
LabVIEW-Identity-Program
- 本文主要论述了基于LabVIEW 的身份验证登录程序的设计与实现原理, 讨论了建立用户信息数据库以及LabVIEW与数据库的连接方式的选择,LabSQL工具的应用,实现了根据用户信息数据库进行身份验证的功能, 符合数据库信息的用户方能成功登录, 可以方便地嵌入已有的以LabVIEW 为开发工具的测控系统中。-This paper discusses the design and realization of the principle of identity validation based o
123akcms-utf8-akcms4.2.8
- AKCMS网址导航系统是一款内容丰富但又小巧灵活的软件,AKCMS网址导航系统基于AKCMS底层核心,运行速度快,安全可靠。AKCMS网址导航系统收录的网址将近10000条,囊括了生活服务休闲娱乐等方面的网址。 本系统管理方便,后台简单操作容易。本系统是一个成型的产品,功能健全,普通用户基本上不需要进行修改,是一款安装即用的系统。-The AKCMS Website navigation system is a content-rich, but compact and flexibl
entry-of-labview
- 使用labview实现用户登陆管理,在做各种系统时,应用此程序,实现用户和密码的验证-The user can entry the system from the program
yuangongguanli
- 员工管理系统,可是实现用户的登录,用户删除,成员管理,采用access数据库。-Staff management system, but the user' s login user to delete, members of the management, the use of access database.
DENGLU.vi
- 一个利用LABVIEW编写的登录系统,提示用户输入对应的用户名和密码,并弹出对话框-A written LABVIEW use login system prompts the user to enter the corresponding user name and password, and pop-up dialog
mnwdcjxt
- 模拟温度采集系统:有华氏和摄氏两种显示模式;可设定温度上限(摄氏),当温度超限时,Alarm Counter加1;当用户单击“开始采集”按钮后,系统开始采集数据;采集过程中若单击“暂停”按钮则弹出对话框停止采集,关闭对话框则在原有基础上继续采集。采集点数为100,在数据采集完毕后停止系统或者单击“停止系统”按钮停止系统。采集进度由进度条显示。-Analog temperature acquisition system: There are two kinds of Celsius and Fah
LabVIEW
- 1. 本程序只在Windows XP 平台上经过完整测试,因此只能保证该程序在WinXP系统下正确运行。 2. 由于本程序使用的是MySQL数据库,因此需要计算机上安装有MySQL。如果没有,可以尝试Access数据库。 3. 将本程序下载到本地计算机后,需要建立ODBC连接。建立方法如下:进入开始菜单->控制面板->管理工具->数据源(ODBC),建立一个新的系统DSN:选择“Add >MySQL ODBC 3.51 Driver”,数据源名称为“d
dengluxitong
- 此登录系统的功能是通过用户输入用户名、密码、用户权限判断登录是否成功-Function of this system is to enter the user login name, password, user rights by the user to determine whether or not a successful login
test6.1
- LABview上位机用户登录系统界面设计,可以实现用户名及密码登陆。-LABview PC user login system interface design, you can achieve a user name and password.
dynamicreport
- 报表系统,基于动态报表模板的 设计 实现。用户自定义模板列-its a report system
temperature_collect_system
- 由随机数发生器产生20-40之间的随机数,可以有华氏和摄氏两种显示模式,可以设定温度上限,当温度超限时, Alarm Counter 加1,当用户单击“开始采集”,系统开始采集数据,采集过程中若单击“暂停”按钮会弹出对话框暂停采集,采集点数100,采集完毕后停止系统。-Generated by a random number generator random number between 20-40, there can Fahrenheit and Celsius two display mo
dengluxitong
- 一个简单的登录系统,管理员账户能够添加删除用户,账户密码保存在数据库中,数据库用的是access,访问的文件类型为.mdb格式的-A simple login system administrator can add and delete user accounts, account password stored in the , the with the access, the file type of access to .mdb format
denglu
- 用户登录系统,可以验证用户名和密码,可以建立用户群-User login system, you can verify the user name and password, you can create a user group
1111
- labview制作系统登录界面 包含数据库,拥有用户管理等功能,可直接用于工程项目。-labview production system login interface contains a , with user management functions, it can be directly used for engineering projects.
Temperature_alarm_system(user-event)
- 基于用户事件的温度报警系统,高温报警,报警次数统计,高温统计。-Temperature alarm system based on user event, high temperature alarm, alarm number statistics, high temperature statistics.
shengyinshibie
- 代码是用LABVIEW实现的声音识别系统,具体功能用户可见文件夹里面的说明书-LABVIEW code is used to achieve the voice recognition system, the specific function of the user can see the folder inside the manual
多通道数据采集监测系统
- 本VI示范了如何通过LabVIEW自身的强大编程能力,开发一套通用的多通道数据采集监测数据库系统。VI包括了主显示界面、用户权限管理、数据采集、超限报警、配置、实时曲线、历史曲线、日志记录、等数据库管理功能。(This VI demonstrates how to develop a common multi-channel data acquisition monitoring database system with LabVIEW's powerful programming capabi
模拟温度采集监测系统
- 模拟温度采集系统。该系统基本上用到了诸多种程序结构。程序框图中,最外层用While循环来控制整个系统的运行;用Case结构来判断是否开始采集;用顺序结构来实现“初始化”|“运行”|“结束”这3个顺序执行状态;用For循环来实现100点的温度采集,其中用Case结构来判断是否超限报警;用公式节点实现华氏摄氏转速;用事件结构实现暂停事件,其中time out事件是必需的,否则程序将一直暂停在等待用户单击“暂停”按钮的状态。(Simulated temperature acquisition syst
用户密码登录系统
- 用户编码登录系统,以及程序说明,亲测可用。用户编码登录系统,以及程序说明,亲测可用(User coded login system and program descr iption)
LABVIEW用户登陆系统
- 使用LABVIEW制作了一个用户登录管理系统,包含了数据库模块的使用调用与介绍(Using LabVIEW to make a user login management system, including the use and introduction of database module)