-
12864xianshidonghua
基于STC89C52单片机的12864动画显示程序,有详细的代码。(STC89C52 12864 based animation program, a detailed code.)
- 2013-06-20 15:19:15下载
- 积分:1
-
ALIENTEK MINISTM32 实验3 串口实验
本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换
行结束)后,原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每隔一定时间,通过串口1输出一段信息到电脑。(In this experiment, STM32 through the serial port 1 and host computer dialogue, STM32 received the host computer sent to the string (in return for
After the end of the line), return to the host computer. After downloading, the DS0 flashes, prompting the program to run while each
A certain time, through the serial port 1 output a piece of information to the computer.)
- 2021-04-18 16:48:52下载
- 积分:1
-
GOSTjiamijiemi
GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
- 2013-04-27 18:02:25下载
- 积分:1
-
lab25-AD
dsp28335开发板的AD采样程序,十分实用。(DSP28335 Development Board AD Sampling Program, Super Practical Dry Goods)
- 2020-06-20 08:40:01下载
- 积分:1
-
一般的酒店管理功能,比如说管理员登录,房间预订,房间结算等...
一般的酒店管理功能,比如说管理员登录,房间预订,房间结算等-Hotel general management functions, such as an administrator logs on, room booking, room clearing, etc.
- 2023-03-08 09:55:08下载
- 积分:1
-
XR21V141x驱动源码
USB转串口驱动
XR21V141x芯片
LInux操作系统
可交叉编译进ARM-Linux开发板内核中使用
- 2022-01-31 00:32:55下载
- 积分:1
-
C# 确定字符串末尾是否匹配指定子串
C# 确定字符串末尾是否匹配指定子串,本字符串查询实例具体到只匹配字符串开头和结尾是否有指定的字符串,下面是具体的查询代码编写方法:
private void button1_Click(object sender, EventArgs e)
{//确定字符串开头是否匹配指定子串
string MyFullInfo = "中华人民共和国";
string MyPartInfo="中华";
if(MyFullInfo.StartsWith(MyPartInfo))
MessageBox.Show(MyFullInfo + " 的开头是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
else
MessageBox.Show(MyFullInfo + " 的开头不是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
}
private void button2_Click(object sender, EventArgs e)
{//确定字符串末尾是否匹配指定子串
string MyFullInfo = "中华人民共和国";
string MyPartInfo = "共和国";
if (MyFullInfo.EndsWith(MyPartInfo))
MessageBox.Show(MyFullInfo + " 的末尾是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
else
MessageBox.Show(MyFullInfo + " 的末尾不是 " + MyPartInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-02-09 23:32:04下载
- 积分:1
-
DES_C
基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
- 2013-08-15 01:48:09下载
- 积分:1
-
PWM
通过STC12C5A60S2新增的PCA模块来产生占空比可以调节的方波。(By STC12C5A60S2 new PCA modules can be adjusted to produce the duty cycle square wave.)
- 2013-10-08 11:47:49下载
- 积分:1
-
qjyz
全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
)
- 2013-11-06 09:14:50下载
- 积分:1