-
计算机图形学,这是计算机图形学的算法画圆(midpoin…
计算机图形学,这是计算机图形学中画圆算法(中点圆算法)-Computer graphics, this is draw a circle in computer graphics algorithm (midpoint circle algorithm)
- 2022-09-12 12:30:03下载
- 积分:1
-
基于微软XNA的游戏编程,基于微软XNA的游戏编程
基于微软XNA的游戏编程,基于微软XNA的游戏编程-Based on Microsoft
- 2022-05-31 16:04:00下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
主要讲解的是关于web标准与网站重构讲座。
主要讲解的是关于web标准与网站重构讲座。-Mainly explain about web standards and web seminars remodeling.
- 2022-07-10 10:08:01下载
- 积分:1
-
用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,...
用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation of the management procedures, the processing of information, including teachers, students and other staff the three targets. Procedures should have the appropriate data structure. Procedures function is the management of students, teachers, staff information, requiring add, delete, query, sort, in which the function to output integrated application knowledge to use virtual function. Requirements : 1. In a storage containers of different types of targets, data structure types can be judged field. 2. The use of inheritance and virtual function, making procedures easier to expand, as output target information. 3. Agents use or handle achieve reference counting and write copy.
- 2022-03-10 06:53:16下载
- 积分:1
-
读取住册表的例子
读取住册表的例子-read live CLSID example
- 2022-06-02 15:17:22下载
- 积分:1
-
expression Operational support ,
表达式,支持+,-,*,/,(),%运算-expression Operational support ,-,*,/,(),%
- 2023-08-28 06:05:03下载
- 积分:1
-
里面可以显示html的对话框
里面可以显示html的对话框-show html inside the box
- 2022-07-21 13:42:50下载
- 积分:1
-
一个小程序,实现24位真彩色图转换为灰度图,用C语言实现。代码有说明,大家可以参考一下。...
一个小程序,实现24位真彩色图转换为灰度图,用C语言实现。代码有说明,大家可以参考一下。-A small program to achieve 24-bit true-color map is converted to grayscale, using C language. Has code that everyone can reference.
- 2022-06-01 04:49:40下载
- 积分:1
-
基于电话的语音自动应答系统,VC工程源码!
基于电话的语音自动应答系统,VC工程源码!-Automatic voice-based telephone answering system, VC-source project!
- 2022-07-26 09:15:06下载
- 积分:1