-
Project-PANSAT2500
AN EXAMPLE FOR HOW TO PROGRAM AN STB
- 2015-02-01 13:24:29下载
- 积分:1
-
TXYL
用matlebl进行的通信原理的仿真,讲解透彻,希望对大家有帮助(The simulation of the communication matlebl principle, to explain thoroughly, we hope to help)
- 2013-05-19 22:43:10下载
- 积分:1
-
MATLAB
this is a file that about matlab
this is a file that about matlab
- 2013-07-28 00:38:42下载
- 积分:1
-
FaceDetection
Face detection Face detection (Face detection)
- 2016-02-17 20:28:30下载
- 积分:1
-
串行通信
51单片机串行通信的PROTUES仿真,使用了串行通信芯片,实现双机通信(Serial communication of 51 single chip microcomputer)
- 2018-08-07 09:36:38下载
- 积分:1
-
包含很多QT demo(如颜色选择框)
说明: 包含很多QT demo 包含 颜色选择框等(Contains a lot of QT demo)
- 2020-03-08 18:42:27下载
- 积分:1
-
驱动
J-Link V8刷新固件包,注意:修改序列号;解决问题主要是:clone(J-Link V8 refresh firmware package and source file(*.bin).notice :change the SN seril)
- 2017-11-02 11:05:33下载
- 积分:1
-
source
说明: 有关xilinx的ip核的几个实验,中教仪器(xilinx ip XPS General Purpose
Input/Output (GPIO),led_8bit)
- 2010-04-26 19:12:40下载
- 积分:1
-
general
利用C语言实现遗传算法,简单而实用,适用于初学者。(C language implementation of genetic algorithm, simple and functional, suitable for beginners.)
- 2012-05-28 16:00:41下载
- 积分: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