登录
首页 » 算法 » Displays a rotatable and scaleable wire frame of any 3D mathematical function....

Displays a rotatable and scaleable wire frame of any 3D mathematical function....

于 2022-02-02 发布 文件大小:26.77 kB
0 84
下载积分: 2 下载次数: 1

代码说明:

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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 人工智能15数码问题
    对人工智能中8数码问题的扩展,使用C#语言实现了15数码问题,使用的算法是人工智能领域中经典的A*算法解决了人工智能中常见的十五数码问题。
    2023-08-08 20:10:03下载
    积分:1
  • 贝叶斯分类器
    基于朴素贝叶斯算法的文本分类器,使用java语言编写。可以使用搜狗的文本库作为样本数据库。整个代码的结构层次感很强,结构清晰,对于学习贝叶斯分类器的学习者有较大的帮助,尤其可在短时间内快速的上手,并获得仿真结果。。
    2022-06-01 20:31:50下载
    积分:1
  • 语音识别系统
    资源描述做的一款机器人语音控制系统,MFC界面编写,源代码开放,便于二次开发以及论文程序、毕业设计的参考,可直接拿来使用!
    2022-03-09 09:02:52下载
    积分:1
  • 自己编写的,1024点快速傅里叶变换、倒频谱分析、功率谱分析及其Applet曲线显示程序源代码。 说明清楚,附有验证使用的数据文件...
    自己编写的,1024点快速傅里叶变换、倒频谱分析、功率谱分析及其Applet曲线显示程序源代码。 说明清楚,附有验证使用的数据文件-themselves prepared in 1024 point fast Fourier transform, cepstrum analysis, power spectrum analysis and Applet curve shows the source code. Make it clear with the use of the test data files
    2023-08-21 00:10:04下载
    积分:1
  • Canny 边缘检测
    Canny 1986 年由约翰 F.Canny 开发的。此外认识到许多如优化探测器,Canny 算法的目的是满足三个主要标准
    2022-04-02 12:20:48下载
    积分:1
  • 近年数学建模竞赛优秀论文,具有较大参考价值
    近年数学建模竞赛优秀论文,具有较大参考价值-Mathematical Contest in Modeling in recent years excellent papers, with a larger reference value
    2022-05-17 02:34:21下载
    积分:1
  • 这是计基础中的动态规划的方的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!...
    这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!-This is a computer algorithm based on the dynamic programming methods of an example, many of the map is a classic question! Here the procedures for calculating the minimum cost path, with similar ideas can solve the optimal distribution program!
    2022-02-24 11:33:06下载
    积分:1
  • java c++
    蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法
    2022-03-24 20:44:32下载
    积分:1
  • 一个马尔可夫模型的源码
    一个马尔可夫模型的源码-a Markov model of the source
    2022-02-10 05:53:35下载
    积分:1
  • 贝塞尔曲线
    构建三次贝塞尔曲线 C0,......,Cn-1 中 参数形式,Ci 由 (xi(t),yi(t)) = (a0(i) + a1 (i) * t + a2 (i) * t ^2 + a3 (i) * t ^3, b0(i) + b1 (i) * t + b2 (i) * t ^2 + b3(i)*t^3) 0 为 < = t < = 1 由左终结点 (x(i),y(i)), 离开了 guidepoint (x+(i),y+(i))、 右端点 (x(i+1),y(i+1)) 和 右 guidepoint (为每个 i x-(i+1),y-(i+1)) = 0,1,......,n-1 ; 输入的 n,((x(i),y(i)),我 = 0,...,n), ((x+(i),y+(i)),我 = 0,...,n-1), ((x-(i),y-(i)),我 = 1,...,n)。 输出系数 (a0(i)、 a1(i)、 a2(i)、 a3(i)、 b0(i)、 b1(i)、 b2(i)、 b3(i)、 我 = 0,...,n-1)。
    2022-02-16 09:27:40下载
    积分:1
  • 696518资源总数
  • 104544会员总数
  • 20今日下载