-
光盘的例子
VC黑皮书的例子光盘附在书中,内容清晰实用
- 2022-04-08 10:09:09下载
- 积分:1
-
cdma implementaton
在这里我实现了cdma和它的各种ber性能技术……在这里我上传了所有的代码。besssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssstststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststs。
- 2022-04-01 08:52:27下载
- 积分:1
-
bitmap_menu261.zip
资源描述
bitmap_menu261.zip,好好学习下,可以对编程有所帮助,大家加油啊
- 2022-04-18 22:32:45下载
- 积分:1
-
介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(ND...
介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve universal serial bus (USB) and Network Driver Interface Specification (NDIS) driver
- 2022-11-04 14:35:03下载
- 积分:1
-
Paint a very useful tool, with the drawing is similar to learning computer graph...
一款很实用的画画工具,跟画图差不多,学习计算机图像的人可以学习一点。-Paint a very useful tool, with the drawing is similar to learning computer graphics can learn from that.
- 2023-05-31 09:15:03下载
- 积分:1
-
用visual c++编写的程序,适合刚入门的MFC的程序员们.
用visual c++编写的程序,适合刚入门的MFC的程序员们.-with visual c prepared by the procedure, just for the portal were MFC programmers.
- 2022-03-19 14:33:55下载
- 积分:1
-
get information from other directory
get information from other directory
- 2022-01-31 04:15:17下载
- 积分:1
-
这是用vc++实现的一个扫雷程序,界面和windows的一样
这是用vc++实现的一个扫雷程序,界面和windows的一样-This is using vc++ implementation of a mine-clearing procedures, the same interface and windows
- 2022-08-14 23:04:46下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
This calendar program reproduced the contents of line after commissioning, the c...
此万年历 程序系转载内容 经过调试,该万年历非常准确-This calendar program reproduced the contents of line after commissioning, the calendar is very accurate
- 2022-04-17 22:40:35下载
- 积分:1