-
game designer documents
一个比较完整的游戏策划,可以作为参考,使用时可以根据自己的情况调整顺序。-game designer documents
- 2023-02-02 11:35:04下载
- 积分:1
-
基于WEB的远程实验平台设计与实现
web组态
基于WEB的远程实验平台设计与实现
web组态-WEB-based remote experiment platform design and implementation of web configuration
- 2023-08-08 03:00:04下载
- 积分:1
-
于背景减除法和时域差分法,并对这两种算法加以了改进,综合二者优点,提出了一种新的运动检测方法。
以便于视觉监视中快速、准确地分割出运动目标。同时把分割出的运...
于背景减除法和时域差分法,并对这两种算法加以了改进,综合二者优点,提出了一种新的运动检测方法。
以便于视觉监视中快速、准确地分割出运动目标。同时把分割出的运动目标用区域而不是轮廓二值图表示。以下的改进方案经实验证明可以实时地分割出运动目标,效果也较好。
- 2022-01-22 04:06:12下载
- 积分:1
-
The information contained in the main library management system requirements doc...
本资料主要包含图书管理系统需求文档与概要设计说明书两部分
同时还包括查询借书情况 查询用户信息 处理还书 处理借书 创建用户信息 删除用户信息 修改个人信息 修改用户信息 用户查询图书时序图(运用UML建模工具Visio绘制)-The information contained in the main library management system requirements document and a summary of the design specification of two parts at the same time also includes the query library deal with the situation of the user
- 2023-01-18 11:50:03下载
- 积分:1
-
旋转LED显示字体,源代码,可摇动出来的似LED屏
旋转LED显示字体,源代码,可摇动出来的似LED屏-Rotating LED display fonts, source code, may be shaken by the LED screen
- 2022-06-17 17:05:41下载
- 积分:1
-
详细介绍程序的编写步骤,并且附有原代码.是一个横好的matlab程序....
详细介绍程序的编写步骤,并且附有原代码.是一个横好的matlab程序.-Introduce procedures for the preparation of detailed steps, and with the original code. Is a good cross-matlab procedures.
- 2022-04-22 01:37:55下载
- 积分:1
-
2 自由机器人手臂运动范围检查
这是 2 自由机器人手臂运动范围检查。公共类 TDraw {私人 PictureBox picbox = null ; 私人位图位图 = null ; 私人图形 = null ; 私人双 xmin,xmax,ymin,ymax ; 논리좌표최소최대 / / 논리좌표를좌표로public 浮球的 xpixelpos (双 xpo) {返回 Convert.ToSingle (picbox。ClientSize.Width/(xmax-xmin) * (xpos-xmin)) ;}公众持股量 ypixelpos (双 ypos) {返回 Convert.ToSingle(-picbox.ClientSize.Height / (ymax-ymin) * (ypos-ymin) + picbox。ClientSize.Height) ;}公众持股量 xpixelsize(double xsize) {返回 Convert.ToSingle (picbox。ClientSize.Width * xsize/(xmax-xmin)) ;}公众持股量 ypixelsize(double ysize) {返回 Convert.ToSingle (picbox。ClientSize.Height * ysize/(ymax-ymin)) ;}pixel좌표를논리좌표로public 双 xposD (浮法 xpixel) {返回 Convert.ToDouble ((xmax-xmin) / picbox。ClientSize.Width * xpixel + xmin);}公共双 yposD (浮法 ypixel) {返回 Convert.ToDouble ((ymax-ymin) / (-picbox。ClientSize.Height) * (ypixel-picbox。ClientSize.Height) + ymin) ;}公共双 xsizeD (浮法 xpixelsize) {返回 Convert.ToDouble (xpixelsize/picbox。ClientSize.Width * (xmax-xmin)) ;}公共双 ysizeD (浮法 ypixelsize) {返回 Convert.ToDouble (ypixelsize/picbox。Clie
- 2022-10-29 14:20:03下载
- 积分:1
-
实现了一个对图象进行处理的算法功能,内容详细的阐明了实现该功能的算法。...
实现了一个对图象进行处理的算法功能,内容详细的阐明了实现该功能的算法。-To achieve an image processing algorithm function, the content of the expounded in detail the function of the realization of the algorithm.
- 2022-10-30 02:30:06下载
- 积分:1
-
Ajax工具包
ajax toolkit- ajax toolkit
- 2022-02-05 05:03:06下载
- 积分:1
-
Design Specification Introduction Goals and Objectives GameForge is a graphical...
Design Specification
Introduction
Goals and Objectives
GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user with limited Microsoft DirectX and/or Visual C++ programming knowledge will be able to construct a basic, 2-D arcade game. GameForge limits the amount of actual code written by the user, if not eliminating it completely. It will also assist experienced programmers in generating the Microsoft DirectX and Microsoft Windows9x overhead necessary for basic game construction, allowing them to concentrate on more detailed game design issues and implementation.
-Design Specification Introduction Goals and Objectives GameForge is a graphical tool us ed to aid in the design and creation of video game s. It attempts to bring down to game development a level that any computer savvy user c
- 2023-05-22 11:45:04下载
- 积分:1