-
ray_tracing
CUDA实现光线追踪模型,场景假设都是球体,不考虑其他光源及折射(ray trace)
- 2012-02-24 21:02:24下载
- 积分:1
-
passTp1
过tp所有函数hook驱动
过tp所有函数hook驱动
2015.9.1(pass TP All Hook)
- 2015-09-01 20:35:34下载
- 积分:1
-
使Infenen变得简单 DAvE_XC866_v2.3
说明: making infenen easy .you can use it product code such cdd, cpu and adc and so on.
- 2020-06-22 09:00:02下载
- 积分:1
-
sun
基于ARM的俄罗斯方块设计,本次将设计实现一个用C语言编写的、在基于ARM核心的ADuC7020 ARM开发板上实现的单机版的俄罗斯方块小游戏。使用Keil3编程软件对C语言代码进行编写,支持按键操作,在实现过程中涉及了LCD液晶屏的图形显示、按键控制、LED控制、中断、蜂鸣器等嵌入式的编程技术。(Tetris ARM-based design, this will be designed to achieve a C language, the ADuC7020 ARM development board ARM core-based implementations of stand-alone version of the Tetris game. Use Keil3 programming software code written in the C language, support for key operations involved in the implementation process of the LCD screen graphical display, control buttons, LED control, interrupt, buzzer embedded programming techniques.)
- 2014-01-10 11:19:18下载
- 积分:1
-
guzhiyu_FileGuard
过滤驱动,最新的过滤框架,实现透明加解密.file encryption filter driver source code.(Filter driver, the latest filtering framework, the realization of transparent encryption and decryption. File encryption filter driver source code.)
- 2008-03-29 23:17:24下载
- 积分:1
-
AFDX_Training_May_05
机载数据总线设计training幻灯片 详尽介绍AFDX 帧数据格式等(On-board data bus design training slides detailed descriptions of the AFDX frame data formats)
- 2011-05-05 23:52:12下载
- 积分:1
-
4X4矩阵键盘检测程序
基于stm32的4X4键盘矩阵检测程序,直接编译可以使用,简单高效,检测准确,可以直接在不同平台快速修改使用。(Based on the stm32 4X4 keyboard matrix detection program, direct compilation can be used, simple and efficient, accurate detection, and can be quickly modified and used on different platforms.)
- 2018-04-21 08:22:12下载
- 积分:1
-
Android_Communication_design
andriod通信设计的硕士论文。清华大学论文。非常详细。嵌入式设计必备资料。(andriod communication design master' s thesis. Tsinghua University thesis. Very detailed. Essential information embedded design.)
- 2011-09-30 23:45:37下载
- 积分:1
-
C# 热键模拟 模拟数字输入、英文输入Home键、Backspace键
C#通过窗体的按钮来模拟按下键盘上指定键的功能,比如模拟出了Shift+Home、Delete、Enter、Home、Backspace、数字输入、英文输入等键的功能,相关功能模块代码如下,可自己添加相关的模块功能键:
private void button3_Click(object sender, System.EventArgs e)
{//Backspace空格键
this.richTextBox1.Focus();
SendKeys.Send("{Backspace}");
}
private void button4_Click(object sender, System.EventArgs e)
{ //End结束键
this.richTextBox1.Focus();
SendKeys.Send("{End}");
}
private void button5_Click(object sender, System.EventArgs e)
{//Home键
this.richTextBox1.Focus();
SendKeys.Send("{Home}");
}
private void button6_Click(object sender, System.EventArgs e)
{//Enter回车键
this.richTextBox1.Focus();
SendKeys.Send("{Enter}");
}
private void button7_Click(object sender, System.EventArgs e)
{//Delete删除键
this.richTextBox1.Focus();
SendKeys.Send("{Delete}");
}
- 2022-07-19 00:15:03下载
- 积分:1
-
Audio-codec-(c)
Audio codec for blackfin
- 2013-11-12 01:27:07下载
- 积分:1