搜索结果
找到约 72 项符合
draw 的查询结果
按分类筛选
- 全部分类
- 其他 (12)
- Java编程 (6)
- VC书籍 (5)
- Windows CE (3)
- 编辑器/阅读器 (3)
- 游戏 (2)
- 人工智能/神经网络 (2)
- 嵌入式/单片机编程 (2)
- 软件工程 (2)
- Delphi控件源码 (2)
- Applet (2)
- 电子书籍 (2)
- 其他书籍 (2)
- 文件格式 (2)
- 系统设计方案 (2)
- Linux/Unix编程 (2)
- J2ME (2)
- 数学计算 (2)
- 多媒体处理 (1)
- 教程资料 (1)
- 电源技术 (1)
- 单片机编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 文章/文档 (1)
- 汇编语言 (1)
- 驱动编程 (1)
- 技术管理 (1)
- Symbian (1)
- matlab例程 (1)
- 通讯/手机编程 (1)
- Matlab (1)
- 书籍 (1)
- 技术资料 (1)
- VIP专区 (1)
Java编程 3. 设计一个接口Shape
3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1 ...
游戏 一个完整的2D滚屏游戏示例
一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。
数值算法/人工智能 我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录
我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的
软件工程 书名:基本商业程序的建模 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 ...
编辑器/阅读器 CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d
CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing object ...
编辑器/阅读器 So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw
So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
编辑器/阅读器 So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw
So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
嵌入式/单片机编程 minigui实例源代码
minigui实例源代码,目标板处理器是s3c2410,包括相应的配置文件。代码包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
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 ...
其他 * 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 ...