-
AdaptiveTransparency_Source
一種新的方法可以即時處理無須排序的重疊半透明三角形,比A-buffer方法的效率更高。(We introduce a new technique for real-time order independent transparency called Adaptive Transparency (AT) that closely approximates the ground-truth results obtained from A-buffer compositing but is 5x to 40x faster. The key contribution of Adaptive Transparency is the introduction of an adaptively compressed visibility representation that can be efficiently constructed and queried during rendering. It can be applied to a widerange of transparent geometry (e.g., foliage, windows, hair, and smoke). AT closely matches the ground-truth A-buffer solution and is both higher quality and faster than other approximate OIT techniques.
)
- 2011-05-27 01:39:12下载
- 积分:1
-
路冷
说明: 用C语言完成欧拉计算,非常简单的一个小应用(Using C language to complete euler calculation)
- 2020-06-21 13:00:02下载
- 积分:1
-
PBKDF2 c++加密的实现
PBKDF2(Password-Based Key Derivation Function)是一个用来导出密钥的函数,常用于生成加密的密码;它的基本原理是通过一个伪随机函数(例如HMAC函数),把明文和一个盐值作为输入参数,然后重复进行运算,并最终产生密钥。
- 2022-03-19 14:37:19下载
- 积分:1
-
demo
源码包括了常用的图像处理方法,代码详细,适合初学者(Source code, including the commonly used image processing method, the code in detail, suitable for beginners)
- 2013-07-12 21:31:55下载
- 积分:1
-
msp432_driverlib_3_21_00_05
MSP432DriverLib官方芯片包(MSP432 DriverLib Official Chip Package)
- 2020-06-19 08:40:01下载
- 积分:1
-
sph流体模拟代码
sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码sph流体模拟代码
- 2022-03-24 05:33:41下载
- 积分:1
-
GDI-tuxiang
图像合成代码,这是书上的列程,对gdi 编程还是有帮助,请大家提出宝贵意见(Image synthesis code, which is listed on the book away, gdi programming or help for their valuable advice)
- 2012-10-01 15:19:02下载
- 积分:1
-
C# 返回用户点击按钮的枚举
C# 返回用户点击按钮的枚举,这个比较有点个性了,平时好像用的不多,返回用户单击按钮后的信息,需要进行用户单击的判断,代码如下:
DialogResult dr = MessageBox.Show("消息信息", "标题", MessageBoxButtons.YesNoCancel);
switch (dr)//使用switch语句判断用户点击了哪个按钮
{
case DialogResult.Cancel://如果按下了Cancel则执行下面的语句块
MessageBox.Show("按下了Cancel");
break;
case DialogResult.No://如果按下了No则执行下面的语句块
MessageBox.Show("按下了No");
break;
case DialogResult.Yes://如果按下了Yes则执行下面的语句块
MessageBox.Show("按下了Yes");
break;
}
- 2023-02-16 09:40:03下载
- 积分:1
-
DS1302
DS1302单片机c语言和proteus仿真(Program on DS1302 by MCS-51,c and proteus。)
- 2014-02-19 10:36:05下载
- 积分:1
-
IEC101
IEC101-2002版源码实现,主要用于电力系统主站和子站的远动通信,属于串口规约。(IEC101 protocol)
- 2020-09-15 16:47:56下载
- 积分:1