-
chaos-encrypt
用Visual c++实现数字图像迭代混沌加密(Using Visual c++ Realize digital image iterative chaotic encryption)
- 2021-04-07 20:09:01下载
- 积分:1
-
320240LCD
说明: HG32024005型号液晶的C51程序,里面包含不同点阵大小的汉字的显示以及图片的显示,调试成功(HG32024005 C51 LCD models procedure, which contains different character dot matrix display and the size of the pictures show, the successful commissioning)
- 2020-11-11 10:49:45下载
- 积分:1
-
wiableinner
线性表的建立,从算法改为vc语言实现编程,推荐给大家参考一下(The establishment of the linear table, algorithm to vc programming language implementation, recommended for your reference)
- 2017-04-23 06:18:40下载
- 积分:1
-
VS2010之MFC入门到精通教程
说明: 一本非常适合新手入门的MFC教程,是研究生期间做项目发现的一本好书,是非适合用于做用户交互窗口(A great MFC tutorial for beginners)
- 2020-06-21 00:06:36下载
- 积分:1
-
Simple_MFC
深入浅出MFC简体中文版(附源码),包括电子书(PDF格式)和源代码。(Simple MFC (simplified Chinese) ,including the ebook (PDF) and the source code.)
- 2010-08-19 08:51:04下载
- 积分:1
-
XMLBBS
vs2010+c# 基于XML技术的在线论坛(
vs2010+ c# XML-based online forum)
- 2015-12-23 12:57:49下载
- 积分:1
-
tsp
travelling salesman problem
- 2011-03-23 12:35:01下载
- 积分:1
-
macd20100813
MT4中的MACD背离指标,自动提示,不交易,提醒人工确认,防止误操作(MT4' s MACD departure from the target, auto tips, not transactions, to remind the man to confirm, to prevent misuse)
- 2010-08-28 08:50:01下载
- 积分:1
-
串口高速接收命令
1.
//加入以下代码,支持printf函数,而不需要选择use MicroLIB
#if 1
#pragma import(__use_no_semihosting)
//标准库需要的支持函数
struct __FILE
{
int handle;
};
FILE __stdout;
//定义_sys_exit()以避免使用半主机模式
void _sys_exit(int x)
{
x = x;
}
//重定义fputc函数
int fputc(int ch, FILE *f)
{
while((USART1->SR&0X40)==0);//循环发送,直到发送完毕
USART1->DR = (u8) ch;
return ch;
- 2022-07-12 05:44:52下载
- 积分:1
-
本代码实现MSP430单片机与温度传感器ds18b20之间的通信
说明: 本代码实现MSP430单片机与温度传感器ds18b20之间的通信,,打开时找dm430-l的eww文件就可以,单片机每隔3秒向上位机传输一次数据,传输数据格式为16进制,(16进制转换为10进制后除以10,就是当前的环境温度),数据输出从单片机的串口0引出。(This code realizes the communication between MSP430 MCU and temperature sensor ds18b20. When you open it, you can find the EW file of dm430-l. The MCU transmits data to the host computer every 3 seconds. The format of data transmission is 16-ary (after conversion from 16-ary to 10-decimal, it is the current environment temperature). The data output is drawn from the serial port 0 of the MCU.)
- 2019-01-11 18:36:54下载
- 积分:1