自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

风焱

firetoucher's blog

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

转载 [FW]Object-Oriented Language: Tcl/Tk

[from:http://www.cetus-links.org/oo_tcl_tk.html]Intro "Tcl stands for Tool Command Language. Tcl is really two things: a scripting language, and an interpreter for that language that is design

2004-12-30 15:23:00 4194

原创 Tcl学习笔记

2004/12/28★Regular expression to parse the DISPLAY environment variable.set env(DISPLAY) corvina:0.1regexp {([^:]*):} $env(DISPLAY) match host=> 1set match=> corvina:set host=> corvina

2004-12-27 17:28:00 5572

原创 Introduction to Regexes and Pattern Matching

1.2 Introduction to Regexes and Pattern MatchingA regular expression is a string containing a combination of normal characters and special metacharacters or metasequences. The normal charact

2004-12-24 14:56:00 1590

原创 判断一个元素是否在一个集合中

出自http://community.csdn.net/Expert/TopicView1.asp?id=3660145QuickKeyBoard() 这样的问题在noi教学中属于基础问题,当你要看一个元素是否在一个集合中时,利用Hash散列表的效率最高。代码我已经写好了,复杂度:5000+5000。delphi5下通过:program AB5000;{$APPTYPE CONSOLE}con

2004-12-22 11:52:00 7410

原创 fast memory copy code

void static fmemcpy(void *dest, void *src, int n) {#if 1 __asm {    mov  edi,dest    mov  esi,src    mov  ecx,n    push ecx         // align 64 byte    and  ecx,63    rep  movsb    pop  ecx    shr 

2004-12-15 10:31:00 1360

原创 cpu support code

#ifndef CPU_SUPPORT_H#define CPU_SUPPORT_H#define CPU_SUPPORTS_CPUID       (0x00000001L)#define CPU_SUPPORTS_FPU            (0x00000002L)#define CPU_SUPPORTS_MMX            (0x00000004L)#define CPU_

2004-12-15 10:27:00 1700

Backend Attribute Exchange

Backend Attribute Exchange Introduction

2010-09-08

URI Introduction PPT

URI Introduction PPT

2008-03-04

SOA Security ppt

SOA Security Introduction

2008-03-04

空空如也

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

TA关注的人

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