just do IT

Thursday, December 24, 2009

Ex 10.4-3 of introduction to algorithms

›
Question: Write an O(n)-time nonrecursive procedure that, given an n-node binary tree, prints out the key of each node in the tree. Use a st...
1 comment:
Thursday, December 17, 2009

Ex 9.3-8 of Introduction to algorithms

›
Question : Let X[1 .. n] and Y [1 .. n] be two arrays, each containing n numbers already in sorted order. Give an O(lg n)-time algorithm to ...
1 comment:
Friday, December 11, 2009

use memcmp to compare objects?

›
I came across a question regarding c++, is it more efficient to use memcmp to determine equality of two objects of the same type. This is n...
2 comments:
Wednesday, December 9, 2009

communicate with service on android

›
While doing android programming, it's a common sense to use Activity to interact with users and use Service to perform time consuming ta...
Monday, December 7, 2009

windows side by side assemblies

›
There are times when I deployed an application on a box different from the developing box, the application failed to start with following me...
Friday, December 4, 2009

Ex5.1-3 of Introduction to Algorithms

›
Question: Suppose that you want to output 0 with probability 1/2 and 1 with probability 1/2. At your disposal is a procedure BIASED-RANDOM, ...

main thread in android application

›
In android sdk document, it's mentioned that all components(Activity, Service, etc) run on the main thread. The main thread is the threa...
Wednesday, December 2, 2009

Ex5.1-2 of introduction to algorithms

›
A friend asked my idea about the exercise 5.1-2 of introduction to algorithms . Here is the original question: Question: Describe an impleme...
3 comments:
Monday, November 30, 2009

video player demo in android

›
In this post, I'll show some basic operations in android with a simple video player. The demo shows how to: Use explicit intent List vid...
2 comments:
Thursday, November 26, 2009

adb for remote connections

›
The adb tool in android sdk is convenient utility for debugging and control android emulators. One of its powerful features is it can forwa...
17 comments:

An basic introduction to SIP

›
What is SIP SIP Protocol is one of widely used signaling protocol, with the main purpose of, as its name is abbreviated for, initializatio...
1 comment:
Wednesday, November 18, 2009

how to make presentation

›
As an IT guy, there are times we need to make technical presentation. How to do it well? I'm no expert in presentation at all, but I...
‹
›
Home
View web version
Powered by Blogger.