-
BK9531-BK9532数据手册V1.4
国产无线通信芯片,KTV,会议,无线麦克风通信射频芯片(Domestic Wireless Communication Chip, KTV, Conference, Wireless Microphone Communication RF Chip)
- 2020-11-21 18:29:36下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
Project
Tic Tac Toe Game Or X O Game is a traditional game requires you to assemble 3 X s or O s in vertical , horizontal way
- 2014-11-07 21:42:17下载
- 积分:1
-
stm32_eval
OMAP_MUX_MODE7 | AM33XX_PULL_ENBL | AM33XX_PULL_UP| AM33XX_PIN_OUTPUT
- 2013-12-30 17:07:45下载
- 积分:1
-
C# 根据文件名提取文件类型图标
C# 根据文件名提取文件类型图标,设定好文件目录后,本例中是读取C:Windows下的所有文件,并根据文件类型自动显示图标,如测试图所示,将文件类型的图标添加到listView中,下面是具体的实现代码:
this.imageList1.Images.Clear();
this.listView1.Items.Clear();
string MyFolder = @"C:Windows";
DirectoryInfo MyDir = new DirectoryInfo(MyFolder);
ListViewItem MyItem;
this.listView1.BeginUpdate();
foreach (FileInfo MyFile in MyDir.GetFiles())
{
Icon MyIcon = SystemIcons.WinLogo;
MyItem = new ListViewItem(MyFile.Name, 1);
MyIcon = Icon.ExtractAssociatedIcon(MyFile.FullName);
if (!this.imageList1.Images.ContainsKey(MyFile.Extension))
{
MyIcon =Icon.ExtractAssociatedIcon(MyFile.FullName);
this.imageList1.Images.Add(MyFile.Extension, MyIcon);
}
MyItem.ImageKey = MyFile.Extension;
this.listView1.Items.Add(MyItem);
}
- 2023-07-30 19:25:04下载
- 积分:1
-
功能很全的车牌识别系 platenumber
功能很全的车牌识别系统,图像与处理,车牌定位,字符分割和字符识别等(Full license plate recognition system, image processing, license plate location, character segmentation and character recognition.)
- 2020-07-04 01:20:01下载
- 积分:1
-
EC20-9
说明: STM32F407 开发EC20代码,EC20建立一路SOCKT发数据_TCP(字符和十六进制)(STM32F407 develops EC20 code, EC20 establishes SOCKT sending data _TCP (character and hexadecimal))
- 2019-04-25 09:09:11下载
- 积分:1
-
Myzhufenliangfenxi123
主分量分析是一种基本的多维数据描述方法,是一种能使多维数据按照实际研究的需要更好地描述出来的变换方法。(Principal component analysis is a basic description of the method of multidimensional data is a multidimensional data in accordance with the needs of the actual research to better describe the transformation method can make.)
- 2014-09-25 20:01:02下载
- 积分:1
-
lfijp
说明: Delphi simple multithreaded instance, using multithreading to execute multiple progress bars,
- 2019-01-03 19:28:54下载
- 积分:1
-
mir3da
gsensor da213 系列在mtk android 4.4 平台上调试ok 的代码,已经在手机上商用!很值得收藏或者学习!(da213 系列gsensor driver source code!!)
- 2021-04-09 23:08:59下载
- 积分:1