搜索资源列表
33TcpipMultiHomingEx
- symbian 第二版,使用draw函数的一个例子,用于图形绘制很有用。-symbian second edition, the use of draw an example of function, useful for graphics rendering.
EComShape
- 实现绘制圆形、正方形、三角形三个图形的函数-To achieve draw circle, square, triangle 3 graphics functions
ResourceFile
- 使用资源文件读取字符串,在屏幕上绘制图形,并且图形自动移动。使用的回调函数和计时器。-Using a resource file to read string on the screen to draw graphics, and graphics automatically move. Use the callback function and timer.
COM--communication
- 实现串口双向通信,并具有绘制函数图形(程序内绘制的是正弦函数图形需要可自己更改代码),并保存绘制的函数图片-Serial two-way communication, and has a graph a function (within the program are drawing a sine function graph need to change their code), and save the image drawing function
ballgame
- Android(迷宫小球)游戏源代码,MyCircle.java为绘制圆球主文件,在此构造圆形图形绘制函数,设置圆形图形的X、Y坐标和角度等参数;HButton.java为绘制按钮主文件,通过按钮坐标宽高与触屏的坐标进行判定按钮是否被点击;MySurfaceView.java为游戏控制,声明一个物理世界的范围对象,声明一个重力向量对象,声明胜利与失败的body,用于判定游戏的胜负,为了游戏暂停时,失败,胜利能继续可能到游戏中的状态,所以并没有将其写成一个状态,定义菜单、按钮、游戏背景图片资源等,