在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
EETOP诚邀模拟IC相关培训讲师 创芯人才网--重磅上线啦!
查看: 3248|回复: 11

[资料] 电源开关设计秘笈30例

[复制链接]
发表于 2014-6-6 19:14:22 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
给大家分享一下电源开关设计秘笈30例

电源开关设计秘笈30例之三.pdf

2.04 MB, 下载次数: 108 , 下载积分: 资产 -2 信元, 下载支出 2 信元

0458.电源开关设计秘笈30例之二.pdf

1.85 MB, 下载次数: 82 , 下载积分: 资产 -2 信元, 下载支出 2 信元

6116.电源开关设计秘笈30例.pdf

1.36 MB, 下载次数: 117 , 下载积分: 资产 -2 信元, 下载支出 2 信元

发表于 2014-7-25 11:28:00 | 显示全部楼层
Object Syntax



Over the years, Perl has evolved from a utilitarian scripting tool into a sophisticated object-oriented programming language. Many people continue to use Perl just for simple scripts, and Perl will continue to make simple tasks easy. However, Perl can also make difficult tasks possible, by writing reusable code and using object-oriented programming techniques.

This chapter explains what Perl modules are and how to use them in your programs. Modules are written to accomplish tasks that either aren't implemented by Perl's built-in functions, or that could be done better. We say modules are "reusable" because anyone who needs to accomplish the same task can use that module instead of writing the code from scratch. As you write more and more Perl code, you'll undoubtedly find yourself using many of the modules other Perl programmers have provided. You may also find yourself writing modules and making them available for others to use.

The remainder of this book describes a significant portion of the functionality that's present in publicly available Perl modules. You'll find that a number of standard or core modules are distributed with Perl; many of these modules are discussed in Chapter 8, Standard Modules. Scores of other modules are available on CPAN, and virtually any task you'd like to accomplish in Perl is implemented in a module found there. For unbundled modules, you'll need to install the module on your system, and then integrate it into your program with the use function.

The use function is often the key to working with modules. For example, to bring the functionality of the popular CGI module into your program, you need to install the CGI.pm module (the .pm stands for Perl module) and put this line near the top of your program:

use CGI;
Now your program can make use of the many functions and variables made available by the CGI module.

Packages (from which modules are built) are also the mechanism by which Perl's object-oriented features are implemented. But object-oriented programming isn't for everyone, and there's nothing in packages that forces the programmer to work with the object-oriented paradigm.
发表于 2014-7-26 15:20:47 | 显示全部楼层
can v get the data in english
发表于 2014-7-26 15:22:37 | 显示全部楼层
Power switch design is a good topic
发表于 2014-7-26 19:17:20 | 显示全部楼层
谢谢楼主
发表于 2016-7-10 08:22:54 | 显示全部楼层
thanks for sharing
发表于 2017-9-9 22:13:01 | 显示全部楼层
thanks for sharing
发表于 2017-9-10 03:16:50 | 显示全部楼层
很好的入门级东西
发表于 2018-9-21 13:42:09 | 显示全部楼层
谢谢分享
发表于 2018-10-7 15:09:04 | 显示全部楼层
好资料谢谢分享!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-20 15:34 , Processed in 0.033429 second(s), 10 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表