-
Tetris game procedures, procedures and the operation of the keyboard up and arou...
俄罗斯方块的游戏程序,程序的操作与键盘的上下,左右键一致,上键还起变形的作用,下键起加速的作用-Tetris game procedures, procedures and the operation of the keyboard up and around key agreement on the bond had a role in the deformation, the next key role in accelerating effect
- 2022-03-26 06:20:17下载
- 积分:1
-
bookshop
该源码为网上书店,由客户端业务处理和管理端业务处理两部分组成。客户端业务处理包括用户身份验证,图书展示,购物车等模块。管理端包括图书管理,用户管理,订单管理,留言管理,出版社管理和职工管理等模块。(The source code for the online bookstore, handled by the client business processes and management of side business of two parts. The client business processes, including user authentication, display books, shopping cart modules. The management side includes library management, user management, order management, message management, publishers, management and workers management module.)
- 2012-05-27 15:26:37下载
- 积分:1
-
-
- 2022-06-16 19:48:09下载
- 积分:1
-
vc网络与通信经典编程
vc网络与通信经典编程 -classic program of network and communication by vc
- 2022-08-24 12:34:06下载
- 积分:1
-
在cyclone2芯片上实现VGA解决方案,可以将模拟示波器波形在电脑上显示。也可以储存波形文件来显示...
在cyclone2芯片上实现VGA解决方案,可以将模拟示波器波形在电脑上显示。也可以储存波形文件来显示
-In cyclone2 chip VGA solutions, Analog Oscilloscope waveforms can be displayed on the computer. Can also be stored waveform file to display
- 2022-05-31 06:54:38下载
- 积分:1
-
编程技巧(多媒体与系统篇)
编程技巧(多媒体与系统篇)-programming skills (multimedia system with Part 1)
- 2022-09-27 10:40:02下载
- 积分:1
-
物资管理信息平台:对物资进出库进行统一管理,通过本平台不但降低企业管理营运成本,并且可以实现企业信息化远程监控管理。...
物资管理信息平台:对物资进出库进行统一管理,通过本平台不但降低企业管理营运成本,并且可以实现企业信息化远程监控管理。-Materials management information platform: access to library of materials management, through this platform will not only reduce the operating costs of enterprise management, and can achieve remote monitoring and control of enterprise information management.
- 2023-07-09 09:50:03下载
- 积分:1
-
使用 C编写计算器
(堆栈)鉴于算术表达式中缀表示法,例如,24 (3 + 5) = 5,
写一个程序,它读取一个单一输入行中给出的表达式,解析它,它的计算结果和
给出了输出值作为单个整数或打印的字符串输入错误"如果输入的格式不正确。
在表达式中的数字是整数。经营者来自集 {+,-,*,/,%、 (,)},
经营行为对整数,返回整数,根据其平时 de nitions。我有假设
运营商,那就是,之间通常优先从最低到最高,{+,-},*,/,一元-和括号,在哪里,
+ 和二进制-处于同一级别的优先级的和有左到右结合性。我
程序正确识别并返回一个错误如果修复表达式中的输入的格式不正确。
- 2022-09-10 17:05:03下载
- 积分:1
-
Chinese chess. The project is in Visual Studio.net 2003 built under Win32 consol...
中国象棋。该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。
下棋方式:
用户按输入起点坐标、终点坐标的方式下棋;
(棋盘左下角计作(0,0),右上角计作(8,9))
同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
例如:
用户第一步走:炮二平五
则输入7242,回车
计算机回应:马8进7
则屏幕输出79 67
-Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end o
- 2023-01-15 21:45:03下载
- 积分:1
-
First, the problem Description: The number of polynomial input and stored in mem...
一、问题描述:将多个多项式输入并存储在内存中,然后对多项式进行加,减,乘等基本运算。
二、实行数据方法:用单链表来储存多项式,每个节点存储一项-First, the problem Description: The number of polynomial input and stored in memory, and then make additions to the polynomial, subtraction, multiplication and other basic computing. Second, the implementation of data Methods: Single-Linked List to store polynomials, each node storing a
- 2022-01-26 20:27:48下载
- 积分:1