登录
首页 » Windows开发 » 在Microsoft Visual Studio 2005上跑过没有问题。

在Microsoft Visual Studio 2005上跑过没有问题。

于 2023-04-17 发布 文件大小:947.47 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

在Microsoft Visual Studio 2005上跑过没有问题。-on Microsoft Visual Studio 2005 run is no proplem

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

发表评论

0 个回复

  • 国内流离失所者 (迭代 prisonners 困境)
    说明 iteratedprisoner 困境 (IPD) 游戏长时间进行了研究在博弈论、 经济学、 编程、 决策理论和等多个领域。它是 2 球员场景且玩家必须决定到任一 "cooperate" 或 "defect" 序列中 ofgames 和他们各自的选择决定了相对成功或失败每个球员。将你与你的对手合作,或寻求窃取所有针对自己吗? 这段代码运行两个或多个参与者之间的 atournament。每个玩家可以提交尽可能多"个性"如他们所愿。对提交的所有其他玩家的所有个性 IPD 游戏每个提交的 eachplayer 的人格。然后绘制和输出结果。 已设置示例已经弥补在此提交之间 3 示例播放器和数字的简单示例储藏室每个球员。若要创建您自己的球员 andpersonalites,只是换出玩家目录和示例的功能。托伦此示例中,>> 更多的细节,具体规则和创建你自己的个性,说明 IPDshell >> helpIPDshell prisoner 的困境见: http://plato.stanford.edu/entries/prisoner-dilemma/ MATLAB 对详细信息发布 MATLAB7.8 (R2009a)
    2022-04-26 18:32:08下载
    积分:1
  • 孙鑫的vc++6.0的讲解的源码部分,免费给大家分享
    孙鑫的vc++6.0的讲解的源码部分,免费给大家分享-SUN Xin of vc++6.0 on the part of the source, free for everyone to share
    2022-02-27 00:31:30下载
    积分:1
  • Knn识别手写数字
    knn识别手写数字,里面有详细的代码注释,具体讲述了利用knn算法,kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
    2023-03-29 15:05:04下载
    积分:1
  • 可以实现学籍管理的c代码,包括记录添加,删除,查找,显示,并且支持100位的密码保护功能...
    可以实现学籍管理的c代码,包括记录添加,删除,查找,显示,并且支持100位的密码保护功能-can achieve Enrollment Management c code, including records add, delete, search, display, and supports 100 password protection function
    2022-01-21 20:22:50下载
    积分:1
  • 码数字图像处理。
    Codes digital image processing.
    2022-03-26 09:13:49下载
    积分:1
  • 这本书是一个彻底改写的第一个版本,以反映所有的变化…
    This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++ by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition has been examined and rewritten, sometimes removing old examples, often changing existing examples and adding new ones, and adding many new exercises. Significant rearrangement and re-ordering of the material took place to reflect the availability of better tools and my improved understanding of how people learn C++. A new chapter was added which is a rapid introduction to the C concepts and basic C++ features for those who haven’t been exposed. The CD ROM bound into the back of the book contains a seminar which is an even gentler introduction to the C concepts necessary to understand C++ (or Java). It was created by Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations for Java and C++.” It introduces you to the aspects of C that are necess
    2022-10-23 19:40:04下载
    积分: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
  • wave files sound production
    wave文件的音效制作-wave files sound production
    2022-07-05 12:23:08下载
    积分:1
  • JAVA程序实现创建多媒体,实现播放器的简单功能.
    JAVA程序实现创建多媒体,实现播放器的简单功能.-JAVA code which can create multimedia and realize the simple functions of media player.
    2022-01-26 01:53:19下载
    积分:1
  • 针对初学者的 BackgroundWorker 类示例
    介绍 这篇文章提出了一个新手.NET 开发人员,开发一个多线程的应用程序而不被沉重的附带了线程的复杂性。 背景 一个基本的 Windows 应用程序在单个线程通常称为 UI 线程上运行。此 UI 线程负责创建绘画的所有控件,并执行代码以将置于。所以当你在运行长时间运行的任务 (即数据密集型数据库操作或处理一些数百个位图图像),UI 线程被锁起来了和 UI 应用程序变成白色 (记住 UI 线程是负责油漆的所有控件) 呈现您的应用程序不响应的状态。 使用中的代码 你需要做什么是在不同的线程上转移这繁重的处理。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-26 21:53:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载