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

电脑编程技巧与维护(2009年合订本)(精华版)(附VCD光盘1张)

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

电脑编程技巧与维护(2009年合订本)(精华版)(附VCD光盘1张)

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

《电脑编程技巧与维护》2009年合订本(精华版)是在保留杂志原有风格的基础上,精心选编了2009年上半月刊12期的典型编程开发范例,汇集众多编程高手项目开发和应用的经验和编程技巧,精心加工后形成的全新编程产品。所选跟高手学编程、编程语言、数据库、网络与通信、图形图像处理;游戏编程、计算机安全与维护、编程疑难问题解答8篇近百个编程案例,都是从实际项目提炼出的,其内容有深度、思路有新意、讲解深入浅出,编程技巧新颖实用,构思巧妙,编程技术覆盖面广。案例中的程序源代码都经过上机调试通过,随书附带一张《电脑编程技巧与维护(2009年合订本·精华版)》所有核心源代码光盘,为程序开发人员移植代码和应用编程带来了方便。
《电脑编程技巧与维护(2009年合订本·精华版)》以案例导航、高手解读、答疑解惑的方式,诠释编程热点技术,传授编程经验技巧,引领编程捷径。全书既讲究内容的系统性、深入性、专业性、权威性和实用性,同时兼顾轻松、通俗易懂、时效性强的特点。
《电脑编程技巧与维护(2009年合订本·精华版)》可作为电脑编程爱好者、软件开发人员、专业计算机系统维护人员和专业程序员进行项目开发、项目设计的参考书,也可作为软件从业人员及编程爱好者的珍藏宝典。
Catalogue

前言
第一篇 跟高手学编程
1.1 VC++.NET访问数据库,编程实现存取股价数据
1.2 VC++.NET图形编程——绘K线图和条形图
1.3 VC++.NET报表编程——绘制股价表
1.4 计算机监控系统仿真开发平台的设计与实现
1.5 基于NBear企业级应用设计与开发
1.6 应用JScript和XML自定义无刷新多级联动菜单
1.7 ASP开发多媒体教学资料查询系统
1.8 ASP建立网络身份验证安全机制
1.9 ASP技术建立网络调查投票系统
第二篇 编程语言
2.1 用VC++6.0实现计算器具有优先功能
2.2 在VC下读取地震勘探CST格式数据
2.3 VC++开发简易考试系统
2.4 基于VC++6.0的二叉树绘制技术
2.5 VC++中动态生成菜单
2.6 解析VC++6.0中为类对象申请内存的过程
2.7 商人过河问题的Java编程解决
2.8 利用Ajax技术实现自定义列表显示控件
2.9 JavaScript中函数与对象的解析
2.10 C#创建插件业务平台
2.11 C#改变鼠标光标的方法
2.12 C++实现远程线程技术
2.13 NHibemate代码生成器的设计与实现
2.14 多安装包的自动安装程序
2.15 用Matlab实现排队过程的仿真
第三篇 数据库
3.1 图书馆视频资源发布系统设计与实现
3.2 库房管理系统设计与实现
3.3 ASP.NET2005+C#设计B/S结构的企业订餐管理系统
3.4 利用C#开发科技档案管理系统
3.5 基于Ajax+J2EE的专业选课管理系统
3.6 基于ASP.NET 2.0的新闻发布系统设计与实现
3.7 基于.NET的股票信息实时查询平台的设计与实现
3.8 Linux程序设计之GDBM数据库
第四篇 网络与通信
4.1 静态IP自动配置的实现
4.2 IE快捷菜单扩展编程实现
4.3 网页摘文快车程序设计
4.4 用Java实现Yahoo天气预报客户端
4.5 多媒体网络集中管理
4.6 ASP环境下网络硬盘的设计与实现
4.7 在C#中整合Fckeditor编辑器实现远程图片自动上传
4.8 QQ聊天程序的网络通信原理及编程
4.9 MATLAB串行通信的实现方法
4.10 手机视频播放器的开发
4.11 蓝牙协议栈BlueZ移植及GPS实现
第五篇 图形图像处理
5.1 利用VB实现MO地图层控制
5.2 图像间的色彩传输
5.3 图像透明度在具有立体感动画制作中的应用
5.4 利用三层动态模糊技术的飞雪场景合成
5.5 利用OpenCV实现人脸检测
5.6 基于OpenGL的实时投票结果三维显示
5.7 Visual C++图形编辑“点一线”联动
5.8 利用Java SE6.0实现图像卷积滤镜
5.9 视觉错觉的图像融合
5.10 实现拼接全景照片的色彩自动匹配探讨
5.11 三维校园电子地图
第六篇 游戏编程
6.1 用Java实现五子棋人机博弈
6.2 JavaApplet开发大鱼吃小鱼游戏
6.3 C#实现拼图游戏
6.4 利用ActionScript在Flash中开发游戏
6.5 手机游戏“坦克大战”的开发
6.6 NetBeans 6移动插件轻松开发手机RPG游戏
6.7 利用WPF实现基于MSN协议的五子棋游戏
第七篇 计算机安全与维护
7.1 VB 6.0利用BMP位图文件进行数据加密隐藏
7.2 Java内存泄露问题及对策
7.3 使用JavaME技术开发手机密码管理软件
7.4 在VC中实现软件版权保护的几种方法
7.5 C#制作多功能屏幕保护程序
7.6 分组密码SAFER+的C#实现
7.7 SQL注入式攻击的分析与防范
7.8 XML电子病历的加密
7.9 Linux下实现Windows的结构化异常处理-
7.10 恶意软件行为分析中的虚拟化技术应用
7.11 限制软件使用次数实现的方法
第八篇 编程疑难问题解答
8.1 如何用PASCALC编程解决实验数据烦琐问题
8.2 在Visual Basic 6.0中使表单自动适应显示器分辨率属性有何独特处理方法
8.3 Visual Basic如何调用Visual C++类型库中线程
8.4 在C程序中如何利用指针实现浮点数与IEEE格式的转换
8.5 在C++Builder中女口何实现TstringGrid组件的多行显示
8.6 怎样在Visual C++中创建基于SDI多框架多视图
8.7 在Visual C++6.0开发中如何实现CHM帮助
8.8 怎样在Visual C++2005.NET编写程序中释放内存空间
8.9 C#编程如何实现壁纸的智能切换
8.10 如何在C#中实现从string转换为int类型
8.11 如何实现基于DAG的全拓扑排序
8.12 如何利用JQuerg在动态网页中快速显示查询结果
8.13 如何解决含有通配符的字符串的比较问题
8.14 如何实现局域网环境下基于EJB 3.0组件的分布式应用开发部署
8.15 如何实现网上书店中图片数字水印的批量处理
8.16 怎样让软件界面随Windows主题起舞
8.17 如何实现加速共享内存的访问
8.18 怎样用文件创建时间进行加密
8.19 怎样配置Web服务器实现缩短网站首页的响应时间
Book Abstract

