-
using AES Nicholson wrote a subject took the registration procedures
wince下用evc写的一个操做注册标的程序-using AES Nicholson wrote a subject took the registration procedures
- 2022-05-23 05:40:27下载
- 积分:1
-
泰瑟做 Merceruis De Lado
Nnayae diymes motne te 巷 pasione ge 幔啦 varisame lopiae tasiemsf fhjgsnm eadadae jadane jdhsnmrse fkjekmcee ejhcjehke ejkejn ekeke ekejkeee jikkee hbfhgse nbdfdhe uioiiode abdbnede jehxne ejhegheje jhehmsnne ebgene enebnne ennebnbe ebenbed f r gfnbne mnbenfene mnbenbcmem eeeebnbebmcnefbnenfmenfnebbvf ebebfnen e
- 2023-07-24 10:10:03下载
- 积分:1
-
Modern C++ Design Generic Programming
and Design Patterns Applied
现代C++设计泛型编程
- 2022-05-09 08:57:59下载
- 积分:1
-
根据我的小闹钟改造的,可以控制打开下载时间.定个时间就可以,到时候它会自动打开下载工具下载....
根据我的小闹钟改造的,可以控制打开下载时间.定个时间就可以,到时候它会自动打开下载工具下载.-According to the transformation of a small alarm clock, may control open download time. Time will be, when it will open automatically download tools to download.
- 2022-04-23 15:20:41下载
- 积分:1
-
本程序实现了对ADXL加速度计在Delphi的…读出的所有方面
This program implements all aspects of readout of ADXL accelerometer in Delphi. It enables plotting and checking of output of typical ADXL 202 accelerometer. You can set RS via ini file and add more functionality Do not work with ADXR gyros.
- 2022-11-02 02:30:02下载
- 积分:1
-
一般的商业程序都有托盘图标和在托盘上弹出右击菜单的功能,那么如何给自已的程序添加这样的功能呢?本文通过改变背景图的实例,介绍一种实现托盘上弹出右击菜单的方法。...
一般的商业程序都有托盘图标和在托盘上弹出右击菜单的功能,那么如何给自已的程序添加这样的功能呢?本文通过改变背景图的实例,介绍一种实现托盘上弹出右击菜单的方法。-general commercial processes tray icon in the tray and right click on the pop-up menu function, then how to add their own procedures for such functions? By changing the context diagram example, introduced a tray to achieve right click on the pop-up menu approach.
- 2022-12-23 00:25:03下载
- 积分: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
-
根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母...
根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母-According to the " heart"-shaped mathematical curve parametric equations, drawing curves and output screens. Coordinates of points in each circle show " LOVE" in all the letters
- 2022-04-08 15:18:49下载
- 积分:1
-
wince下的sqlite数据库,简单,小,高效。
wince下的sqlite数据库,简单,小,高效。-wince under the sqlite database, simple, small and efficient.
- 2022-03-19 12:46:16下载
- 积分:1
-
一个小简单的图书查询系统.可以调用数据库里的存书情况.
一个小简单的图书查询系统.可以调用数据库里的存书情况.-A tiny and simple system for book searching. You can use it to get the informations about the books in your lib data base
- 2023-02-21 11:10:03下载
- 积分:1