-
STM32串口通信
以STM32F103ZET6为控制芯片,该程序为串口通信,让初学者可以更快的了解STM32串口的外设,更快的加深对串口的认识,我认为这部分代码很不错,值得收藏。
- 2022-03-06 10:56:07下载
- 积分:1
-
mmf_lib
本文介绍如何使用CreateFileMapping,MapViewOfFile创建内存映射文件,如何向内存映射文件中写入数据,读取数据(This article describes how to create a memory mapping file using Creative FileWorking, MapView OfFile, and how to write data to a memory mapping file and read data)
- 2018-06-12 15:46:37下载
- 积分:1
-
word
利用c#对自动生成word报告,包括自动填写文字,更新图片、表格、目录(C# automatically generated by word of the report, including auto-complete text, updated pictures, tables, directories,)
- 2011-06-08 10:01:38下载
- 积分:1
-
28335PWM设置程序
TMS320F28335的PWM模块设置程序,最基本的PWM设置模板(The PWM module setting program of TMS320F28335 and the most basic PWM setting template)
- 2020-06-17 20:00:02下载
- 积分:1
-
pso
这是一个粒子群算法求解车辆路径的源码,用matlab仿真实现。(This is a particle swarm algorithm for vehicle routing the source, using matlab simulation.)
- 2008-12-11 23:11:21下载
- 积分:1
-
Main
使用opencv图像库,识别数码管图片中的数字(Identify numbers in digital tube pictures)
- 2018-04-19 09:52:29下载
- 积分:1
-
OPC服务器源码
OPC服务器源码,可以运行,可通过标准OPC客户程序读写数据。
- 2022-08-06 08:52:12下载
- 积分:1
-
wimax_v1
802.16源代码
看有网友征求802.16源码的帖子,拿出来分享一下。(802.16 source code has friends to seek the look of post-source 802.16 up to share.)
- 2007-07-24 22:19:08下载
- 积分:1
-
CBBFFFetchS
CSHARP开发的网页内容抓抓取工具,多线程采集,效率非常高
(CSHARP web content development grasping crawlers, multi-threaded collection, very high efficiency)
- 2012-08-25 18:28:37下载
- 积分:1
-
屏幕保护
// 进化版.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
#define SCREEN_WIDTH 1600
#define SCREEN_HEIGHT 900
#define DEF_RAIN_NUM 106 //雨的列数
//数字雨开始的位置
int g_nRainPos[DEF_RAIN_NUM] = { 0 };
//数字雨的字符串
char g_strRain[DEF_RAIN_NUM][10] = { 0 };
IMAGE apple;
//加载图片
// void Comeinit()
// {
// loadimage(&apple, L"./res/apple.jpg", 640, 480);
// }
//随机产生一个字母
char CreateRandomNum() {
// cleardevice();
// putimage(0, 0, &apple);
- 2022-05-15 17:29:01下载
- 积分:1