-
多线程模板
大漠类库最新版 可以去直接拉进去并且使用 也有多线程模板(The latest version of the Desert Class Library can be pulled in and used with multi-threaded templates)
- 2020-06-21 08:40:01下载
- 积分: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
-
小四轴无人机
从21IC网站下载的小四轴无人机代码,内含:nrf21l01无线通讯模块驱动代码,以及ms5611气压计驱动模块,且具备内部IMU计算单元,能很完好的进行姿态控制。在小四轴无人机的代码中内含的东西比较的丰富,对自己开发有很好的帮助。感兴趣的程序员们,可以参考参考
- 2023-08-13 20:15:05下载
- 积分:1
-
test2
TI dsp DSP281x 实例教程初学者必备 第2部分(TI dsp DSP281x_examples )
- 2012-04-02 11:40:49下载
- 积分:1
-
象棋C
象棋程序C++Builder程序设计范例--中国象棋-chess C-Builder programming paradigm-- Chinese chess
- 2022-02-12 05:41:52下载
- 积分:1
-
sinc函数的计算电风扇感 参观变化bnghf
sinc函数的计算电风扇感 参观变化bnghf-sinc function of the sense of fans visited changes bnghf
- 2022-05-05 18:59:57下载
- 积分:1
-
Bookmarks_SourceCode
无须安装WORD,EXCEL,直接操作WORD,EXCEL。实现书签操作。(No need to install WORD, EXCEL, direct operation of WORD, EXCEL. The bookmark operation is realized.)
- 2018-05-23 11:19:19下载
- 积分:1
-
樽海鞘算法(SSA)
说明: 一种通过模拟樽海鞘种群行为实现寻优的樽海鞘算法(SSA)(Salp swarm algorithm for simulating salp population behavior (SSA))
- 2019-06-28 08:25:03下载
- 积分:1
-
在c#中调用windows API
在c#中调用windows API-the windows API call
- 2022-01-28 16:30:35下载
- 积分:1
-
stack1
data structur stack, implementation in C language
- 2014-12-30 17:36:23下载
- 积分:1