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

C语言程序设计实践教程

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

C语言程序设计实践教程

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

程序设计是学习计算机应用与软件开发的基础,如果只会简单的计算机操作,不了解软件开发的实质,就无法从根本上了解计算机的工作原理,也很难应对信息技术日新月异的飞速发展。C语言作为一种通用的程序设计语言,结构简单,数据类型丰富,运算灵活方便。C语言是一种理想的结构化程序设计语言,因此,可用于编写高效简洁、风格优美的应用程序以及计算机系统程序。用C语言编写的程序,具有运算速度快、效率高、目标代码紧凑、可移植性好等特点。
《C语言程序设计实践教程》由四川大学长期从事C语言程序设计的教学组编写,其目的是为了帮助程序设计初学者或大学非计算机专业的学生在短时间内快速入门,掌握C语言编程的特点与技巧。同时,非计算机专业的学生绝大多数会参加计算机等级考试,对于上机考试普遍感觉有一定的难度,《C语言程序设计实践教程》在编写时也考虑了这个问题。
《C语言程序设计实践教程》共分5章。第1章介绍了VisualC++6.0的使用,第2章由浅人深安排了8个基础的上机实验,介绍了常见的程序算法,如排序、查找、删除等。在熟练掌握了8个实验的基础上,再进行综合的上机练习,完成第3章计算机等级考试的上机实验。
Catalogue

第1章 VisualC++6.0的使用
1.1 主窗口简介
1.1.1 主窗口
1.1.2 工具栏
1.1.3 菜单栏
1.1.4 工作区
1.2 在VisualC++中编辑并运行一个C程序

第2章 上机实验——基础练习篇
2.1 实验一最简单的C程序设计
2.1.1 实验目的
2.1.2 实验内容
2.2 实验二选择结构程序设计
2.2.1 实验目的
2.2.2 实验内容
2.3 实验三循环结构程序设计(一)
2.3.1 实验目的
2.3.2 实验内容
2.4 实验四循环结构程序设计(二)
2.4.1 实验目的
2.4.2 实验内容
2.5 实验五数组(一)
2.5.1 实验目的
2.5.2 实验内容
2.6 实验六数组(二)
2.6.1 实验目的
2.6.2 实验内容
2.7 实验七函数
2.7.1 实验目的
2.7.2 实验内容
2.8 实验八指针
2.8.1 实验目的
2.8.2 实验内容

第3章 上机实验——综合练习篇
3.1 程序改错题分析
3.1.1 简单语法错误
3.1.2 逻辑错误
3.1.3 数组处理错误
3.1.4 字符串处理错误
3.1.5 函数处理错误
3.1.6 指针错误
3.1.7 链表处理错误
3.2 程序填空和程序设计题分析
3.2.1 整数各位的分离
3.2.2 素数问题
3.2.3 使用循环累加、累乘、累除处理一些简单数学公式
3.2.4 简单数学问题
3.2.5 找最大元或最小元及其下标值
3.2.6 排序算法
3.2.7 查找算法
3.2.8 +数据的移动和交换
3.2.9 数据的删除
3.2.10 二维数组的处理
3.2.11 字符串的相关处理
3.2.12 链表的处理
3.2.13 结构体的处理
3.2.14 文件的相关操作

第4章 教材课后习题参考答案
4.1 第1章参考答案
4.2 第2章参考答案
4.3 第3章参考答案
4.4 第4章参考答案
4.5 第5章参考答案
4.6 第6章参考答案
4.7 第7章参考答案
4.8 第8章参考答案
4.9 第9章参考答案
4.10 第10章参考答案
4.11 第四套综合练习题参考答案
4.12 第五套综合练习题参考答案
4.13 第六套综合练习题参考答案
4.14 第七套综合练习题参考答案
4.15 第八套综合练习题参考答案
4.16 第九套综合练习题参考答案

第5章 二级C语言笔试模拟试题
5.1 第一套模拟试题
5.2 第二套模拟试题
5.3 第三套模拟试题
5.4 第四套模拟试题
5.5 第五套模拟试题
5.6 试题参考答案与试题分析
5.6.1 第一套模拟试题参考答案与分析
5.6.2 第二套模拟试题参考答案与分析
5.6.3 第三套模拟试题参考答案与分析
5.6.4 第四套模拟试题参考答案与分析
5.6.5 第五套模拟试题参考答案与分析
附录 全国计算机等级考试二级C语言考试大纲
第一部分 公共基础知识
第二部分 C语言程序设计部分
Book Abstract

6.编译菜单
该菜单包括用于编译、连接和运行应用程序的命令。常用命令如下:
(1)编译(Compile)命令。该命令用于编译显示在源代码编辑窗口中的源文件。在编译过程中,检查源文件中是否有语法错误。如果发现错误(warning或error),则将错误信息显示在输出窗口中。使用鼠标双击某行错误信息时,将在源代码编辑窗口中用粗箭头指向出错的代码行,方便用户修改。
(2)构建(Build)命令。该命令用来创建当前文件项目。该命令实际上包含了对源文件或项目的编译和连接,最终生成可执行文件。如果被创建的文件或项目已被编译,则该命令将用来连接,生成可执行文件。在编译或连接中检查出语法错误时,将出错信息显示在输出窗口中,用户修改后,再进行创建,直到生成可执行文件为止。
(3)重建全部(Rebuild Al)命令。该命令用来对所有文件进行重新编译、连接,包含已编译过的文件。因此,此项操作耗时稍长。
(4)执行(Exeeute)命令。该命令用来运行已生成的可执行文件,并将运行结果显示到相应的环境中(例如MS-DOS,Windows 98或Windows NT等)。
Introduction

程序设计是学习计算机应用与软件开发的基础,如果只会简单的计算机操作,不了解软件开发的实质,就无法从根本上了解计算机的工作原理,也很难应对信息技术日新月异的飞速发展。C语言作为一种通用的程序设计语言,结构简单,数据类型丰富,运算灵活方便。C语言是一种理想的结构化程序设计语言,因此,可用于编写高效简洁、风格优美的应用程序以及计算机系统程序。用C语言编写的程序,具有运算速度快、效率高、目标代码紧凑、可移植性好等特点。
本书由四川大学长期从事C语言程序设计的教学组编写,其目的是为了帮助程序设计初学者或大学非计算机专业的学生在短时间内快速入门,掌握C语言编程的特点与技巧。同时,非计算机专业的学生绝大多数会参加计算机等级考试,对于上机考试普遍感觉有一定的难度,本书在编写时也考虑了这个问题。
本书共分5章。第1章介绍了VisualC++6.O的使用,第2章由浅人深安排了8个基础的上机实验,介绍了常见的程序算法,如排序、查找、删除等。在熟练掌握了8个实验的基础上,再进行综合的上机练习,完成第3章计算机等级考试的上机实验。

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