-
Bankers-algorithm-simulation
银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。(Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.)
- 2015-12-14 13:34:41下载
- 积分:1
-
LogNET
Log4Net Demo示例 环境Vs2010 Window Form中封装Log4Net组件。(Log4Net Demo Example)
- 2013-12-19 23:30:39下载
- 积分:1
-
led
实现流水灯,程序很简单,但适合初学者入门(Achieve water lights, the procedure is very simple, but suitable for beginners)
- 2013-05-25 20:29:41下载
- 积分:1
-
MSP430-MAX31856
说明: MAX31856测试程序,MSP430F5342通过端口模拟SPI总线操作MAX31856,并将采集到的数据通过UCA1串口发送.硬件上采用隔离电源,隔离通讯接口.多路热电偶信号经多路电子开关选通后再采集.仅供参考,实验室调试通过,未投入实用.
压缩包内容:
1.MSP430程序源代码.包括测试程序及加了协议的多路采集程序.
2.硬件电路图.PDF格式,包括电路板原理图,PCB布局图,元件清单.
3.MAX31856芯片手册及官方例程.
4.PC端程序(通讯协议仿的迅威科技8通道热电偶温度变送器的协议,所以他们的PC端测试程序应该也是可用的)
整理时间:2020年4月15日(MAX31856 test procedure, MSP430F5342 simulates the SPI bus to operate the MAX31856 through the port, and converts the collected data to serial transmission through UCA1. The hardware uses isolated power supply and isolated communication interface. Reform reference, laboratory debugging passed, not occupied practical.
Compressed package content:
1. MSP430 program source code. Including test procedures and multi-channel acquisition procedures with added protocols.
2. Hardware circuit diagram. PDF format, including circuit board schematic diagram, PCB layout diagram, component list.
3. MAX31856 chip manual and official routines.
4. PC-side program (the communication protocol is a copy of the Xunwei Technology 8-channel thermocouple temperature threshold protocol, so their PC-side test program should also be available)
Arrangement time: April 15, 2020)
- 2020-04-15 12:04: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
-
bq76930
bq769x0 3节串联至15节电池监控系列以及锂电池应用(Bq769x0 section 3 series to 15 battery monitor series, and lithium battery applications
)
- 2016-08-30 11:23:48下载
- 积分:1
-
lv+VC+Flash
自己用VC做的Flash播放器,可播放Flash的exe文件(own VC do Flash player, Flash can broadcast the exe file)
- 2007-04-21 23:21:00下载
- 积分:1
-
h11
说明: 全套蓝牙电子针灸+按摩+加热功能,调节可使用串口或APP(Full set of Bluetooth electronic acupuncture + massage + heating function, adjustment can use serial port or APP)
- 2020-06-17 17:00:01下载
- 积分:1
-
433模块代码
该程序为433模块的51单片机发送接收。调试过,没有错误。433无线模块应用于汽车无钥匙开门关门等应用,使用十分方便。
- 2022-03-19 20:41:41下载
- 积分:1
-
SONAR-CODE
sonar interfacing code on ardino
- 2013-11-02 01:10:35下载
- 积分:1