登录
首页 » 其他项目 » 连连看游戏源代码 ,本程序由visual c++编译通过,益智类小游戏.

连连看游戏源代码 ,本程序由visual c++编译通过,益智类小游戏.

于 2022-04-01 发布 文件大小:108.66 kB
0 236
下载积分: 2 下载次数: 1

代码说明:

连连看游戏源代码 ,本程序由visual c++编译通过,益智类小游戏.-Lianliankan game source code, the procedures adopted visual c compiler, knowledge-like game.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问
    国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问就可以,需要建立一个mysql数据库数据库名为orangeHRM,并建立一个用户。然后直接访问http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok! -Job recruiting talent from abroad the latest version, look for a long time, and still debugging, the older versions of PHP are described below to write a human resources management system source code: if the system uses a modular design, unzip this file to the php environment , direct access could need to create a database named mysql database orangeHRM, and the establishment of a user. And then directly access http://localhost/orangehrm on ok!-PHP write a human resources management system of Source: System is modular case desi
    2022-05-31 08:28:40下载
    积分:1
  • 此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。...
    此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。-This code for the socket communication program, mainly from the client to send one document, and then the server receives paragraph.
    2022-02-16 06:21:14下载
    积分:1
  • Acprotect1.10 Build123之VB语言篇.chm
    Acprotect1.10 Build123之VB语言篇.chm-Acprotect1.10 Build123 the VB language articles. Chm
    2022-03-23 23:40:02下载
    积分:1
  • 用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例....
    用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例.-C language in many of the map algorithm to achieve more of the map is a dynamic planning a typical example.
    2022-04-20 19:39:36下载
    积分:1
  • C++MFC计算器
    一款简单的计算器的源代码,代码结构简单,通俗易懂,方便操作,功能齐全,是一个非常简单计算器,很有参考价值,对于初学者,也不难看懂程序,容易掌握C++编程流程,有分数类,有成员函数,析构函数等等,是包含各种基础知识的好例子。关于MFC的知识也包含非常全面,可以轻而易举地掌握C++工程语言。
    2022-03-03 12:49:08下载
    积分:1
  • Absolutely right ssd7 Exercise 2 answer, full marks, ha, hope you will support
    绝对正确的ssd7练习2的答案,满分哈,希望大家支持-Absolutely right ssd7 Exercise 2 answer, full marks, ha, hope you will support
    2022-09-01 14:50:03下载
    积分:1
  • 七彩俄罗斯方块,用c语言写的。
    七彩俄罗斯方块,用c语言写的。-Discus Russian squares with c written language.
    2022-02-05 18:25:25下载
    积分:1
  • 程序的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-08-06 12:51:19下载
    积分:1
  • Easy linux device driver, after you know how to write
    深入浅出linux设备驱动,看了你就知道怎么写了-Easy linux device driver, after you know how to write
    2022-04-09 10:07:00下载
    积分:1
  • 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符...
    使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
    2023-07-23 20:25:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载