这也就意味着客户端页面所有内容需要从服务器端重新生成并传递到客户端,因此页面信息传递时的滞后感很强,用户体验很不理想。如果仅仅是类似用户注册时需要选择用户所属地的情况下,也许这种滞后还不至于带来较严重后果。但是,在某些特定应用,比如GIS应用程序中,当这些级联菜单是作为地图浏览的导航栏时,每次刷新页面将导致地图的重新载入,这种代价将是高昂的,也是用户无法忍受的。因此,为了使用户交互过程变得更为流畅而连续,开发人员常常需要利用局部刷新技术来避免页面整体的刷新。网络上比较常见的做法是利用微软官方提供的ASP.NET Ajax Control Toolkit中的Cascading Drop Down控件,然后自己编写一套提供对数据访问的接口来实现数据的绑定,从而实现菜单的级联更新。这种方法将XML格式的数据与控件进行绑定,可以简单、快捷地开发出无刷新的多级联动菜单,但同时也缺乏一定的灵活性,例如当开发人员需要根据页面整体风格来改变默认的下拉框的样式时将是比较困难的。
Introduction

《电脑编程技巧与维护》是为从事电脑编程、系统应用开发人员创办的专业性和实用性都很强的技术刊物。自1994年创刊15年来,始终以“实用第一,智慧密集”为宗旨,坚持“质量第一”、“读者第一”的原则,为广大的电脑编程爱好者、软件开发人员和专业计算机系统维护人员提供第一手的技术资料、编程技巧和维护经验;紧紧跟踪计算机软硬件技术发展和应用趋势,不断求变创新,针对软件开发过程中许多关键技术问题,着重提供各类解决方案和项目典型开发范例,在业内获得一致好评,是广大编程爱好者的首选刊物。在栏目内容上,选题覆盖面广,涉及技术领域宽、信息量大,帮助程序员开阔视野;在技术水平上,始终把握计算机技术发展的大方向,提供先进、详尽、准确的技术指导,并在长期的工作中与国际型大公司建立了良好的合作关系,为读者提供最新、最全的实用信息;在实用性上,稿源来自专业开发和维护人员的实践经验,以及普通书籍难以获得的编程经验、体会与技巧。
《电脑编程技巧与维护》从2009年开始,经国家新闻出版总署批准,由月刊改为半月刊。上半月刊的办刊宗旨、读者对象、栏目设置、刊物内容保持原刊风貌,仍以电脑编程案例解析为主题;下半月刊是原《电脑编程技巧与维护》月刊内容的延伸与发展,汇集电脑编程相关的学术论文和研究报告,展示电脑编程应用开发研究的新进展、新成果、新方法。
2009年《电脑编程技巧与维护》杂志社与中国水利水电出版社共同策划和倾力打造出版了《电脑编程技巧与维护》2009年合订本(精华版),作为2010年的一份礼物献给广大的读者。

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