-
这是一个Vega结合人物扩展模块Diguy的仿真小程序,主要技术就是实现Vega与Diguy混合编程,供初学者参考学习!...
这是一个Vega结合人物扩展模块Diguy的仿真小程序,主要技术就是实现Vega与Diguy混合编程,供初学者参考学习!-This is a combination of characters Vega extension Diguy simulation applet, the main technology is the realization of Vega with Diguy mixed programming reference for beginners to learn!
- 2022-02-13 07:31:55下载
- 积分:1
-
OpenSceneGraph(OSG)的使用,实现了一个简单的控制和鹰眼地图对象…
使用OpenSceneGraph(OSG)实现简单物体控制和鹰眼图(雷达地图)的效果。
使用鼠标点击场景内的滑翔机对象,再使用键盘方向键控制器左右移动,同时观察鹰眼图中的效果。
VS 2008+OSG 2.6测试通过
模型文件与源代码在同一目录下-The use of OpenSceneGraph (OSG) to achieve a simple control and Hawkeye map objects (radar map) results. Use your mouse to click inside the glider scene object, and then use the keyboard arrow keys to move around the controller, while observing the Eagle Eye diagram results. VS 2008+ OSG 2.6 test model of documents and source code in the same directory
- 2022-01-24 17:34:41下载
- 积分:1
-
利用PV3D做的flex DEMO 实现了#3D特效
利用PV3D做的flex DEMO 实现了#3D特效-i bu dong ying wen
- 2022-01-27 09:17:08下载
- 积分:1
-
in VB6.0 and DX9 3D images to achieve programming.
在VB6.0和DX9中实现3D图象编程。-in VB6.0 and DX9 3D images to achieve programming.
- 2022-02-07 03:33:16下载
- 积分:1
-
Introduction to 3D game programming source code with the book. Application of Di...
3D游戏程序入门随书源码。应用DirectX9.0图形库开发,包含各章节源代码。-Introduction to 3D game programming source code with the book. Application of DirectX9.0 graphics library development, each chapter contains the source code.
- 2022-03-19 03:46:46下载
- 积分:1
-
一个完整简明的PYTHON图像处理程序_2
一个完整简明的PYTHON图像处理程序_2-a concise PYTHON has made a complete image-processing program _2
- 2022-01-21 21:42:14下载
- 积分:1
-
基于真色24到256色功能
基于vc的24位真彩色转为256色函数-based on the true color 24 to 256 colors function
- 2022-08-25 00:05:49下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
鼠标器运用的实例
鼠标器运用的实例-examples of the use of a mouse
- 2023-07-23 07:10:03下载
- 积分:1
-
关于绘图的源码,很实用的代码,包括绘图、选择、移动、复制和粘贴部分,是学习的好例子...
关于绘图的源码,很实用的代码,包括绘图、选择、移动、复制和粘贴部分,是学习的好例子-On the drawing source, it is useful code, including graphics, select, move, copy and paste part of the study a good example of
- 2022-02-01 08:11:54下载
- 积分:1