{{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

世纪精品计算机等级考试书系:Visual Basic实践指导教程(附光盘)

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

世纪精品计算机等级考试书系:Visual Basic实践指导教程(附光盘)

{{__(":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

Visual Basic是国内外最流行的Windows环境下计算机程序设计语言之一,为使学生具备利用计算机求解实际问题的能力,许多高校都开设了“Visual Basic:程序设计”课程,而很多非计算机专业人员也首选Visual:Basic.作为学习程序设计的语言。
实践性强是程序设计课程最重要的特征,实验是学习和掌握该门课程的关键环节。《世纪精品计算机等级考试书系:Visual Basic实践指导教程》作为浙江科学技术出版社出版的《Visual Basic 程序设计基础》配套教材,围绕课程学习与实践的主题,结合教学实际来组织内容,每一章都设计了以下四个部分的内容。
Catalogue

第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
第一节 学习指导
第二节 实验指导
第三节 实验内容
第四节 教材习题解答
附录一 自测试卷
附录二 计算机等级考试二级visual Basic程序设计样卷
附录三 计算机等级考试上机考试样题
Book Abstract

第五章 常用控件
第一节 学习指导
一、本章主要任务
1.掌握命令按钮(CommandButton)、标签(Idbcl)、文本框(TextBox)、单选钮(OptionButton)、复选框(CheckBox)、框架(Framc)、列表框(ListBox)、组合框(Comijo)、滚动条(Scl.ouBar.、VScrollBar)、定时器(Timer)等10个常用控件的常用属性、方法和事件的使用
2.掌握控件数组的建立方法和运用
3.进一步理解Visual Basi(:面向对象的程序设计方法
4.掌握程序调试中一些错误(包括语法错误、实时错误、逻辑错误)的分析和处理
二、重点与难点
重点:
常用控件的用途及重要属性、事件和方法的使用
难点:
1.控件数组在程序设计中的应用
2.列表框(LstBox)、组合框(Combo)的应用
三、要点概述与学习建议
通过前面几章的学习,读者已经对可视化的面向对象程序设计方法有了较多的认识。对象是Visual Basic程序设计的核心,对象具有属性、方法和事件,不同的对象具有不同的用途。用户根据需要选择相关对象创建应用程序。除了前面介绍过的窗体对象外,Visual Basi(:还提供了一些其他的控件对象。读者学习本章应从控件的用途、属性、方法和事件4个方面去掌握控件的使用,教材中有较多的实例,建议读者阅读吋认真思考要实现同样的功能,程序界面是否可以设计得更好?是否可以使用其他控件?程序代码应该编写在什么事件中最适合?各事件响应是否有先后顺序?
现将常用控件主要用途简述如下:
命令按钮控件常用于实现程序的交互控制,当用户单击命令按钮后完成特定的操作.它的标题一般说明其功能,而实现其功能需要为相应事件过程编写代码,命令按钮的常用事件过程为CLick。
标签控件常用于为其他没有仁;apl.ion属性的控件(如文本框、列表框)做说明,也可以在运行时显示运行结果或提示信息(将结果或提示信息赋值给(Caption属性)。
……
Introduction

Visual Basic是国内外最流行的Windows环境下计算机程序设计语言之一,为使学生具备利用计算机求解实际问题的能力,许多高校都开设了“Visual Basic:程序设计”课程,而很多非计算机专业人员也首选Visual:Basic.作为学习程序设计的语言。
实践性强是程序设计课程最重要的特征,实验是学习和掌握该门课程的关键环节。本书作为浙江科学技术出版社出版的《Visual Basic 程序设计基础》配套教材,围绕课程学习与实践的主题,结合教学实际来组织内容,每一章都设计了以下四个部分的内容。
〔学习指导〕概述本章学习任务、重点和难点,为读者学习本章内容给出一些学习指导与建议。
〔实验指导〕由精心设计的多个具有较强针对性和实践性的实例组成,每个实例都列出了较具体的操作步骤、程序代码及必要的分析和说明,力求给读者以操作示范。针对重点、难点问题提出的“讨论与思考”,可以加深读者对实验内容的理解和掌握,培养读者的实际编程能力。
〔实验内容〕是每章中留给读者自己独立编程并上机调试的实验题目,以加强和巩固学习效果。
〔教材习题解答〕对于教材《Visual Basic 程序设计基础》中的习题提供参考答案,可供读者检验学习状态、提高和巩固学习效果。
本书的附录部分,提供了Visual Basic 程序设计的自测试卷、等级考试笔试样卷以及等级考试上机考试的样题。
本书所附光盘中资料包括:教材《Visual Basic 程序设计基础》中所有例题的源代码;教材中所有程序阅读题、程序填空题和程序设计题的源代码;按教材授课的PPr演示文稿。希望对教师授课和读者学习有所帮助。
本书由浙江工业大学的胡同森老师担任主编,浙江理工大学的庄红老师、杭州电子科技大学的郭艳华老师和温州医学院的林征老师担任副主编,由胡同森、庄红、郭艳华、林征编写各章节,参与编写工作的还有龙盛春、刘盛、黄重水、虞妍、王子仁、林晓敏、陶华良、李丽、盛宇锋、陈晓青、谢慰天、刘军、张敏、邢卫林、徐安生、江朋、黄超超、张俊、王红标等同志。全书由胡同森统稿。欢迎读者就教材中所有不当和可改进之处提出宝贵意见。
编著者
2013年1月

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