-
LED-S1234
基于STC89C52单片机实现中断LED数码管显示及处理的程序,适合初学值使用(Based STC89C52 MCU interrupt LED digital display and processing procedures, suitable for beginners to use the value)
- 2013-11-19 11:42:46下载
- 积分:1
-
MIMO_OFDM_Simulator
本文的程序实现在屏幕上随机产生不同大小的雪花,并以不同的速度下降。相对于第一版,它在很多性能上做了优化,直接在桌面的上下文中绘制雪花。而且,现在也通过RedrawWindow,实现在桌面的图标(如任务栏)上绘制雪花了。你可以用它来学习GDI。(Falling Snow on Your Desktop! Part II This article explains how to create an application that makes it snow on the desktop. Since my previous article was published, I received many user inquiries about how to improve the program. This article demonstrates how to create snow flakes that fall on your desktop, by using the draw functions directly in the desktop context. When the application starts, it creates an array of snow flakes and starts the timers for each flake. Manipulation of the RedrawWindow function allows the drawing of flakes behind and over the desktop icons, making the application more impressive. )
- 2010-08-31 17:22:31下载
- 积分:1
-
EDC220PGUI
EDC220 试验机 与PC 通讯控制+界面(EDC220 C++ BUILDER)
- 2016-05-22 15:40:18下载
- 积分:1
-
rev
GD32F103,用串口发送并回显程序(UART)(GD32F103, with a serial port to send and echo procedures (UART))
- 2020-12-17 10:19:11下载
- 积分:1
-
SAEJ1939_CANbus
利用SAE1939作应用层协议的CAN总线网络开发,特别适合初学CAN总线者。(use SAE1939 application layer protocol for the CAN network development, particularly suitable for beginners who CAN.)
- 2007-01-20 13:14:45下载
- 积分:1
-
12C5A60S2EEPROM
12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
- 2013-09-24 14:41:56下载
- 积分:1
-
ESJ: 适用于 C++ 的简单JSON
翻译 maninwest@Codeforge 作者:Jerry Evans@CodeProject向 C++ 类添加 JSON 序列化ESJ 是一个 JSON 映射器,适用于 C++ 并满足中等编译器的要求 (非 C++11) ,且不依赖第三方库。它是用于跟web和数据库服务互操作的轻量级系统,使用简单。ESJ 可以快速添加到已有代码中,生成强健地格式良好的 JSON 数据。JSON (Javascript Object Notation) 已成为基于 Web 的数据交换的格式选择。 JSON 富于表现力,容易解析和读取。也非常适合 Javascript 语言。除了普遍用于 AJAX (更精确一点,是 AJAJ) 上下文中, JSON也非常适用于基于 Web-socket 的通信。也许,比较不常用的是,代码已在嵌入式环境中部署,极大地简化了针对物联网设备的 Web-socket 数据交换。 附件中的 ZIP 文件包含适用于 Visual Studio (2012) 和 XCode (Clang) 的项目。此代码也在 Github 上托管。使用代码以 JSON 序列化的典范例子开始://-----------------------------------------------------------------------------
// Code support required for serialization.
class JSONExample
{
public:
// to be JSON"ised
std::string text;
public:
// each class requires a public serialize function
void serialize(JS
- 2023-01-25 07:45:03下载
- 积分:1
-
Si4355_RCdemo_SW
FSK无线SI4355 芯片开发实例,已实现数据的收发功能和芯片的控制配置功能(Control configuration capabilities FSK wireless SI4355 chip development example, it has achieved data transceiver functions and chips)
- 2015-06-02 15:17:33下载
- 积分:1
-
旅行商问题 最短路径算法源码下载(群蚁)
旅行商问题,常被称为旅行推销员问题,是指一名推销员要拜访多个地点时,如何找到在拜访每个地点一次后再回到起点的最短路径。规则虽然简单,但在地点数目增多后求解却极为复杂。
- 2016-01-20下载
- 积分:1
-
Gomoku
简单五子棋,简单学习算法,很弱的AI,原文是Python语句,现改写位c++(Simple backgammon, simple learning algorithm, very weak AI, the original is a Python statement, is now rewritten bit c++)
- 2017-06-19 22:08:12下载
- 积分:1