-
库存销售系统
inventory sales system
- 2022-02-05 17:18:19下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1
-
AVLTree的实现以及结点的增加删除和查找。
AVLTree的实现以及结点的增加删除和查找。-AVLTree the realization of the increase in node delete and search.
- 2022-09-13 05:10:03下载
- 积分:1
-
这UNIX C代码监视Web服务器每隔几分钟,试图找回我..
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager address.-This Unix C code monitors a web server every few minutes by
trying to retrieve its home page. It sends you email when it can t
connect, and every so often while the server is still down. It sends a
final message when it comes back up. If you have email paging, just
direct the email to your pager address.
- 2022-08-18 21:02:42下载
- 积分:1
-
C-C++欢迎大家的多多阅读-C-C++
- 2022-04-08 11:04:00下载
- 积分:1
-
实例学习!
c++实例~ 初学基础-examples based learning!
- 2023-03-27 08:40:03下载
- 积分:1
-
先序扩展序列建立二叉树
先序扩展序列建立二叉树-first sequence extended sequence established Binary Tree
- 2023-05-13 04:50:03下载
- 积分:1
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分:1
-
vdsp compiler manual vdsp compiler manual vdsp compiler manual
vdsp的编译手册 vdsp的编译手册-vdsp compiler manual vdsp compiler manual vdsp compiler manual
- 2022-03-22 10:28:23下载
- 积分:1
-
一个C++控制台的井字过三关小游戏,是大家学习的好材料
一个C++控制台的井字过三关小游戏,是大家学习的好材料-Tic-Tac-Toe
Plays the game of tic-tac-toe against a human opponent
Uses pointers instead of refernces for function parameters
- 2022-07-25 17:50:30下载
- 积分:1