搜索结果
找到约 87 项符合
draw 的查询结果
按分类筛选
- 全部分类
- 其他 (13)
- 技术资料 (9)
- Java编程 (6)
- VC书籍 (5)
- Windows CE (4)
- Linux/Unix编程 (3)
- 编辑器/阅读器 (3)
- 单片机编程 (2)
- 软件工程 (2)
- 其他书籍 (2)
- 电子书籍 (2)
- 游戏 (2)
- Applet (2)
- 文件格式 (2)
- 数学计算 (2)
- 嵌入式/单片机编程 (2)
- 人工智能/神经网络 (2)
- J2ME (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- VIP专区 (2)
- 书籍 (1)
- 电源技术 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 通讯/手机编程 (1)
- Matlab (1)
- 教程资料 (1)
- 驱动编程 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 单片机开发 (1)
- 文章/文档 (1)
- Java书籍 (1)
- matlab例程 (1)
- Symbian (1)
其他 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 ...
Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap ...
其他 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo)
over it u add this
Code:
USER_MSG_INTERCEPT(Health)
{
BEGIN_READ(pbuf,iSize)
me.iHealth = READ_BYTE()
return USER_MSG_CALL(Health)
}
* then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn)
a ...
单片机开发 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的
液晶 OCM/TG240128 驱动 编程语言: C
原产品硬件ATMega128/1280 ,晶振14.7456M
软件AVR ICC7.14C 破解版
由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作.
void LCD_Init(void)
void GMoveTo(U8 yline, U8 xcolumn)
void TMoveTo(U8 y, U8 x,U8 len)
void DispStartLine(U8 gt, U8 line)
void ...
软件工程 书名:基本商业程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 editio
书名:基本商业程序的建模
Essential Business Process Modeling (Paperback)
作者: Mike Havey
出版商:O Reilly 1 edition (August 18, 2005)
内容介绍:
Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflo ...
Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei
图形显示技巧,这是其中一段代码
procedure TForm1.Button1Click(Sender: TObject)
var
newbmp:TBitmap
i,bmpheight,bmpwidth:integer //推拉
begin
newbmp:=TBitmap.Create
newbmp.Width:=image1.Width
newbmp.Height:=image1.Height
bmpheight:=image1.Height
bmpwidth:=image1.Width
for i:=0 to bmphei ...
电源技术 MR16 LED驱动MR16 LED灯与电子变压器兼容
Abstract: There are differences between the operation of low-frequency AC transformers and electronic transformersthat supply current to MR16 lamps, and there are also differences in the current draw for MR16 halogen lamps andMR16 LED lamps. These contrasts typically prevent an MR16 LED lamp from ...
驱动编程 a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digital camera supported by dcam.sys is a data source that pr ...
Matlab Matlab 画三维立体图形
Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.  &nbs ...
技术资料 TE硬盘驱动器USB 2.0和USB 3.0电路保护思考
尽管USB取电的实用化已经有了一段时间,但随着基于USB的硬盘驱动器(HDD)应用的不断增长,包括外部供电型、USB供电型和固态硬盘(SSD),对USB端口的电路保护设计提出了更高的要求。不仅终端应用(HDD/SSD)将要面临这种挑战,通过USB提供电力和数据的主机USB应用亦如此。
2.5”HDD设计的持续改善包括降低draw on功率和提高数据 ...