-
51单片机流水灯程序
该程序建立在51单片机上,用keil编程.最少需要8个IO口来运行.
- 2022-01-25 16:05:54下载
- 积分:1
-
tmp
获取复合文档word/doc excel/xls powerpoint/ppt的信息(Get compound document word doc/excel/XLS powerpoint/powerpoint presentation of information)
- 2014-08-05 11:07:05下载
- 积分:1
-
ddbtopcb
PCB设计工具,PROTEL 转 POWERPCB工具,方便的PCB转换工具,很实用!(PCB design tools, PROTEL to POWERPCB tools, PCB convenient conversion tool, very useful!)
- 2020-06-26 05:20:01下载
- 积分:1
-
EpoxyTimer(Server)
用于银胶或其他有特定使用寿命的物料的计时器,有标签打印功能。(Server端)(For silver plastic or other materials of a particular service life of the timer, and label printing capabilities. (Server-side))
- 2012-11-04 07:36:21下载
- 积分:1
-
滤波器
利用不同的窗函数的滤波器,并进行波形显示,对简单函数进行滤波
- 2022-01-24 13:18:15下载
- 积分: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
-
四级上机_30
说明: 全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的(National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm description and input and output documents, and make it easier to experiment. Algorithms easy to read, there are about 30 or so that (already removed the duplication and similar), the examination of the four friends are learning C and friends can be helpful)
- 2005-10-17 23:35:16下载
- 积分:1
-
BCEncode
128条码打印DLL,通用平台都可以调用(128 bar code printing DLL)
- 2019-04-21 19:54:54下载
- 积分:1
-
双路散热片温控器程序V1.1
STM8芯片,韩国温控器程序,用温控和时控,可免接温度传感器,并可精确控温
- 2022-02-03 07:30:01下载
- 积分:1
-
src-mcml.tar
一个很有名的学术源码,模拟光在组织中的传输过程,包括光的散射折射等一系列物理现象。(A well-known academic source, analog optical transmission in the organization process, including the scattering of light refraction, such as a series of physical phenomena.)
- 2021-04-08 10:59:01下载
- 积分:1