自定义博客皮肤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)
  • 资源 (9)
  • 收藏
  • 关注

原创 freetype

<br />// 获得一个字符位图bool LanguageManager::GetImage(char c,unsigned char *pBuff,int &pixel_x,int &pixel_y){ FT_Library ftLibrary; FT_Face ftFace; int error; error=FT_Init_FreeType(&ftLibrary); if(error)return false; error=FT_New_Face(ftL

2011-03-31 13:53:00 1006

原创 fstream 读取源文件

<br />#include <fstream>#include <iostream>using namespace std;string filename="a.cpp";int main(){ const int SZ=100; char buff[SZ]; { ifstream in("../main.cpp"); int i=1; while (!in.get(buff,SZ).eof()) { if(in.fail(

2011-03-21 12:56:00 637

原创 opengl 汇总

<br />http://glew.sourceforge.net/<br />    The OpenGL Extension Wrangler Library (GLEW) is a cross-platformopen-source C/C++ extension loading library. GLEW    provides efficientrun-time mechanisms for determining which OpenGL extensions aresupport

2011-03-04 12:43:00 497

原创 opengl 汇总

<br />http://glew.sourceforge.net/<br />    The OpenGL Extension Wrangler Library (GLEW) is a cross-platformopen-source C/C++ extension loading library. GLEW    provides efficientrun-time mechanisms for determining which OpenGL extensions aresupport

2011-03-04 12:42:00 468

源码:数据结构与算法分析 -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关注的人

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