自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 !!!sample

void swap(int *a, int *b){ int c = *a; *a = *b; *b = c;}void bubbleSort(int a[], int n){ bool swapped = true; int j = 0; int tmp; while (swapped) { swapped = f

2013-10-22 04:47:59 559

原创 !!!Cryptology

Cryptography is the practice and study of techniques for secure communication in the presence of third parties.Symmetric-key cryptography refers to encryption methods in which both the sender an

2013-10-07 22:51:03 474

原创 KNOW: Process Thread Sync Deadlock

Thread & ProcessDifference Between Thread and Processhttp://stackoverflow.com/questions/200469/what-is-the-difference-between-a-process-and-a-threadA process is an instance of a program in exe

2013-10-04 09:12:25 543

原创 !!!Chapter 7 Deadlock

A process requests resources; if the resources are not available at that time, the process enters a waiting state. Sometimes, a waiting process is never again able to change state, because the resourc

2013-10-03 23:00:05 750

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除