-
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml...
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml-This demo allows the user to load and parse a specified XML document. Then, through a text box
the user can navigate and manipulate the tree. This is both a useful example of how to walk the
XML tree using the XML Object Model and a useful tool for learning the XML Object Model.
- 2022-01-28 07:55:05下载
- 积分:1
-
Visual C++串口编程
visual C++ serial programming
- 2022-02-06 05:11:14下载
- 积分: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
-
image to hex conversion
它用于将图像像素转换为文本文件中的十六进制值;
- 2022-07-26 12:36:26下载
- 积分:1
-
著名的windows封装类wfc
著名的windows封装类wfc-Well-known types of windows package wfc
- 2022-01-31 10:56:38下载
- 积分:1
-
计算方法和数值计算wymspline样条插值…
计算方法,或者是数值计算的 wymspline样条插值 自己做的,可能不是很好-calculation method, or the numerical calculation wymspline spline interpolation themselves, may not be very good
- 2022-11-27 18:05:03下载
- 积分:1
-
许可选项文件和可替换为用户一
License Options file and may replace Named Users for a
Program, whether temporarily or not, no more than four (4)
times per year, prov
file never exceeds the number licensed per Program.
Portions of the Programs may be installed on individual
computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
- 2022-01-26 03:59:17下载
- 积分:1
-
wrapper wrapper
wrapper wrapper -eng
- 2022-04-10 02:24:21下载
- 积分:1
-
MFC对话框导出list control 表格显示内容为excel
实现了导出list control 表格显示内容为excel表格,作为报表的导出形式,基于对话框,开发工具为VS2010
- 2022-04-12 05:28:12下载
- 积分:1
-
A full set of tiger billion network marketing tool software (8) Registration No.
全套亿虎网络营销工具软件(8款)注册号
-A full set of tiger billion network marketing tool software (8) Registration No.
- 2022-02-06 17:31:04下载
- 积分:1