登录
首页 » 算法 » 光线跟踪算法小demo

光线跟踪算法小demo

于 2023-06-04 发布 文件大小:6.88 kB
0 1092
下载积分: 2 下载次数: 1

代码说明:

光线跟踪算法小demo实现了光线跟踪算法,功能简单,便于理解,效果一般有学习借鉴的意义,实用性一般希望对别人有帮助代码也可能略有小错,见谅啊!!!!!

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

发表评论

0 个回复

  • 图书管理系统
      数据上保存图书的如下几各方面的信息 编号(应是图书的唯一标识符)、分类号、书名、作者、出版社(版次)、出版日期、单价、借阅者、借出日期、归还日期。 借阅者要有,证件编号、姓名、性别、类别(大学生、研究生、教师等)。 日期数据应包含,年、月、日。 界面上含有以下主要功能 主菜单:预览,添加,删除,排序,查找,修改,借书、还书、打印催还书通知,保存,退出等
    2022-07-15 03:41:59下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-01-26 06:49:25下载
    积分:1
  • 图像去模糊
    使用大量的图像处理功能的 c # 的描述。这里有一些基本的功能,用于作为一种小的锻炼。
    2022-03-21 04:46:36下载
    积分:1
  • C++代码大全
    C++经典的代码带全,基于C++ 代码生成同应用,可以方便快捷的编写程序,无需重新重写代码,大大加强程序编写进度,十分有效和使用,可以试试。
    2022-06-16 21:54:46下载
    积分:1
  • blowfish 加密
    blowfish 加密算法 二进制兼容的加密算法,加密匙可到128位-blowfish binary compatible encryption algorithm encryption algorithms, encryption keys can be 128
    2022-02-10 13:07:59下载
    积分:1
  • fdtd的matlab源代码
    用matlab实现的三维fdtd算法的源代码。 %     3-D FDTD code with PEC boundaries %*********************************************************************** % %     Program author: Susan C. Hagness %                     Department of Electrical and Computer Engineering %                     University of Wisconsin-Madison %                     1415 Engineering Drive %                     Madison, WI 53706-1691 %                
    2023-03-28 02:55:03下载
    积分:1
  • monte carlo方在各个方面中的小应用
    monte carlo方法在各个方面中的小应用-monte carlo method in all aspects of small applications
    2022-02-10 11:48:07下载
    积分:1
  • banker
    银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法银行家算法
    2023-08-13 02:35:04下载
    积分:1
  • 练习程序,问题如下:进行高精度整数的加、减、乘运。输入两个十进制大整数M和N(M、N最长可达50位),计结果并输出。【输入形式】标准输入上依次分行输入以...
    练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
    2022-02-06 02:31:19下载
    积分:1
  • VB numerical integration algorithm set. Quadrature including the trapezoidal met...
    用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
    2022-06-03 03:01:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载