-
EmptyProject
direvctX最初框架,供添加具体代码(directX )
- 2009-11-20 20:35:55下载
- 积分:1
-
khttpd-2
说明: Kernel Mode HTTP Server
- 2019-12-23 20:44:03下载
- 积分:1
-
c++,显示图像
IPicture接口对象的创建
方法1:直接通过文件创建
LPCSTR szFileUrl;
IPicture *pIPicture;
OleLoadPicturePath(CComBSTR(szFileUrl),
(LPUNKNOWN)NULL,
0,
0,
IID_IPicture,
(LPVOID*)&pIPicture))
方法2:通过IStream来创建
// 加载电子地图
LPCSTR szFileUrl;
IStream *pStream = NULL;
IPicture *pIPicture = NULL;;
CFileStatus fstatus;
CFile file;
LONG lFileSize;
HGLOBAL hGlobal;
if(file.Open(szFileUrl, CFile::modeRead) && file.GetStatus(szFileUrl, fstatus)
&& ((lFileSize = fstatus.m_size) != -1))
{
hGlobal = GlobalAlloc(GMEM_MOVEABLE, lFileSize);// 开辟大内存
if(hGlobal != NULL)
{
LPVOID pvData = NULL;
&nb
- 2022-01-26 14:55:37下载
- 积分:1
-
FHB
这个是一个好好用的完美挂请大家用用好不好用大家说说(PostScript(R) Printer Description (a.k.a. PPD) files are text files containing information about special features available on PostScript printers such as paper sizes, screen values and fonts available on your printer. These files are in a very specific format that can be read by software applications. The information is used when printing your document by the printer driver for decision making purposes or to invoke particular features of the printer. )
- 2010-01-18 16:47:22下载
- 积分:1
-
tichuxinghaobaoluo
信号包络,提出信号包络,便于观察信号波动过程,非常有用(Signal envelope, put forward the signal envelope, easy to observe the process of signal fluctuations, very useful)
- 2014-02-25 09:46:33下载
- 积分:1
-
STM32_RB模板(keil4)
STM32F103RB模板,基于官方固件库3.5(STM32F103RB template, based on official firmware library 3.5)
- 2020-06-18 03:00:02下载
- 积分:1
-
sha-256
sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
- 2021-04-28 16:08:43下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
loan
贷款金融网站重要经营金融等等,同时含有资金池、交易功能(loan web)
- 2015-05-10 17:26:24下载
- 积分:1
-
arm_threadX
ThreadX OS for Arm source
- 2019-04-11 23:53:07下载
- 积分:1