资源列表
shiyan4
- 光照显示 材质与光源的关系例程 以上程序运行结果是一个蓝色的球,其中高光部分仍为上一例的亮紫色。从上可看出,球漫反射光的结果是mat_diffuse[]与light_diffuse[]中的三个颜色分量值相乘,即 (0.0*1.0,0.0*1.0,0.8*1.0,1.0*1.0)=(0.0,0.0,0.8,1.0),所以球大部分呈现蓝色。-Light shows the relationship between materials and light sources for more th
1390
- acm.pku.edu.cn problem 1390, source code, fastest one
bahuanghou
- 八皇后代码,可以输入皇后数量,这里设置最大为16-Eight Queens code
Matrix
- 数据结构(c++语言描述)矩阵的定义和实现-Data structure (c++ Language descr iption) matrix type definition and realize
1
- 二叉树源码。该程序可以实现前序遍历,中序遍历,后序遍历。-two thee
Sphere
- 在Opengl中,实现分子动画实例,视区的设置-In Opengl, realize molecular animation examples,Depending on the setting of
Knapsack-problem1
- 这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.
bilateralfiltering
- 通过改进高斯算法,实现一种高效的双边过滤的方法,速度快于nlfilter-realize bilateral filtering
picturemark
- 在matlab环境下图片生成水印。生成水印的过程,其实分为三个环节:第一,载入原始图片 第二,载入水印图片 第三,保存新的图片。-Images generated watermark in the Matlab environment. Generate a watermark in the process, in fact, divided into three components: First, load the original picture second, loading wate
Logistic
- 对256*256的图片进行加密解密,用MATLAB实现代码,算法使用混沌算法-256* 256 images, encryption and decryption, using MATLAB code algorithm using chaotic algorithm. . .
Auto_Remove_Large_Objects.m
- 基于二值化图像自动识别图片中的较大物体对象并且把它移除掉-automatically detect the large object in the picture and remove it
DR.m
- 这个程序可以用来产生理想轨迹,包括速度位置和姿态-This program can produce ideal trajectory can be generated, including position, velocity and attitude.