-
Computer-graphics-with-OpenGL-
计算机图形学(第四版)(英文版)源码。作 者:(美)赫恩。本书是一本内容丰富、取材新颖的计算机图形学著作,在前一版的基础上进行了全面扩充,增加了许多新的内容,覆盖了近年来计算机图形学的最新发展和成就。全书层次分明、重点突出,并附有使用OpenGL编写的大量程序及各种效果图,是一本难得的优秀教材。全书共分为24章及3个附录,全面系统地讲解了计算机图形学的基本概念和相关技术。作者首先对计算机图形学进行综述;然后讲解二维图形的对象表示、算法及应用,三维图形的相关技术、建模和变换等;接着介绍光照模型、颜色模型和动画技术。本书还新增了有关分层建模与动画的介绍,OpenGL的全面介绍;最后的附录给出了计算机图形学中用到的基本数学概念、图形文件格式及OpenGL的相关内容等。
(Computer graphics with OpenGL (Fourth Edition) (English version), source code. Author: Donald Hearn. )
- 2020-11-17 22:19:39下载
- 积分:1
-
huffman
赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件
(Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the destination file)
- 2009-12-23 13:59:39下载
- 积分:1
-
ajtool
傲劍瑞火輔助程式 品質優良 每天有一小時半的免費使用 不必買正版 也可使用 省下了各位盯著螢幕的時間(Aojian helper quality Swiss fire an hour and a half a day free to use without legal copies you can also use saved the time staring at the screen)
- 2013-10-01 22:43:38下载
- 积分:1
-
c#RS485通讯案例 串口调试工具下载
非常好的c#RS485通讯案例
- 2014-07-27下载
- 积分:1
-
决策树(ID3)算法实现
该算法主要实现的是数据挖掘中,对于决策树算法功能的描述,实现决策树算法中id3算法
- 2022-05-29 17:07:34下载
- 积分:1
-
PP
说明: 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对
选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有
结果准确、收敛速度快等特点。
关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软(Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft)
- 2010-12-21 10:58:01下载
- 积分:1
-
c#计时器时间
掌握窗体设计步骤、窗体调用
2.学习Form窗体中控件的灵活使用,能基本理解所学代码的基本含义
3.会使用button、panel 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-10 00:15:41下载
- 积分:1
-
udf
fluent udf 源程序,十几个11111(fluent udf ewrwwerwer)
- 2015-09-09 17:08:25下载
- 积分:1
-
C# 以WrapWithOverflow方式、Wrap方式、NoWrap方式显示文字
C#以三种方式显示文字,分别以WrapWithOverflow方式、Wrap方式、NoWrap方式将文字显示在窗口中,这三种方式实现的代码请看以下代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//WrapWithOverflow方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.WrapWithOverflow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//Wrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.Wrap;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//NoWrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.NoWrap;
}
- 2022-01-25 20:43:04下载
- 积分:1
-
GPIO-simulator-I2C
通过GPIO口,模拟I2C协议,和设备进行I2C通信(I2C communications via GPIO ports, analog I2C protocol, and equipment)
- 2013-12-18 11:43:20下载
- 积分:1