-
FunctionPointerTutorial
函数指针教程 html版本的(Function Pointer Tutorial)
- 2010-02-22 03:17:03下载
- 积分:1
-
fftw-3.3.3
一个快速计算离散傅里叶变换的标准C语言程序集(the Faster Fourier Transform in the West library(linux version))
- 2020-08-14 16:28:35下载
- 积分:1
-
VC++ 多文档程序实现为新建的文档设置显示字体
VC++ 多文档程序实现为新建的文档设置显示字体,m_str="多文档应用程序实例!";//输出文本
CFontDialog dlg;//字体对话框
dlg.GetCurrentFont(&m_lf);
if(dlg.DoModal()==IDOK)//显示对话框
dlg.GetCurrentFont(&m_lf);//获取用户设置的字体信息
return TRUE;
CString str=pDoc->m_str;//获取输出文本
LOGFONT lf=pDoc->m_lf;//获取字体结构
CFont *pFont=new CFont;
pFont->CreateFontIndirect(&lf);//创建字体
CFont *poldFont=pDC->SelectObject(pFont);//载入DC
pDC->TextOut(40,40,str);//输出文本
pDC->SelectObject(poldFont);//恢复字体
- 2022-12-19 01:50:03下载
- 积分:1
-
p1-1
简单的c程序,便于c基础薄弱的人学习研究c语言(Simple c program , a weak infrastructure to facilitate people to learn c c language study
)
- 2013-11-22 10:36:20下载
- 积分:1
-
һ
- 2022-07-03 18:08:34下载
- 积分:1
-
source
说明: 这是书上的代码,visual C++编的,基于ObjectARX2004的任意复杂窗口裁剪技术,供大家参考(This is the book code, visual C++ Series, based on arbitrary ObjectARX2004 complex window cutting technology, for your reference)
- 2008-11-09 15:51:52下载
- 积分:1
-
123
字符串的查找删除功能以及提出子串数据功能(String search function and delete function string data were submitted)
- 2011-11-30 22:06:22下载
- 积分:1
-
fch11vs11Client
说明: fira 11V11 客户端源码 内涵帮助文档,具体介绍,并可跟据源码进行仿真策略的开发(fira 11V11 client source code)
- 2020-10-23 21:57:22下载
- 积分:1
-
MFC-tutorial
这是一本MFC入门书籍,对只学过C++程序编程会有很大帮助。(This is a MFC introductory books on C++ only learned programming will be of great help.)
- 2014-10-11 14:25:20下载
- 积分:1
-
sleeplight
program that simulates apple computers sleeplight!
- 2011-02-28 06:41:48下载
- 积分:1