-
电影售票管理系统
应用背景
使用C# 技术开发的电影售票管理系统,可以对于初学者学习入门 可以互相交流
关键技术使用技术C#和sql数据库 制作的电影售票系统,功能很基础,可以互相交流
- 2022-05-31 10:42:20下载
- 积分:1
-
创建动态链接扩展库
创建动态链接扩展库-create dynamic link library expansion
- 2022-07-21 06:44:07下载
- 积分:1
-
c++编写的图形处理小程序 实现图形的平移 旋转
c++编写的图形处理小程序 实现图形的平移 旋转-c prepared by the graphics processing procedures for small graphics translation rotation
- 2022-03-11 19:36:43下载
- 积分:1
-
DataSocket服务器和客户端程序采用
本例程通过DataSocket服务器与客户机端程序集成到同一面板中,实现服务器与客户机之间的双机通讯。-The routine adoption of DataSocket server and client-side program integrated into the same panel, to achieve the server and client communications between the two aircraft.
- 2022-03-11 22:14: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
-
产品管理系统
系统采用Java的编程技术,对产品实现了管理。对产品的管理功能可以延展和延伸。但凡是相关产品管理系统系统设计均可以在本系统额基础上进行完善和修改。
- 2022-04-23 04:50:00下载
- 积分:1
-
vc++ is a magical wand, learn home, or a grasp of 1:00 mfc then, you will find i...
vc++可谓神通广大,如果学到家了,或者就掌握了那么一点mfc,你
也会感到它的方便快捷,当然最重要的是功能强大
-vc++ is a magical wand, learn home, or a grasp of 1:00 mfc then, you will find it convenient, of course, the most important thing is powerful
- 2023-05-08 01:10:02下载
- 积分:1
-
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。...
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。-ice communication library code demo example, study the development of ice can be a very good understanding of people, ice and ace are both good network program development tool library, not the same as the direction of architecture.
- 2022-07-25 04:06:27下载
- 积分:1
-
recently wrote a small management software, in the initial pages LOGO Lane joine...
最近写了一个小的管理软件,在初始页LOGO里加入了视频,这里正好由于公司做图形这块,于是这里就牵涉到了这个视频文件的保密问题, 其实也没什么,但是这个小文件虽然简单,但也不能让他们自己拿出去做广告吧,因为是免费提供给他们的.这里讨论一下文件的保密,希望有兴趣的朋友一起来讨论一下.
-recently wrote a small management software, in the initial pages LOGO Lane joined the video, here precisely because of this company to do graphics, so here involves a video document of this confidential, in fact, have nothing, but this little document is simple, but we will not let go of their own show advertise it, because it is free for them. here to discuss the confidential document, with the hope of an interest in the friends together to discuss the issue.
- 2023-05-10 15:15:02下载
- 积分:1
-
网页菜单工厂(WebMenuShop) V2[1].50.zip
网页菜单工厂(WebMenuShop) V2[1].50.zip-website menu factories (WebMenuShop) V2 [1] .50. Zip
- 2022-03-20 17:12:17下载
- 积分:1