搜索结果
找到约 90 项符合
HANDLE 的查询结果
按分类筛选
- 全部分类
- Java编程 (8)
- 其他 (7)
- 数学计算 (6)
- 单片机开发 (5)
- 其他书籍 (5)
- Windows CE (4)
- 书籍 (4)
- 单片机编程 (3)
- 压缩解压 (3)
- Delphi控件源码 (3)
- Internet/网络编程 (3)
- 微处理器开发 (2)
- matlab例程 (2)
- 驱动编程 (2)
- 软件设计/软件工程 (2)
- 文件格式 (2)
- VHDL/FPGA/Verilog (2)
- MacOS编程 (2)
- Symbian (2)
- 源码 (2)
- 嵌入式Linux (1)
- VC书籍 (1)
- Linux/Unix编程 (1)
- MySQL数据库 (1)
- 交通/航空行业 (1)
- 软件工程 (1)
- Java书籍 (1)
- 游戏 (1)
- 串口编程 (1)
- 其他数据库 (1)
- BREW编程 (1)
- 其他嵌入式/单片机内容 (1)
- 通讯编程文档 (1)
- 金融证券系统 (1)
- Oracle数据库 (1)
- 网络 (1)
- 多国语言处理 (1)
- 通讯/手机编程 (1)
- Matlab (1)
- 软件 (1)
- 技术资料 (1)
文件格式 The C language is like a carving knife: simple, sharp, and extremely useful in skilled hands. Like
The C language is like a carving knife: simple, sharp, and extremely useful in
skilled hands. Like any sharp tool, C can injure people who don’t know how to handle it.
This paper shows some of the ways C can injure the unwary, and how to avoid injury.
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attri ...
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to ...
Java编程 Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca
Abstract
The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities.
Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically ...
软件工程 ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)
ARMask.The ARM has six operating modes:
&#8226 User (unprivileged mode under which most tasks run)
&#8226 FIQ (entered when a high priority (fast) interrupt is raised)
&#8226 IRQ (entered when a low priority (normal) interrupt is raised)
&#8226 Supervisor (entered on reset and when a Software Interr ...
驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i
This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
Java书籍 THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes
THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if
you are interested in any of the following:
&#8226 integrating a Java application with legacy code written in languages such as C
or C++
&#8226 incorporating a Java virtual machine implementation into an existing app ...
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
其他 PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo
PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if not provided, a gree ...