-
jreg
Read and write jpeg source, vc, ok(The Read and write jpeg source, vc, ok)
- 2017-05-02 17:20:51下载
- 积分:1
-
tell the positive integers n is a Palindromic Number
告诉正整数n是一个回文数
- 2022-03-03 09:16:54下载
- 积分:1
-
CameraDS
基于DirectShow的视频预览录像程序,包括视频预览与视频录像功能。
- 2022-03-03 07:00:54下载
- 积分:1
-
堆栈四则运算
/* 在BC31下编译 或VC6.0*/
/* compile under Borland C++ 3.1 or Visual C++ 6.0*/
/*#include "stdafx.h"*/
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "conio.h"
#define TRUE 1
#define FALSE 0
#define STACK_INIT_SIZE 100/*存储空间初始分配量*/
#define STACKINCREMENT 20/*存储空间分配增量*/
typedef struct
{
int *pBase;/*在构造之前和销毁之后,base的值为NULL*/
int *pTop;/*栈顶指针*/
int StackSize;/*当前已分配的存储空间,以元素为单位*/
}Stack;
typedef int BOOLEAN;
char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/
char Optr;/*操作符*/
int Opnd=-1;/*操作符*/
int Result;/*操作结果*/
/
- 2022-07-17 12:33:54下载
- 积分:1
-
N_queue
根据回朔法思想来求解N皇后问题,用递归来实现回朔.(Thought to solve N Queen's problems, and use recursion to achieve back Schomburg.)
- 2005-05-10 00:27:58下载
- 积分:1
-
飞思卡尔MQX
MQX实时操作系统设计用于单一处理器、多处理器和分布式处理器等形式的嵌入式实时系统。 Freescale半导体公司成功地搭载MQX操作系统软件平台用于ColdFire和PowerPC系列微处理器。相比于最初的MQX发布方式,当下的Freescale MQX发布方式更易于配置和使用。现在一个单一的发布版本就包含了MQX操作系统外加其它所有软件组件来支持特定的微处理器。
- 2022-01-25 22:49:29下载
- 积分:1
-
MapX开发实例
Mapx开发实例(vcpp gps跟踪),使用c++开发的车辆定位系统
- 2022-06-27 20:36:15下载
- 积分:1
-
cdd
数字图像处理和图像识别的vc++编程方法(Digital image processing and image recognition of the vc++ Programming)
- 2010-10-31 10:54:42下载
- 积分:1
-
poissn1
一个泊松随机数生成代码,可调节的,但是貌似产生的随机数一直都不变(A Poisson random number generator code, can be adjusted, but the seemingly random numbers have been generated by the same)
- 2010-11-18 15:34:33下载
- 积分:1
-
HARDWARE
oled-iic通信通用代码,只需改.h里的修改部分即可使用。(The general code of oled-iic communication can be used only by modifying the modified part in. H.)
- 2020-06-21 21:20:02下载
- 积分:1