// crt_sprintf.c// compile with: /W3// This program uses sprintf to format various// data and place them in the string named buffer.#include <stdio.h>int main( void ){ char buffer[200], s[] = "computer", c = 'l'; int i = 35, j; float fp = 1.7320534f; // Format and print vario Read More
posted @ 2012-03-16 15:47 庚武 Views(834) Comments(0) Diggs(0) Edit
Move commandsk up linej down line beginning of next linel right space right spaceh left space left spacew word forwardW word forward, ignore punctuatione end of wordE end of word, ignore punctuationb word backwardB word backward, ignore punctuation0 beginning of line^ first non-whitespace charac... Read More
posted @ 2012-03-16 14:16 庚武 Views(289) Comments(0) Diggs(0) Edit
压缩库为google提供的 Closure Compilerhttps://developers.google.com/closure/compiler/?hl=zh-cnusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace TestProcessDosCmd{ class Program { static void Main(string[] args) { ... Read More
posted @ 2012-03-16 11:52 庚武 Views(986) Comments(0) Diggs(0) Edit