自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 PHP 生成直方图的类(仿Light Chart)

<?phpclass plchart { var $chart; var $data = array( 'title' => "title\ntest", 'group_count' => 4, //how many groups 'group_size' => 4, //size of each group '

2011-10-31 11:00:01 1232

原创 在windows里安装qca(Qt Cryptographic Architecture)

qt 加密包qca的安装过程

2011-03-19 10:31:00 4081

原创 不成熟的linux程序

 cat 程序/** * Scat.c * Concatenate files and print on the stadard output * * Finish At Aug 19th,2009 * **/#include#include#include#include#include#include/* Max length of file name */#define MAX_NAME 100/* Name of command

2011-01-01 12:04:00 377

原创 gcc的一些扩展与例子

/* * ({ statement }) ;Return the value of statement * typeof() ;Return the type of expression * __extension__ ;Disable pedantic warnings * (void) (&_x == &_y) ;If X,Y is not the same type, * there will be a warning */#define min(X,Y) /

2010-12-31 21:39:00 389

原创 c中可变长参数的简单应用

/* * va_fun :replace the specify char to target string * * many : how many chars want to replace * s : original string * ...: first char ,first target string, second char , * second target string ... * */#include#includevoid va_f

2010-12-31 21:22:00 339

QT编的俄罗斯方块,(无源代码)

QT编的俄罗斯方块,画面超好,老拉版本的,不过就是少了原代码,有兴趣的可以下下看

2009-12-26

空空如也

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

TA关注的人

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