-
OLED
说明: tm4c6050 通过环路模式实现单字节的主机/从机数据的发送和接收(6050 The transmission and reception of single byte master/slave data are realized through a loop mode)
- 2020-04-24 17:29:08下载
- 积分:1
-
STM32F103移植UCOSCII工程项目
STM32F103移植UCOSCII工程项目完整版工程 中文注释 ,直接使用
- 2023-07-12 05:15:04下载
- 积分:1
-
suiji
用matlab 实现强噪声中弱信号的提取,可产生图像 一次生成(Using matlab to achieve strong noise in the extraction of weak signal can produce a generation of images)
- 2008-12-16 14:28:48下载
- 积分:1
-
circle-are
用C编写程序来求解圆的面积和周长,这是以前的一个实习作业。(Write a program in C to solve the area and perimeter of a circle, which was previously an internship job.)
- 2013-10-14 19:22:33下载
- 积分:1
-
STM32F103RBT6_01
If you are a beginner in ARM microcontrollers
I recomend you to get this board
STM32F103RBT6 Mini STM32 Development Board ARM Cortex-M3 ebay
the program was built on the ARM compiler Keil and make to blink the Led on the board
- 2015-05-16 10:17:42下载
- 积分:1
-
shiyan2PCA0_8Bit_PWM_Output
C8051F410单片机PWM输出,控制电机的启动;停止(C8051F410 microcontroller PWM output, control motor start-up stop)
- 2013-05-17 09:46:05下载
- 积分:1
-
基于STM32读取GPS信息并跟踪并短信发送到目标手机
STM32读取GPS信息并跟踪并短信发送到目标手机(STM32 reads GPS information and tracks it and sends it to the target cell phone by short message)
- 2020-06-16 08:20:01下载
- 积分:1
-
C# 按照扩展名分组文件
C# 按照扩展名分组文件,按照文件类型的不同,对文件进行归类显示,分类清淅便于查看,主要是使用MyFile中的对象和方法实现,核心的功能代码如下:
private void ShowGroupFile(IEnumerable> MyQueryGroup)
{
this.listBox1.Items.Clear();
foreach (var MyFileGroup in MyQueryGroup)
{
this.listBox1.Items.Add("包含" + MyFileGroup.Key + "扩展名的文件如下:");
foreach (var MyFileInfo in MyFileGroup)
{
this.listBox1.Items.Add(MyFileInfo.Name);
}
this.listBox1.Items.Add("");
}
}
static IEnumerable GetFiles(string MyDir)
{
if (!System.IO.Directory.Exists(MyDir))
throw new System.IO.DirectoryNotFoundException();
string[] MyFileNames = null;
List MyFiles = new List();
//查找指定目录下的所有子目录中的所有文件
//MyFileNames = System.IO.Directory.GetFiles(MyDir, "*.*", System.IO.SearchOption.AllDirectories);
MyFileNames = System.IO.Directory.GetFiles(MyDir);
foreach (string MyName in MyFileNames)
{
MyFiles.Add(new System.IO.FileInfo(MyName));
}
return MyFiles;
}
- 2022-12-28 08:15:04下载
- 积分:1
-
1252056375_ddvip_2352
C#下基于WCF的聊天程序,WCF双向通信。
(C# under the WCF-based chat program, WCF two-way communication.)
- 2010-05-17 14:02:59下载
- 积分:1
-
InstantMessagingSystemCSharp
一个即时消息系统,包含客户端和服务器端。(an instant messaging system that includes client and server.)
- 2006-08-31 20:58:26下载
- 积分:1