-
SAVE
基于openCV实现的图像打开、复制和保存功能
运行环境:VC++ 2008 express(Implemented based on the image to open openCV, copy and save functions operating environment: VC++ 2008 express)
- 2011-10-23 16:10:14下载
- 积分:1
-
STUPID.C
This is a game about guessing stupid problem relate to AI with some tricks in C programming.
- 2015-12-15 12:05:35下载
- 积分: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
-
fibonaci
Fibonacci数列,已知一个Fibonacci数,能求出它的N值(Where Fibonacci sequence, a number of known where Fibonacci, can find its N)
- 2009-12-04 15:38:11下载
- 积分:1
-
rengongmianyisuanfa
人工免疫算法源程序
matlab6.0 环境下
比较完整(artificial immune algorithm source matlab6.0 environment complete)
- 2006-08-09 21:30:07下载
- 积分:1
-
7canshu
说明: 利用4个公共点解WGS84转北京54的7参数(The use of public four-point solution to WGS84 parameters Beijing 54 7)
- 2008-11-18 12:59:44下载
- 积分:1
-
抽奖系统下载 大部分内容可以设置
抽奖系统下载 大部分内容可以设置
- 2014-01-02下载
- 积分:1
-
part_developer
doccument for part deverloper
- 2014-12-09 11:57:55下载
- 积分:1
-
STC8A8K串口通信
【实例简介】
- 2021-06-30 00:31:01下载
- 积分:1
-
TCP服务器程序
使用VC6编写的TCP服务器程序。
TCP服务器程序.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTCPApp application class.
TCP服务器程序.cpp
This is the main application source file that contains the application
class CTCPApp.
- 2023-05-11 04:20:03下载
- 积分:1