-
stm32_EFSL_demo
基于STM32微处理器的SD卡(TF卡)文件系统读写.
103ZC,ZD等有SDIO,检查中。(This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in
order to explore the contents of this SD card and show, on the LCD color, the Tree of directories/files within the SD card and read files contents.
PS: in last boards ( rev B) you should modify the joystick driver to get it working fine.
)
- 2009-05-26 13:43:16下载
- 积分:1
-
浏览器开发
个性化浏览器开发示例,提供账号、口令后可以实现自动化登录C#的例子,可以用于需要开发特定客户端的人们使用
- 2023-04-20 16:55:04下载
- 积分:1
-
ColorEdit
说明: 利用WM_CTLCOLOR消息实现编辑控制(Edit Control)的文本与背景色的改变(Use WM_CTLCOLOR message to change the text and background color of Edit Control)
- 2020-04-09 19:49:06下载
- 积分:1
-
KNN算法
K近邻算法的++实现代码
邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。
- 2022-05-30 19:30:45下载
- 积分:1
-
ray
随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
- 2013-11-01 10:33:06下载
- 积分:1
-
RTC_clock
Real clock proteus.Real clock proteus.Real clock proteus.Real clock proteus.Real clock proteus.Real clock proteus.Real clock proteus.Real clock proteus.
- 2020-07-22 19:38:45下载
- 积分:1
-
WinCE
2440上Wince平台开发的点菜终端程序。通过运行的程序实现点菜,并且通过串口将点菜数据传输出去(failed to translate)
- 2009-06-06 15:16:19下载
- 积分:1
-
MessageHook
可捕获系统消息,功能简单实用,是初学hook的理想资料(System can capture news, features simple, practical, is the ideal beginner hook information)
- 2009-06-06 20:27:44下载
- 积分:1
-
430串口通信
#include "sim900c.h"
uchar ATE0[]="ATE0
"; //关闭回显
uchar CREG_CMD[]="AT+CREG?
"; //获取网络当前的注册状态
uchar SMS_send[]="AT+CMGS=32
";
uchar ATCN[]="AT+CNMI=2,1
"; //新短信提示命令
uchar CMGR[12]="AT+CMGR=1
"; //查看一号短信
uchar CMGD[12]="AT+CMGD=1
"; //删除一号短信
//add
uchar CMGF0[]="AT+CMGF=0
"; //设置短信格式为PDU格式
uchar CMGF1[]="AT+CMGF=1
"; //设置短信格式为TEXT格式
uchar CSCA[]="AT+CSCA=+8613800290500
";//短信中心号码
uchar CMGS[]="AT+CMGS=18706741665
";//发送方手机号码
uchar Sms1_txt[]="wo shi hao ren";
uchar SEND_MESSA_CONTENT[20]="zhinengsushe";//消息发送内容
int g_timeout=0;
void led(int i)
{
P3OUT |= (0x01
- 2022-04-17 00:07:46下载
- 积分:1
-
rain_snow_nature
用vc++和directx实现雨、雪等自然环境的特效(this is a program which describe the nature of rainning and snow.It is very important to the people who is learning
the program of directx
)
- 2009-06-06 11:47:12下载
- 积分:1