-
Displays a rotatable and scaleable wire frame of any
3D mathematical function....
Displays a rotatable and scaleable wire frame of any
3D mathematical function. This can be made up from the
normal VB maths plus inverse and hyperbolic functions.
Functions can be created and saved as wanted. Image vertices
can also be saved for use elsewhere.
The MS ScriptControl Eval function simplifies calculations
enormously and its use is demonstrated. Also shown are
MoveToEx, LineTo which are much faster than the VB
equivalents and very easy to use. Included are a set of string
handling subroutines such as count characters, squeeze out
spaces, replace sub-strings etc. Commented throughout
including the 3D maths and perspective methods. All the
files are visible and the program is written for an 800x600
screen.
- 2022-02-02 12:09:47下载
- 积分:1
-
CRC32 calculation in C++
CRC32计算算法采用C++语言,可用于嵌入式系统和GUI等应用。
- 2022-03-05 00:31:47下载
- 积分:1
-
常用的矩阵,其中包括求行列式,矩阵求逆等,过…
常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
- 2023-08-10 22:35:02下载
- 积分:1
-
本文件包包括复数的常用运算
本文件包包括复数的常用运算- This document pocket includes the plural number commonly used
to operate
- 2023-04-15 14:55:04下载
- 积分:1
-
好东西 好东西 好东西 好东西 好东西
好东西 好东西 好东西 好东西 好东西-haha
- 2023-03-08 07:55:03下载
- 积分:1
-
该算法简单、实用的基础上,该算法可以实现…
一个简单实用的进制转换算法,该算法能实现二、八、十、十六进制的相互转化。-a simple and practical base for the conversion algorithm, the algorithm can achieve 2, 8, 10, hexadecimal the mutual conversion.
- 2022-03-04 01:49:46下载
- 积分:1
-
自己的学习GTK+的时候写的程序。
自己学gtk+的时候写的程序。- Own study gtk+ time writes procedure.
- 2022-04-14 15:58:37下载
- 积分:1
-
使用循环链表实现空间复杂度压缩的LZSS算法
使用循环链表实现空间复杂度压缩的LZSS算法
- 2022-03-15 17:55:01下载
- 积分:1
-
DELPHI分类电话与模糊逻辑方法
A型逻辑的处理由LA扎德创立不精确的数据。元素可能有TRUE和FALSE之间的无限的层次。模糊集:A型套在其中的元素属于子集在某些degree.example:手机用模糊逻辑的方法进行分类。
- 2022-04-20 08:00:13下载
- 积分:1
-
ACM拓扑排序
题目描述
假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一:
(a) 一个拓扑排序,于是确定了G为DAG;
或者
(b) G中的一个圈,于是确定了G不是DAG.
注意到输出的解可能不是唯一的,输出任意一个答案即可。
输入
第一行两个数n,m,代表节点数和边数
m行,每行两个数代表一条有向边
测试数据范围:(1
- 2023-01-22 18:30:04下载
- 积分:1