自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 bmp2png---using libpng

<br />#include <png.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> /* A coloured pixel. */ typedef struct { uint8_t red; uint8_t green; uint8_t blue; } pixel_t; /* A picture. */ typedef struct { pixel

2011-04-07 23:39:00 2584 1

源码:数据结构与算法分析 -C语言描述

源码:数据结构与算法分析 -C语言描述 book name data structures and algorithm analysis in C

2011-02-24

jQuery速查表(DocXML2CHM-090223)

jQuery 1.3 速查表 -- Shawphy, 原作:G. Scott Olson

2010-08-19

黑客反汇编揭秘.chm

《Hacker Disassembling Uncovered 》 by Kris Kaspersky (ed) ISBN:1931769222 A-LIST Publishing © 2003 (584 pages) This text shows how to analyze programs without its source code, using a debugger and a disassembler, and covers hacking methods including virtual functions, local and global variables, branching, loops, objects and their hierarchy, and more.

2009-08-26

Programming Windows.chm中文

Programming Windows,Charles Petzold之经典著作 此为中文版

2009-05-10

win95:a developer's guide部分源代码

win95:a developer's guide部分源代码 包括supperClass的,clock的,DlgXpnd的。 经典代码啊

2008-12-10

《Word排版艺术》

侯捷《Word 排版艺术》前两章,十分清楚。需要的同志快下吧

2008-11-25

工具栏演示程序的源码

工具栏演示程序的源码 详见网站于:http://f2.org/programming/win32.html

2008-11-14

Windows Forms Programming with C# - ERIK BROWN.pdf

Windows Forms Programming with C# - ERIK BROWN.pdf

2008-11-14

api 例子theForger's Win32 API Tutorial

theForger's Win32 API Tutorial 的源码

2008-10-12

空空如也

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

TA关注的人

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