- 博客(24)
- 资源 (29)
- 收藏
- 关注
原创 UNIX IPC -----FIFO 实现
fifo.h/********************************************************************* * Created: Nov 13th 2013 * Author: freeking * Descripition fifo 实现client发送一个路径/文件名,sever返回该文
2013-11-13 22:10:23
404
原创 UNIX IPC-----pipe
/****************************************************************************** * Created: Nov 11th 2013 * Author: freeking * Descipation: unix ipc pipe, C/S struct,
2013-11-13 22:01:39
417
原创 那些年写过的shell-----enable the color of echo
#! /bin/bash##################################################Author: freeking##Created: Oct 27th 2013##Description enable the color of echo###########################################
2013-10-27 14:19:09
382
原创 那些年写过的shell---the function of debug
#! /bin/bash##################################################Author: freeking##Created: Oct 27th 2013##Description enable the debug useage###############################################
2013-10-27 14:08:08
384
原创 那些年写过的shell---The useage of while
#! /bin/bash##########################################################################Author: freeking##Created: Jan 13th 2013##Description useage of while## if [ -n $string ] 如果
2013-10-27 14:00:59
381
原创 那些年写过的shell-----The useage of until
#! /bin/bash##################################################Author: freeking##Created: Jan 13th 2013##Description useage of util###############################################path
2013-10-27 13:59:14
328
原创 那些年写过的shell-----判断用户变量
#! /bin/bash##################################################Author: freeking##Created: July 28th 2013##Description replace the word u want#############################################
2013-10-27 13:57:42
496
原创 那些年写过的shell-----内置变量
#! /bin/bash##################################################Author: freeking##Created: Jan 26th 2013##Description useage of parameters###############################################
2013-10-27 13:56:32
351
原创 那些年写过的shell------模式匹配
#! /bin/bash######################################################Author: freeking##Created: July 28th 2013##Description match the pattern as the parameters#############################
2013-10-27 13:55:02
419
原创 C++中模板class实现
/*************************************************************************file: template.cpp**Author: Freeking**Created: Sep 29th 2009**Description: 用C++中模板class实现一个数字的幂次方*********
2009-10-11 12:22:00
299
原创 关于隐藏和覆盖的区别
/*************************************************************************file: reload.cpp**Author: Freeking**Created: Sep 4th 2009**Description: 关于隐藏和覆盖的区别************************
2009-10-11 12:21:00
292
原创 C++中模板function实现
/*************************************************************************file: template.cpp**Author: Freeking**Created: Sep 29th 2009**Description: 用C++中模板function实现一个数字的幂次方******
2009-10-11 12:21:00
324
原创 关于C++初始化
/********************************************************************##File: duotai.cpp@@Created: Sep 29th 2009$$Author: Freeking%%Description: 关于C++初始化****************************
2009-10-11 12:20:00
331
原创 关于C++多态的的实现
/********************************************************************##File: duotai.cpp@@Created: Sep 29th 2009$$Author: Freeking%%Description: 关于C++多态的的实现*************************
2009-10-11 12:13:00
280
原创 DNS服务中取得主机名称和IP地址
/************************************************************************************File: DNS.c**Author: FreeKing**Careated: August 11th**Description: DNS服务中取得主机名称和IP地址(有待完善)*********************
2009-10-10 22:50:00
336
原创 SOCKET UDP协议的实现
/***************************************************************************************************File: client.c**Author: FreeKing**Created: Augist 11th 2009**Description: UDP协议的
2009-10-10 22:49:00
293
原创 SOCKET TCP 的实现
/***************************************************************************************************File: client.c**Author: FreeKing**Created: Augist 11th 2009**Description: TCP协议的服务器端的实现*********
2009-10-10 22:45:00
465
原创 创建一个管道,并实现其中的读写操作
/*********************************************************************************File: pipe.c**Created: August 10th 2009**Author: FreeKing**Description: 创建一个管道,并实现其中的读写操作*************************
2009-10-10 22:43:00
344
原创 minigui下实现截屏
******************************************************************************File: PrtScreen.c**Author: Dong Liu**Created: July 22th 2009**Description: 实现截屏,并将得到的图片以bmp格式的文件保存到当前路径**Function: P
2009-10-10 22:42:00
626
原创 创建一副位图并将位图保存为bmp格式
/***************************************************************************************************File: bmp.c**Author: *******Created: August 7th2009**Description: 创建一副位图并将位图保存为bmp格式************
2009-10-10 22:41:00
575
原创 队列的操作
/************************************************************************************************File: queue.c@@Author: FreeKing##Created: Sep 15th 2009$$Description: 关于队列的操作,创建队列,入,出队列,取队列头,判断队列是
2009-10-10 22:38:00
348
原创 栈的相关操作
/*******************************************************************************************Flie: stack.c@@Author: Freeking##Created: Sep 15th 2009&&Description: 关于栈的操作,包括初始化一个栈,进栈,出栈,判断栈是否为空.取得栈顶
2009-10-10 22:36:00
277
原创 链表操作
/**************************************************************************************************************File: list.c**Author: Freeking**Created: Sep 13th 2009**Description: 关于链表的各
2009-09-14 21:00:00
342
原创 getch getchar getche的区别
一:getch()的作用是从键盘接收一个字符,而且并不把这个字符显示出来,就是说,你按了一个键后它并不在屏幕上显示你按的什么,而继续运行后面的代码;getch和getche不是标准函数。 要用getch()必须引入头文件conio.h二:getche()则是有返回显示;getche与getch的区别就是最后的那个e,echo回显的意思。 三:getchar()函数也
2009-08-02 15:46:00
518
VC中关于SOCKET 的实现(TCP/UDP)
2009-10-11
windows核心编程
2009-09-16
Qt3相关程序的源码(包含运行工程)
2009-10-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