-
snow
D3D开发的粒子系统应用,雪的效果逼真,算法经典。(D3D development of particle system applications, the effect of real snow, the classic algorithm.)
- 2010-06-22 21:51:23下载
- 积分:1
-
CPPprimer
C++从入门到精通,C++ primer的中文版。(C++ from the entry to the master, C++ primer of the Chinese version.)
- 2011-06-14 09:54:31下载
- 积分:1
-
异步调用的C # softver
Softver for Async call in C#
- 2022-05-21 00:06:21下载
- 积分:1
-
STM32手持云台代码
STM32手持云台代码,里面涵盖了MPU6050解算和控制系统,几乎详尽的说明了每一步代码什么意思
- 2022-07-25 15:25:27下载
- 积分:1
-
Keystone_SPI
TI dsp的spi编程例子,基于keystone架构,很好的入门资料(example of program spi in dsp )
- 2021-04-01 23:29:07下载
- 积分:1
-
测脉宽
说明: 测脉宽,基于STC15W单片机的测试要在1.3管脚加一个脉冲然后通过OLED 屏幕显示(Pulse width measurement)
- 2020-06-19 15:00:01下载
- 积分:1
-
antisepsis_ark
消毒柜产品,用VDF显示温度、消毒时间,还有各功能指示。用DS18B20采集温度,CS16312驱动VDF显示屏。(Sterilizer Products with VDF display temperature, sterilization time, there are various functional instructions. DS18B20 collection with temperature, CS16312 drive VDF display.)
- 2007-10-05 22:54:47下载
- 积分:1
-
C# 设置IE地址栏的自动完成功能
C# 设置IE地址栏的自动完成功能,就是用户输入的时候,会下拉提示出相关的内容,可提升用户体验,现在使用已经很广泛了,本例子中的这一自动完成功能,代码如下:
private void button1_Click(object sender, EventArgs e)
{
//创建或者打开指定的注册表项
RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");
rgK.SetValue("AutoSuggest", "yes", RegistryValueKind.String);//设置IE地址栏的自动完成功能
MessageBox.Show("设置成功!");
}
private void button2_Click(object sender, EventArgs e)
{
//创建或者打开指定的注册表项
RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");
rgK.SetValue("AutoSuggest", "no", RegistryValueKind.String);//取消IE地址栏的自动完成功能
MessageBox.Show("取消成功!");
}
- 2022-12-03 17:35:03下载
- 积分:1
-
STM32F030定时器与串口通信调试
完成STM32F0系列单片机串口与定时器调试,
- 2023-02-07 11:00:09下载
- 积分:1
-
sw2De
SolidWorks 二次开发难得论文 和一些范例(SolidWorks secondary development papers and some rare examples of)
- 2008-01-13 15:47:43下载
- 积分:1