原创 Coding References

Here is a list of most frequently used coding standards for the mainstream programming languages. for Java: "Coding C

原创 [FW]TIOBE Programming Community Index for January 2005

TIOBE Programming Community Index for January 2005 January Headline: PHP awarded programming language of 2004 The TIOB

原创 編程急轉彎

2004/11/29how to realize a memcpy function?My answer:int memcpy(char* scr,char* des,int size){assert(des);assert(scr);a

原创 24點 程序

其實這是一道ICM題,即不一定是24點,給定一個自然數集合和一個目標數,求最優解。慌忙中作答,寫在這裏爲的是以後回來好優化一下。#include <stdio.h>  double st[20];int sp=0; const int C

原创 GOOGLE面試題--我的答案

這個題目的英文原題是:Consider a function which, for a given whole number n, returns the number of ones required when writing out

原创 man test

User Commands                                               if(1)   NAME     if, test  -  evaluate  condition(s)  or  m

原创 [譯]獲取系統網絡MAC地址的三種方法

[原文][未經許可,不得轉載] [風焱注:這是鄙人第一篇除英語作業以外的翻譯,目的是練手,所以選了一篇極其簡單的湊數。] 獲取系統網絡MAC地址的三種方法--Borland開發人員支持團隊 摘要: 本文描述了通過編程獲取系統網卡(NIC,

原创 Essays Link

Peter Norvig:《Teach Yourself Programming in Ten Years》(中譯本)

原创 [FW]C Coding Standards Quick Reference

Wireless Systems GroupC Coding Standards Quick ReferenceComments                                                      3

原创 UNIX Shell Commands List

A at : execute commands at a specified time/date. awk: a scripting language

原创 補習Google

今天在別人葉子上看到了一篇葉子,推薦《一篇改變世界的論文》,是關於Web搜索的,雖然不是我的專業,不過既然這樣說,我也要去看看的:《The Anatomy of a Large-Scale Hypertextual Web Search

原创 man sh

User Commands                                               sh(1)   NAME     sh, jsh - standard and job control shell a

原创 關於pointer-to-member的一些討論

今天爲了測試data member pointer,在BCB6裏寫了一段程序,卻發現了一點問題。代碼很簡單: struct Base1 { int val1;}; printf("&Base1::val1 = %p, %d/n", &Ba

原创 Video Sequence Compressor

#include <vfw.h> void VideoSequenceCompressor::init(HIC hic, BITMAPINFO *pbiInput, BITMAPINFO *pbiOutput, long lQ, long

原创 [Forward]Engineer Notebook: An Extreme Programming Episode

    Engineer Notebook: An Extreme Programming Episode by Robert C. Martin and Robert S. Koss This article is derived fr