-
Mathematics
Only one month to go before the nullarbor demoparty and game development competition takes place! The event will be held at ECU Mount Lawley, School of Computer and Information Science in Perth, Western Australia on Thursday the 23rd of February 2006.
- 2006-03-28 11:52:49下载
- 积分:1
-
OpenGL
用三角形、三角形带、四边形、四边形带绘制球体用扇形绘制两极(Triangle, triangle strips, quads, quad band draw a sphere with a fan to draw the poles)
- 2013-12-07 15:25:22下载
- 积分:1
-
IconPanel ToolTip示例源码
IconPanel ToolTip示例源码
- 2013-10-02下载
- 积分:1
-
DirectShow
DirectShow技术的应用研究与开发(DirectShow technology, applied research and development)
- 2013-09-10 15:55:21下载
- 积分:1
-
stm32触摸屏使用
用于调试stm32f103rc的触摸屏,可以自行重新设置端口参数,利用keil进行调试(ouch screen for debugging stm32f103rc)
- 2020-06-24 19:20:02下载
- 积分:1
-
安全芯片代码
基于DDA网络通讯加密的需求,DDA网络导入加密系统。
加密芯片:RJMU101S
最小加密系统构成:1)业务主控MCU+加密模块(加密模块=加密主控MCU+加密芯片)
2)后台+USBKEY(USBKEY=加密主控MCU+加密芯片)
加密模块内部通讯接口:SPI
加密模块外部通讯接口:UART
加密模块主控MCU额外硬件资源要求:1路主SPI,一路UART,
&nb
- 2022-04-02 01:22:39下载
- 积分:1
-
ATMEGA16原理图
说明: ATmega16 原理图 电路图 硬件电路 PDF文件(ATmega16 Schematic diagram)
- 2020-06-16 09:40:02下载
- 积分:1
-
模拟扫雷游戏
模拟扫雷游戏代码,算法优化,可作为游戏开发者参考程序。程序详细,通俗易懂,再现了扫雷游戏的过程
- 2023-05-03 21:15:03下载
- 积分:1
-
76676989
实现钩子,VC++精选编程学习源码,很好的参考资料。(Hook, VC++ select learning programming source code, a good reference.)
- 2013-11-28 10:49:43下载
- 积分: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