-
视频通webserivce服务实现的.难得一见哦
视频通webserivce服务实现的.难得一见哦-Qualcomm webserivce video services achievable. Oh, a rare
- 2022-02-12 09:27:49下载
- 积分:1
-
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。...
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
- 2022-08-18 10:44:21下载
- 积分:1
-
through permutations and combinations to solve the matrix determinant, although...
通过排列组合求解矩阵的行列式,尽管效率不高,但这种做法是有趣的.-through permutations and combinations to solve the matrix determinant, although efficiency is not high, but this is interesting.
- 2022-02-05 01:47:33下载
- 积分:1
-
和微软扫 雷程序类似的扫 雷程序源代码
和微软扫 雷程序类似的扫 雷程序源代码-And Microsoft a similar de-mining program source code mine
- 2022-11-15 21: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
-
database security and mandatory security model
database security and mandatory security model
- 2023-04-06 02:00:04下载
- 积分:1
-
靠VC++语言自动画流程图的工具,相当神奇!可画BS图,NS图
靠VC++语言自动画流程图的工具,相当神奇!可画BS图,NS图-By VC++ Language since the animation flow chart tool, quite amazing! BS map can be painted, NS map
- 2022-07-04 13:59:10下载
- 积分:1
-
查看帮助及调用源码了解api使用方法,dephi7
查看帮助及调用源码了解api使用方法,dephi7-View the source code to help and understand the api call to use, dephi7
- 2022-02-05 13:58:34下载
- 积分:1
-
A simple tool which clears all the Windows eventlogs
A simple tool which clears all the Windows eventlogs
- 2022-03-05 11:58:36下载
- 积分:1
-
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文...
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。
test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。
头文件中部分函数没有定义。-This procedure code, mainly to test the four large integer arithmetic, as well as on the basis of seeking common denominator of this calculation. bigint_lib_dll folder were compiled lib library files and dll library files and source code. test_bigintcommondevision folder for the test program, engineering using lib library file. Header file, part of the function is not defined.
- 2022-05-19 05:59:03下载
- 积分:1