自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zerray's

Welcome to zerray's blog!

  • 博客(1)
  • 资源 (6)
  • 收藏
  • 关注

转载 C语言中可变参数的用法

我们在C语言编程中会遇到一些参数个数可变的函数,例如printf() 这个函数,它的定义是这样的: int printf( const char* format, ...); 它除了有一个参数format固定以外,后面跟的参数的个数和类型是 可变的,例如我们可以有以下不同的调用方法: printf("%d",i); printf("%s",s); printf("the number is %d

2005-07-25 16:08:00 1100

python3.0 手册chm

Python v3.0 documentation Welcome! This is the documentation for Python 3.0, last updated Dec 03, 2008. Parts of the documentation: What's new in Python 3.0? or all "What's new" documents since 2.0 Tutorial start here Using Python how to use Python on different platforms Language Reference describes syntax and language elements Library Reference keep this under your pillow Python HOWTOs in-depth documents on specific topics Extending and Embedding tutorial for C/C++ programmers Python/C API reference for C/C++ programmers Installing Python Modules information for installers & sys-admins Distributing Python Modules sharing modules with others Documenting Python guide for documentation authors Indices and tables: Global Module Index quick access to all modules General Index all functions, classes, terms Glossary the most important terms explained Search page search this documentation Complete Table of Contents lists all sections and subsections Meta information: Reporting bugs About the documentation History and License of Python Copyright

2009-01-18

UNIX Programming FAQ 中文版

这篇“常见问题解答” 由Patrick Horgan自一九九六年五月开始起草;因其历经数月未复更新,我从而接手编辑。我已经将其内容稍做重新安排并加入一些新的内容;我仍然认为它仍处于“有待开发建设”中。请将批评,建议,增补,更正或其它意见发给维护者,电子邮件地址: <[email protected]> 这篇文档的超文本版(英文)在WEB上可以获得。主站点设在 http://www.erlenstar.demon.co.uk/unix/faq_toc.html。美国镜像站点设在http://www.whitefang.com/unix/faq_toc.html。 这篇文档可以用FTP的方式自主机rtfm.mit.edu和其众多镜像站点的news.answers 归档中找到(译者注:URL是ftp://rtfm.mit.edu/pub/faqs/unix-faq/programmer/faq)。它的官方归档名是“unix-faq/programmer/faq”。其他将网络新闻组*.answers归档的服务器也会在目录“comp.unix.programmer”下存放这篇文档。 其他信息资源未于此一一列出。读者可在新闻组comp.unix.programmer每周定期发布的[READ ME FIRST]中找到其他“常见问题”,书籍,原代码等资源的的连接。关于管理新闻组的小问题等等也能在其中找到;而我只想在将这篇文档中特别讨论问题和回答。所有提供的资料已经经过维护者编辑,所有错误或疏忽是我的责任,跟提供者无关。 这篇“常见问题解答”现在以Texinfo资源格式维护;我使用“makeinfo”程序将其转换成供新闻组阅读的原始字符文件格式,并使用“texi2html”程序将其转换成 HTML格式。 Copyright © 1997,1998, 1999, 2000 Andrew Gierth. 这篇文档允许通过新闻组或电子邮件方式的分发,也允许在news.answers 归档的镜像FTP或WWW站点归档存放,并保证提供所有维持该文档更新应付出的努力。(本许可能够以个人为单位取消)未经维护者许可,不允许将该文档以其他任何方式发表,无论是书面,WWW,光盘,或在其他任何媒体。 内容提供者名单,无先后次序: Andrew Gierth <[email protected]> Patrick J. Horgan withheld Stephen Baynes <[email protected]> James Raynard withheld Michael F. Quigley withheld Ken Pizzini withheld Thamer Al-Herbish withheld Nick Kew <[email protected]> Dan Abarbanel withheld Billy Chambless <[email protected]> Walter Briscoe <[email protected]> Jim Buchanan <[email protected]> Dave Plonka <[email protected]> Daniel Stenberg withheld Ralph Corderoy <[email protected]> Stuart Kemp withheld Sergei Chernev <[email protected]> Bjorn Reese withheld Joe Halpin <[email protected]> Aaron Crane <[email protected]> Geoff Clare <[email protected]>

2009-01-15

WinScripts指南

本节内容 JScript Microsoft 功能强大的脚本编写语言是专为 Internet 而设计的。JScript.NET 是 Microsoft ECMA 262 语言的下一代实施产品。与 ECMAScript Edition 4 一起开发的、JScript.NET 中的改进功能包括了准确编译的代码、类型与无类型的变量、类(内含继承、函数重载、属性访问器等等)、包、跨语言支持,以及对 .NET 框架的访问。 VBScript Microsoft Visual Basic Scripting Edition 为各种环境提供有效的脚本编写手段,包括 Microsoft Internet Explorer 中的 Web 客户端脚本编写及 Microsoft Internet Information Services 中的 Web 服务器端脚本编写。 脚本运行时 Dictionary 对象相当于 PERL 的关联数组。项可以是任意形式的数据,存储在数组中。每一个项与唯一的关键字相关联。关键字用于检索个别项,通常是一个整数或字符串,它可以是数组以外的任何内容。 FileSystemObject (FSO) 对象模型允许您使用熟悉的 object.method 语法以及一系列属性、方法和事件来处理文件夹和文件。 脚本 Encoder 是一种简单的命令行工具,它使脚本设计者能够对自己的最终脚本进行编码,这样 Web 主机和 Web 客户机就不能查看或修改它们的源代码。 Windows 脚本部件 Microsoft® Windows® 脚本部件为您提供了使用脚本语言,如 Microsoft® Visual Basic® Scripting Edition (VBScript) 和 Microsoft® JScript® 创建 COM 组件的简单方法。 Windows 脚本宿主 Microsoft Windows 脚本宿主 (WSH) 是一种工具,它允许您在基本操作系统(Windows 95 或 Windows NT 4.0.)内部运行 Visual Basic Scripting Edition 和 JScript。 Windows 脚本接口(英文) Microsoft Windows 脚本接口为应用程序引入了一种增强脚本和 OLE 自动化功能的新方法。

2009-01-15

addison.wesley.code.reading.the.open.source.perspective.chm

Code Reading: The Open Source Perspective By Diomidis Spinellis Publisher : Addison Wesley Pub Date : May 30, 2003 ISBN : 0-201-79940-5 Pages : 528 If you are a programmer, you need this book. You've got a day to add a new feature in a 34,000-line program: Where do you start? Page 333 How can you understand and simplify an inscrutable piece of code? Page 39 Where do you start when disentangling a complicated build process? Page 167 How do you comprehend code that appears to be doing five things in parallel? Page 132 You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code. Fact: If you make a habit of reading good code, you will write better code yourself.

2009-01-15

Perl5语言全教程

一、Perl是什么? Perl是Practical Extraction and Report Language的缩写,它是由Larry Wall设计的,并由他不断更新和维护,用于在UNIX环境下编程。 .Perl具有高级语言(如C)的强大能力和灵活性。事实上,你将看到,它的许多特性是从C语言中借用来的。 .与脚本语言一样,Perl不需要编译器和链接器来运行代码,你要做的只是写出程序并告诉Perl来运行而已。这意味着Perl对于小的编程问题的快速解决方案和为大型事件创建原型来测试潜在的解决方案是十分理想的。 .Perl提供脚本语言(如sed和awk)的所有功能,还具有它们所不具备的很多功能。Perl还支持sed到Perl及awd到Perl的翻译器。 简而言之,Perl象C一样强大,象awk、sed等脚本描述语言一样方便。

2009-01-15

php_manual_zh

php中文手册 PHP 手册 Stig Sæther Bakken Alexander Aulbach Egon Schmid Jim Winstead Lars Torben Wilson Rasmus Lerdorf Andrei Zmievski Jouni Ahto 中文文档翻译小组 穆少磊 肖盛文 宋琪 李达 黄啸宇 王远之 孙

2009-01-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除