- 我的消息
- 我的博客
- 我的学院
- 我的下载
- 我的收藏
- 消息
-
-
Indent Makefile via Python
<br />#!/usr/bin/env python import os import sys __version__ = "0.10" def space(lv): buf = "" if lv > 0: ...
原创2011-01-05 16:55:003130 -
Retreive First Enabled Modem Device Using .Net System.Management
In case we want to send some AT Command to the first workable mobile device connected to the computer, normally we start the devmgmt.msc to find out...
原创2010-01-18 16:17:002150 -
Met Someone on Z12 from Wuhan to Beijing
Dear Birmingham,Weve met on the train Z12 carriage 8, (9M, 10M) from Wuhan to Beijing on July 5th. --email/msn stupidbot at hotmail dot com
原创2009-07-08 09:35:002020 -
C Socket Forwarding
csocket_forward.c#include #include #include int error (char *s){ printf ("%s/n", s); return 0;}void info (char *s) { puts (s);}int...
原创2009-04-03 11:38:002650 -
Running Without vcl60.bpl borlndmm.dll
Borland C++ Builder 6, in project options1 uncheck Packages->Build with Runtime Packages2 uncheck Linker->Use Dynamic RTLrelease .exe size ten ...
原创2008-12-28 20:13:004370 -
By Reference or By Pointer in Method Arguments
Why Use Reference/Pointer in Method Argument To allow you to alter a data object in the calling functionTo speed up a program by passing a reference...
原创2008-11-13 15:47:004960 -
Motorola U9 User Feedback
今天看了一下U9的反馈,在第一期, 在拉美销售了256,000 台, 退货160台, 其中20%是因为后盖人为损坏(这个手机小巧精致, 老外的粗手指, 使蛮力肯定会坏), 还有20%是应为SIM Card接口, 电池金手指, USB接口损坏(都是小巧惹的祸), 这么看来退货率0.037%, 马马...
原创2008-03-31 16:45:002460 -
Hide Title Bar in C Windows Programming
#include windows.h>/**//* Declare Windows procedure */LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);/**//* Make the class name ...
原创2008-03-04 15:06:004670 -
Sseq the Enhanced Version of Seq
As we all know there is a seq (seq.exe for windows), but we can do more with sseq.main.h#include stdio.h>#include stdlib.h>#define MAX 9#defin...
原创2008-01-21 10:40:005190 -
Java ME, take a snapshot from a playing video
The following code will give you a demonstration on how to take a snapshot from a playing video.Preconditions,resource available at "/mmawtk.mpe...
原创2007-12-24 10:32:004500 -
Useful MIME-Type
Type/sub-type Extension application/envoy evy app...
转载2007-12-19 16:52:002750 -
Dos Loop Command Example
echo offfor /L %%i in (1,1,%1) do echo %%icreate file named loop1.cmdrun the following command in console loop1.cmd 10will output12345678910--for mor...
原创2007-12-14 17:39:005260 -
Nickname of US States
Alabama Montgomery Yellowhammer State Alaska Juneau Th...
转载2007-12-12 15:40:003680 -
Confusing Verbs, Raise vs Rise
RaiseRegular Verb TRANSITIVE - needs an objectVERB FORMS: raise - raised - raised - raisingTO RAISE =to lift something,to elevate,to bring to maturit...
转载2007-11-27 16:27:003460 -
Sample Computer Engineer Resume
Computer Engineer ResumeSteve James 2230, 173, East B St, NY 228978 Home: 111-111-1111 Cell: 222-222-2222 Email: (include Email Address) Have e...
转载2007-11-27 14:49:0010900 -
IELTS Vocabulary 2007
A-1 abandon 2 abbreviation 3 abnormal 4 abolish 5 aboriginal 6 abort 7 abortion 8 abound 9 abrasion 10 abridge 11 a...
原创2007-11-20 13:22:0030870 -
CipherInputStream and CipherOutputStream in Action
/* * TestCipherFile.java * Nov 8, 2007 */package com.vendor.dept.prj.subprj.gen;import java.io.DataInputStream;import java.io.DataOutputStream;impor...
原创2007-11-13 13:49:007685 -
ScreenSaver MIDlet with Location Service in MIDP 3.0
Without MIDP3, the Navigator MIDlet must run when the screen saver is turned off when you set the cell phone in your car, but with MIDP3 with screen ...
原创2007-10-18 18:14:003650 -
PostBot--Post Data via JavaME Http Connection
/* * PostBot.java * Oct. 9, 2007 */package com.vendor.dept.midp.http;import java.io.IOException;import java.io.InputStream;import java.io.OutputStre...
原创2007-10-11 16:43:0013810 -
Beginning C stdin pipe programming
#include #include int main(int argc, char *argv[]){ FILE * fi; fi = stdin; int i; int ch; while ((ch = getc(fi)) != EOF) { p...
原创2007-08-20 13:17:005420
-
- 学院
- 下载
- 消息