ChinaUnix.net
相关文章推荐:

Google C Style Guide中文

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

by fender0107401 - C/C++ - 2011-03-09 17:33:33 阅读(2290) 回复(4)

相关讨论

转自: http://wiki.wxpython.org/index.cgi/wxPython_style_guide This is a little style guide for using wxPython. It's not the be-all and end-all of how wxPython code should be written, but I what I've tried to capture is a way to write wxPython code that is clear and Pythonic. It was vetted on the wxPython-users mailing list, with very little disagreement. Pythonic is partly defined by: http:/...

by linxh - Python文档中心 - 2007-01-27 01:33:05 阅读(1113) 回复(0)

我也是刚才偶然得到的,奉献了 [ 本帖最后由 yangprc 于 2006-10-15 16:58 编辑 ]

by yangprc - Shell - 2013-10-27 17:19:38 阅读(12736) 回复(11)

本帖最后由 seesea2517 于 2013-04-09 17:36 编辑 发现一个好东东:http://google-styleguide.googlecode.com/svn/trunk/shell.xml 唉,算了,一来字数限制没法贴全,二来格式乱套了,就不贴内容了。

by seesea2517 - Shell - 2013-04-11 13:56:29 阅读(2319) 回复(9)

第一章 基础 初始化 SDL由八个子系统组成——音频、CDROM、事件处理、文件I/O、游戏杆、线程、记时器和视频。使用前必须调用SDL_Init或SDL_InitSubSystem初始化。SDL_Init必须早于其他所有SDL调用,它将自动初始化事件处理、文件I/O和线程子系统,并根据参数选择启动其他子系统。例如,初始化缺省和视频子系统: SDL_Init(SDL_INIT_VIDEO);初始化缺省、视频和记时器子系统: SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER);SDL_I...

by mutes - Linux文档专区 - 2008-05-13 16:52:15 阅读(672) 回复(0)

文件: The Linux Kernel Module Programming guide.rar 大小: 86KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/48140/showart_382470.html

by bensondong - Linux文档专区 - 2007-09-15 12:32:01 阅读(2594) 回复(0)

http://xiaowang.net/bgb-cn/ 谢谢译者!! ---------------------------------------------- 九楼有HTML包的下载。。。 [ 本帖最后由 yjh777 于 2007-4-12 18:13 编辑 ]

by yjh777 - Shell - 2010-09-05 21:36:55 阅读(12166) 回复(42)

原文:http://www.winehq.org/site/docs/wineusr-guide/config-wine-main 翻译:若诲和尚 注 :Wine中文手册中关于安装的部分没太大变化,配置部分变化比较大,只翻了这部分。 Chapter 3. Wine配置 章节: 3.1.使用Winecfg工具 3.2.使用“注册表”和“注册表编辑器” 3.3.其它配置 大部分普通的配置可以用Winecfg来修改。这里将一步步介绍Winecfg的基本用法及其它可选项。下一单元,我们将学习如何用regedit进行高级的wine配置,reg...

by Executioner - Linux文档专区 - 2006-04-14 14:46:17 阅读(1225) 回复(0)

Kernel Locking 中文版 Unreliable guide To Locking Rusty Russell <[email]rusty@rustcorp.com.au[/email]> 翻译: albcamus <[email]albcamus@163.com[/email]> Copyright © 2003 Rusty Russell This documentation is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 o...

by albcamus - 内核/嵌入技术 - 2006-11-09 09:07:53 阅读(3606) 回复(39)

Kernel Locking 中文版 Unreliable guide To Locking Rusty Russell <[email]rusty@rustcorp.com.au[/email]> 翻译: albcamus <[email]albcamus@163.com[/email]> Copyright © 2003 Rusty Russell This documentation is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 o...

by albcamus - 内核源码 - 2013-03-11 17:05:31 阅读(19843) 回复(46)

To view tape device files on Solaris[TM] hosts, go to the /dev/rmt directory. Herein you will find a series of files comprised of numbers and letters. They will look something like this: root[ksh]@bulldog# ls /dev/rmt 0 0m 1cn 1ub 2lb 0b 0mb 1h 1ubn 2lbn 0bn 0mbn 1hb 1un 2ln 0c 0mn 1hbn 2 2m 0cb 0n 1hn 2b 2mb 0cbn 0u 1l 2bn 2mbn 0cn 0ub 1lb 2c 2mn 0h 0ubn 1lbn 2cb 2n 0hb 0un 1l...

by lnliliang - Solaris - 2004-07-16 08:38:55 阅读(1826) 回复(3)