Ray's playground

 
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 56 下一页

2010年5月22日

C# Language Basics(Chapter 2 of C# 4.0 in a nutshell)

摘要: Optional ParametersCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5... 阅读全文

posted @ 2010-05-22 22:52 Ray Z 阅读(204) 评论(0) 推荐(0) 编辑

Fundamentals(Chapter 2 of Programming F#)

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1openSystem23[<EntryPoint>]4letmain(args:string[])=5letnumbers=[1..10]6letsquarex=x*x78letsq... 阅读全文

posted @ 2010-05-22 21:11 Ray Z 阅读(204) 评论(0) 推荐(1) 编辑

2010年5月19日

Introduction to F#(Chapter 1 of Programming F#)

摘要: F#Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1openSystem23[<EntryPoint>]4letmain(args:string[])=5ifargs.Length<>2then6failwith"Error:... 阅读全文

posted @ 2010-05-19 12:54 Ray Z 阅读(246) 评论(0) 推荐(0) 编辑

2010年5月18日

POJ 1001

摘要: 1001Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<cmath>3usingnamespacestd;45//Whythelengthofarrayshouldbe1... 阅读全文

posted @ 2010-05-18 22:35 Ray Z 阅读(293) 评论(0) 推荐(1) 编辑

2010年5月15日

Data Structures Programs(Column 3 of Programming Pearls)

摘要: Don't write a big program when a little one will do. 阅读全文

posted @ 2010-05-15 22:00 Ray Z 阅读(116) 评论(0) 推荐(0) 编辑

Aha! Algorithms (Column 2 of Programming Pearls)

摘要: [代码] 阅读全文

posted @ 2010-05-15 21:47 Ray Z 阅读(212) 评论(0) 推荐(0) 编辑

2010年5月9日

Conversational state: session management(Head First Servlets and JSP)

摘要: Somehow, the Container has to get the session ID to theclient as part of the response, and the client has to send backthe session ID as part of the request. The simplest and mostcommon way to exchange... 阅读全文

posted @ 2010-05-09 23:14 Ray Z 阅读(301) 评论(0) 推荐(2) 编辑

2010年5月6日

Extensions to C(Chapter 2 of Learn Objective-C on the Mac)

摘要: [代码]BOOLCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#import<Foundation/Foundation.h>2//returnsNOifthetwointegershavethesame3//value,YESothe... 阅读全文

posted @ 2010-05-06 19:32 Ray Z 阅读(342) 评论(0) 推荐(0) 编辑

2010年4月26日

Cracking the Oyster(Column 1 of Programming Pearls)

摘要: CCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1intintcomp(int*x,int*y)2{3return*x-*y;4}56inta[1000000];7intmain(void)8{9inti,n=0;10while(scanf("%d"... 阅读全文

posted @ 2010-04-26 12:36 Ray Z 阅读(199) 评论(0) 推荐(0) 编辑

2010年4月7日

Caching(The Definitive Guild to Django)

摘要: Django comes with a robust cache system that lets you save dynamic pages so they don’thave to be calculated for each request. For convenience, Django offers different levels of cachegranularity:... 阅读全文

posted @ 2010-04-07 17:08 Ray Z 阅读(255) 评论(0) 推荐(0) 编辑

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 56 下一页

导航