365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

xds2000的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、18项网摘
LinuxDevCenter.com -- How Shellcodes Work点击:63
 分类:c; hack 时间:2006-5-24 16:08:54 xds2000收录 复制到我的网摘
How Shellcodes Work
http://www.linuxdevcenter.com/pub/a/linux/2006/05/18/how-shellcodes-work.html
Exceptions in C点击:27
 分类:c 时间:2006-5-8 12:39:30 xds2000收录 复制到我的网摘
Exceptions in C,像是一个小技巧吧。
http://adomas.org/excc/
Debugging "C" And "C " Programs Using "gdb"点击:42
 分类:c; gdb 时间:2006-4-25 16:30:00 xds2000收录 复制到我的网摘
Debugging "C" And "C++" Programs Using "gdb"
http://users.actcom.co.il/~choo/lupg/tutorials/debugging/debugging-with-gdb.html#debugger_invoke
vankuik.nl: UNIX Toolkit点击:37
 分类:Linux; c 时间:2006-4-10 17:17:08 xds2000收录 复制到我的网摘
UNIX Toolkit
http://www.vankuik.nl/cgi-bin/wiki.cgi/UNIX_Toolkit
Continuations in C点击:31
 分类:c 时间:2006-4-10 16:48:15 xds2000收录 复制到我的网摘
Continuations in C
http://homepage.mac.com/sigfpe/Computing/continuations.html
在 Linux 上找出并解决程序错误的主要方法点击:29
 分类:私有; c 时间:2006-4-7 12:49:03 xds2000收录 复制到我的网摘
在 Linux 上找出并解决程序错误的主要方法
http://www.fixdown.com/article/article/2043.htm
Writing Bug-Free C Code点击:33
 分类:c 时间:2006-4-7 9:17:27 xds2000收录 复制到我的网摘
Writing Bug-Free C Code
online book
http://www.duckware.com/bugfreec/index.html
Speed your code with the GNU profiler点击:45
 分类:Linux; c 时间:2006-4-5 23:26:36 xds2000收录 复制到我的网摘
Speed your code with the GNU profiler
http://www-128.ibm.com/developerworks/linux/library/l-gnuprof.html?ca=dgr-lnxw16GNUProfiler
Coroutines in C点击:31
 分类:c 时间:2006-4-4 14:42:29 xds2000收录 复制到我的网摘
Coroutines in C
Structuring a large program is always a difficult job. One of the particular problems that often comes up is this: if you have a piece of code producing data, and another piece of code consuming it, which should be the caller and which should be the callee?
http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
Everything you ever wanted to know about C types, Part 3: Implementation details点击:29
 分类:c 时间:2006-3-24 17:49:46 xds2000收录 复制到我的网摘
Everything you ever wanted to know about C types, Part 3: Implementation details
The previous parts in this series have focused primarily on more general considerations of C types -- things that are portable from one system to another. This article goes deeper into the question of implementation specifics and then discusses the C99 standard and some of the changes it made.
http://www-128.ibm.com/developerworks/power/library/pa-ctypes3/?ca=dgr-lnxw16CTypesP3
SourceForge.net: cprops - c prototyping tools点击:63
 分类:c 时间:2006-3-16 0:05:31 xds2000收录 复制到我的网摘
c prototyping tools
the cprops (c prototyping tools) library provides linked list, priority queue, hash table, hash list and trie implementations in c, as well as a thread pool and thread management framework, a tcp socket and http server socket api and a simple web server.
http://sourceforge.net/projects/cprops
SourceForge.net: Generic Data Structures Library (in C)点击:27
 分类:c 时间:2006-3-16 0:04:37 xds2000收录 复制到我的网摘
Generic Data Structures Library (in C)
A Generic Data Structures Library. A collection of data structures you're most likely to need. Written in ANSI C. Interface is basic, but powerful, and intuitive. Has AVL tree, binary heap, queue/linked list, and more. All platforms.
http://sourceforge.net/projects/libds
CGI C input routines - Discussion点击:22
 分类:c 时间:2006-3-11 2:10:24 xds2000收录 复制到我的网摘
CGI C input routines
Introduction
Once the programmer has decided to programme CGI backends in C, he is faced with the problem of receiving and decoding the values transferred from the remote browser. Unlike CGI backend programming languages such as PHP, there is no standard way of doing this and the programmer has to provide his own routines. The routines shown here handle this task and will be used in all subsequent CGI C backends. Feel free to copy them, with acknowledgment please.

This page discusses the operation of the routines in more detail. Familiarity with the C programming language is assumed. For the full code follow this link.
http://www.scit.wlv.ac.uk/~jphb/sst/c/cgisd.html
The GNU C Programming Tutorial点击:29
 分类:c 时间:2006-3-11 2:06:31 xds2000收录 复制到我的网摘
the gnu c programming tutorial
Preface:
Introduction:
Using a compiler:
The form of a C program:
Functions:
Variables and declarations:
Scope:
Expressions and operators:
Parameters:
Pointers:
Decisions:
Loops:
Preprocessor directives:
Libraries:
Arrays:
Strings:
Input and output:
Putting a program together:
Advanced operators:
More data types:
Data structures:
Recursion:
Style:
Debugging:
Example programs:
A note from the original author:
Reserved words in C:
Precedence of operators:
Special characters:
Character conversion table:
A word about goto:
Answers to questions:
Bibliography:
Glossary:
Code index:
Concept index:
Bits and pieces:
http://www.crasseux.com/books/ctutorial/
GameDev.net - Bitwise Operations in C点击:23
 分类:c 时间:2006-3-11 2:02:53 xds2000收录 复制到我的网摘
bitwise operations in c
Introduction
After writing the Game Programming Genesis series, I got a lot of E-mail from people asking me to clarify the bitwise operations I used in the sample programs. I use them all over the place in my code, enough that I don't really think about what I'm writing anymore, and so I neglected the fact that a lot of people don't see them used too often. This article is meant to be a complete introduction to bitwise manipulations using the C programming language. If you don't know C, no big deal. The ideas presented here are very general. The only things that will differ from one language to another are the characters used to represent the various operators.

I will go over the combinational operators AND, OR, and XOR, and show you some of the things they are commonly used for. I will also go over bitwise shifts, and their applications. But before that, in case you're very new to this, I'm going to run through a discussion of how numbers are represented in binary form, and some basic terminology. If you've gone that far already, which many of you probably have, feel free to skip over this first part.
http://www.gamedev.net/reference/articles/article1563.asp
MC点击:48
 分类:c 时间:2006-3-4 2:48:53 xds2000收录 复制到我的网摘
c size()
http://61.186.70.240:8080/topic.jsp?forumID=9&topic=171
MC点击:23
 分类:c 时间:2006-3-4 2:46:56 xds2000收录 复制到我的网摘
类似C++模版功能的单链表
http://61.186.70.240:8080/topic.jsp?forumID=9&topic=149
在 C 程序中嵌入 Perl点击:36
 分类:C; Perl 时间:2006-3-4 2:32:07 xds2000收录 复制到我的网摘
当你需要在 C 中使用 Perl
如何编译
当你需要在 C 中使用 Perl 时,你的程序一般要分配,运行,释放一个 perl 解释器对象。
perl 库一般在这样的文件夹下:

/usr/local/lib/perl5/your_architecture_here/CORE


可以这样得到它的位置:
http://learn.tsinghua.edu.cn:8080/2005211356/perl/PerlEmbed.html
页码: [1 共1页、18项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved