登录
首页 » Windows开发 » 并购大亨PC版

并购大亨PC版

于 2022-03-26 发布 文件大小:19.90 MB
0 421
下载积分: 2 下载次数: 1

代码说明:

桌面游戏并购大亨(Acquire): Acquire(并购)是一款在1962年就推出,风靡桌游届近半个世纪的经典游戏因为其模拟的金融、股票、地产、连锁行业的背景非常真实,甚至有人称Acquire这款游戏为MBA的实战桌游。并购,望文生义,就是成立公司,然后买股票成为股东。然后大公司并小公司,中间产生的一系列利益纠葛。不要以为多复杂,其实很简单,现实世界的并购案例,也就是这样而已。 因为《并购》在国内只有在线游戏(“173桌游世界”),至今没有单机版。制作这款单机版,只为一时半会儿手痒却找不到同伴厮杀时以备不时之需。没有华丽的图片,但却也很耐玩,我设计的电脑很聪明,不可小瞧哦!也许会逼着你用金山游侠改钱钱的哦!本游戏基本上继承了原版《并购》桌游的内涵。 虽然是WINDOWS版游戏,但附件中的说明书仍以原DOS版(基于QB开发)的说明书为准,内容差不多,但windows版增加了“安全公司”的概念,且设置了不同的胜利条件,自己去体会吧!

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

发表评论

0 个回复

  • 为了提取条纹图案的相位,从条纹的强度数据…
    To extract the phase of a fringe pattern, the intensity data from the fringe pattern is applied to the 1D-CWT algorithm on a row by row basis.
    2023-05-20 18:40:03下载
    积分:1
  • Socket通信示例
    一次.net Socket UDP编程   最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。   程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
    2022-08-17 12:38:18下载
    积分:1
  • 文件编码GB2312
    文件编码GB2312->UTF8,UTF8->GB2312转换-File encoding GB2312-
    2022-08-10 11:58:39下载
    积分:1
  • 浮舟人生节律计算器1.0.0,可以计算人生的智力、情绪、体力规律。...
    浮舟人生节律计算器1.0.0,可以计算人生的智力、情绪、体力规律。-Rhythm of life pontoon calculator 1.0.0, we can calculate life intellectual, emotional, physical laws.
    2022-03-24 19:34:50下载
    积分:1
  • 只要计算机已连上因特网,本软件就可以查询全国2400多个县、市、地区的今天及未来两天的天气情况,包括最高气温、最低气温。本软件还是一个绿色软件,不写入注册表,不...
    只要计算机已连上因特网,本软件就可以查询全国2400多个县、市、地区的今天及未来两天的天气情况,包括最高气温、最低气温。本软件还是一个绿色软件,不写入注册表,不产生临时文件。还可显示农历。-as long as the computer has been connected to the Internet, the software can find more than 2,400 national, county, city, region today and over the next two days to the weather conditions, including the maximum temperature, minimum temperature. The software is a green software, do not write it into the registry and do not create temporary files. Lunar also showed.
    2022-02-25 06:44:34下载
    积分: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
  • 这是一个管理系统的建设银行帐户,这是由五。
    建设银行帐户管理系统 visual foxpro代码-This is a management system of Construction Bank accounts which is compiled by visual foxpro
    2022-09-13 23:35:03下载
    积分:1
  • License Options file and may replace Named Users for a Program. whether temporar...
    License Options file and may replace Named Users for a Program, whether temporarily or not, no more than four (4) times per year, prov file never exceeds the number licensed per Program. Portions of the Programs may be installed on individual computers to accelerate startup times, as long as the-License Options file and may replace Named Users for a Program. whether temporarily or not. no more than four (4) times per year. 577 file never exceeds the number licensed per Program. Portions of the Programs may be instal led on individual computers to accelerate star tup times, as long as the
    2023-05-10 03:15:03下载
    积分:1
  • Open the IE browser, called m_pWebBrowser2 class to achieve
    打开IE 浏览器,调用 m_pWebBrowser2 类实现-Open the IE browser, called m_pWebBrowser2 class to achieve
    2022-05-24 02:11:12下载
    积分:1
  • mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现...
    mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现-mfc succession as well as the type of simulation realize virtual function table, in which to view the virtual function table mfc concrete realization of
    2022-11-28 01:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载