{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

LabWindows/CVI虚拟仪器测试技术及工程应用

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

LabWindows/CVI虚拟仪器测试技术及工程应用

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《LabWindows/CVI虚拟仪器测试技术及工程应用》由浅入深,从基础、提高到实际应用,力求读者能够快速掌握LabWindows/CVI的基本编程方法。基础篇介绍虚拟仪器的基本概念以及LabWindows/CVI开发环境、代码框架生成、断点调试、基本控件使用方法。提高篇讲解Toolslib扩展控件编程技术、数据采集技术、信号分析与处理技术、串行通信与动态数据交换技术、网络仪器设计技术。应用篇提供大量实例,包括Windows API函数使用、动态链接库设计、ActiveX调用、驱动器函数库开发和数据库操作。
《LabWindows/CVI虚拟仪器测试技术及工程应用》可作为工程技术人员和科技工作者学习设计虚拟仪器的自学用书,也可作为大专院校自动化、机械、测控技术与仪器专业,测试计量技术及仪器专业,信息技术专业的教学参考。
Catalogue

第1章 虚拟仪器及其开发语言LabWindows/CVI
1.1 虚拟仪器
1.1.1 虚拟仪器的基本概念
1.1.2 虚拟仪器的结构
1.2 LabWindows/CVI 编程语言
1.2.1 LabWindows/CVI特性
1.2.2 LabWindows/CVI的工作空间
1.2.3 LabWindows/CVI的文件类型
1.2.4 LabWindows/CVI中的对象编程
1.2.5 LabWindows/CVI的基本编程窗口
第2章 构建一个简单程序
2.1 建立工程文件
2.2 创建用户界面文件
2.2.1 面板的设置
2.2.2 向面板中添加控件
2.3 生成源代码文件
2.3.1 生成全部源代码框架
2.3.2 主函数及回调函数框架分步生成
2.3.3 源代码框架主函数
2.3.4 向源代码框架中添加回调函数
2.4 运行和调试程序
2.4.1 程序单步调试
2.4.2 程序断点调试
2.4.3 程序变量和内存观察
2.5 面板与控件基本属性
2.5.1 控件模式
2.5.2 用户交互事件
2.5.3 回调函数的模式
2.6 生成可执行文件和发布文件
2.6.1 生成可执行文件
2.6.2 生成发布文件
第3章 基本控件的使用与编程
3.1 文本框、列表框、树控件和表格控件
3.1.1 文本框
3.1.2 列表框、树控件和表格控件
3.1.3 编程实例
3.2 定时器控件
3.2.1 定时器相关函数
3.2.2 编程实例-- 板球游戏
3.3 创建菜单
3.3.1 菜单编辑器
3.3.2 菜单项函数
3.3.3 编程实例-- 计算器制作
3.4 图表控件
3.4.1 Graph控件
3.4.2 Strip Chart控件
3.4.3 Digital Graph控件
3.4.4 绘图控件编程
3.5 弹出式面板
3.5.1 弹出面板类型
3.5.2 弹出式面板编程
3.6 Splitter控件
3.6.1 Splitter控件设置
3.6.2 Splitter控件函数
3.7 滚动条及仪器驱动的使用
3.7.1 仪器驱动的装载
3.7.2 滚动条控件
3.7.3 滚动条编程
3.8 文件的读写和格式化
3.8.1 文件读写函数
3.8.2 字符串操作函数
3.8.3 数据格式化函数
3.8.4 定制用户工具
第2篇 提 高 篇
第4章 Toolslib扩展控件编程
4.1 Hot Ring控件
4.2 3D Graph控件
4.3 Animation Control控件
4.4 Combo Box与Password控件
4.5 File Browser与Path Control控件
4.6 Radio Group控件
4.7 Graph Cursor控件
第5章 数据采集技术
5.1 数据采集卡(DAQ)
5.1.1 数据采集卡的组成
5.1.2 数据采集卡的选择
5.2 数据采集卡测试
5.2.1 数据采集卡的参数设置
5.2.2 数据采集卡属性设置
5.2.3 数据采集卡的测试
5.3 基于NI-DAQ数据采集
5.3.1 Easy I/O for DAQ函数库
5.3.2 Traditional NI-DAQ函数库
5.3.3 利用Easy I/O for DAQ实现数据采集
5.3.4 利用DAQ 助手创建测试任务
5.4 基于非NI数据采集卡的应用
5.4.1 ISA数据采集卡
5.4.2 PCI数据采集卡
第6章 信号的分析处理技术
6.1 信号的分类
6.1.1 信号的描述与分析
6.1.2 采样技术
6.2 信号处理编程
6.2.1 信号的产生
6.2.2 信号时域分析
6.2.3 信号频域分析
6.2.4 信号滤波
第7章 通信接口与动态数据交换技术
7.1 RS-232串口通信
7.2 串口数据收发过程
7.2.1 RS-232文件发送程序
7.2.2 RS-232文件接收程序
7.2.3 RS-232与其他设备间的通信
7.3 DDE动态链数据交换技术
7.3.1 动态数据交换技术
7.3.2 LabWindows/CVI动态数据交换的一般步骤
7.3.3 DDE与Excel间的通信实例
第8章 网络化虚拟仪器设计
8.1 网络测控系统
8.2 TCP/IP技术
8.2.1 OSI体系结构及协议
8.2.2 TCP/IP协议
8.2.3 TCP/IP参考模型
8.3 TCP程序设计
8.3.1 TCP服务器程序设计
8.3.2 TCP客户机程序设计
8.4 DataSocket技术
8.4.1 DataSocket技术特性
8.4.2 DataSocket服务器和管理器
8.4.3 DataSocket程序设计
8.5 Polling Queue技术
8.5.1 Polling Queue服务器程序设计
8.5.2 Polling Queue客户机程序设计
第3篇 应 用 篇
第9章 Windows SDK程序设计
9.1 SDK和Windows API函数简介
9.1.1 电脑驱蚊程序制作
9.1.2 特殊图形面板的制作
9.1.3 面板的拖拽操作
9.2 注册表操作
9.2.1 定制IE工具栏
9.2.2 开机启动程序制作
第10章 动态链接库技术
10.1 基本外部模块的编程
10.1.1 创建无界面动态链接库
10.1.2 创建静态链接库
10.1.3 创建目标代码文件
10.1.4 各种库函数的产生
10.2 创建有界面的动态链接库
10.3 外部模块的显式调用方式
第11章 高级系统操作
11.1 系统托盘设计
11.2 工具栏设计
11.3 ini文件读取操作
11.4 异步定时器
11.5 多线程编程
11.6 文件拖拽操作
第12章 ActiveX技术
12.1 ActiveX简介
12.2 LabWindows/CVI中ActiveX的调用
12.2.1 LabWindows/CVI中ActiveX服务器的创建
12.2.2 注册一个外部ActiveX服务器
12.2.3 生成仪器驱动
12.3 ActiveX应用实例
12.3.1 TimePicker 控件的使用
12.3.2 Calendar 控件的使用
12.3.3 Chart 控件的使用
12.3.4 ProgressBar 控件的使用
12.3.5 MCI控件的使用
12.3.6 RichBox控件的使用
12.3.7 ShockwaveFlash控件的使用
第13章 驱动器函数库开发
13.1 驱动器函数库开发实例
13.1.1 驱动器函数库的结构规划
13.1.2 驱动器函数库的生成
13.1.3 其他文件的生成
13.2 利用已开发好的工具
13.3 驱动器函数库的装载
第14章 数据库技术
14.1 信息、数据与数据处理
14.1.1 基本概念
14.1.2 数据处理技术的发展
14.1.3 数据模型
14.1.4 数据层次
14.2 ODBC数据源管理器
14.2.1 ODBC配置
14.2.2 数据库会话
14.3 SQL Toolkit
14.3.1 函数详解
14.3.2 基本SQL语句
14.4 数据库编程举例
14.4.1 表格编程举例
14.4.2 常规数据库操作编程举例
第15章 图像处理技术
15.1 视频捕获技术
15.1.1 avicap32常量详解
15.1.2 视频捕获方法
15.1.3捕获设置
15.1.4捕获窗口
15.1.5视频捕获驱动和音频驱动
15.1.6使用视频捕获
15.1.7将标准对话框改成函数调用形式
15.1.8万能摄像头
15.2 数字图像处理
15.2.1数字图像处理算法
15.2.2总体设计思路
15.2.3灰度图像
15.2.4图像旋转
15.2.5图像修改
15.2.6滤镜效果
15.2.7底版效果
15.2.8图像处理
第16章 音频信号处理技术
16.1 音频信号分析仪
16.2 音频信号采集函数代码
附录A 创建无UIR文件程序
附录B 函数Fmt标识符参考
附录C SQL命令
参考文献

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book