登录
首页 » c » 斗地主C语言源代码

斗地主C语言源代码

于 2022-10-25 发布 文件大小:19.75 kB
0 125
下载积分: 2 下载次数: 1

代码说明:

斗地主C语言的源代码,供开发和学习用。学习学习

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

发表评论

0 个回复

  • 01
    说明:  聊天客户端,类似于一个聊天室,可以实现多人聊天,同时看到发出的信息(Chat client, similar to a chat room, you can achieve more than a chat, at the same time to see the message)
    2009-03-24 12:49:10下载
    积分:1
  • 视频播放器
    基于STM32F407 的视频播放器程序(Video player program based on STM32F407)
    2021-03-17 13:29:21下载
    积分:1
  • RPM_counter
    controller based RPM counter
    2009-06-03 12:22:00下载
    积分:1
  • Queue
    队列的顺序定义,队列的调用算法等,队列的模板类及其实现(Defined in the order queue, queue calls algorithm, queue template class and its implementation)
    2013-07-17 15:42:54下载
    积分:1
  • charles3.9.3 高级汉化
    懂得自然懂!The individual feels can also!(The individual feels can also!)
    2018-07-01 23:46:17下载
    积分:1
  • 关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!...
    关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!-on with the process and the scheduling algorithm. Perhaps the writing is not very good, but in order to be able to learn from your site!
    2022-02-03 17:12:31下载
    积分:1
  • 控制barrett机器人例程
    #include #include #include #include #include #include #include  // waitForEnter() #include #include #include #include #include
    2022-02-10 10:24:01下载
    积分:1
  • DLT645Debuger_645
    朋友写的C++645通讯程序,支持645-1997与645-2007,支持自已组帧程序自动添加校验码通讯,可以增加数据标识定义,里面还有部分关于费控通讯代码,挺好,拿来分享(Friend write C++645 communications program to support the 645-1997 and 645-2007, to support their own group the frame program automatically adds the checksum communications, can increase data identifies the definition, there is also a section on the fee control communications code, good for them and share)
    2020-09-20 21:27:53下载
    积分:1
  • 随机k近邻
    应用背景k近邻(K-Nearest-Neighbor,KNN)是数据挖掘中最简单的一个算法,用于目标分类。其基本原理是“近朱者赤,近墨者黑”。比如在一片原始深林中有一些动物(比如1000只),有大象、老虎、狮子、狗、山猫等。假定你知道每只动物的位置(x,y)。如果有人告诉你在(a,b)处有一只动物,根据KNN算法,你先找出离(a,b)最近的5只动物(k=5),然后找出这五只动物中最多的是哪类动物,则可以预测(a,b)处的动物也属于这类动物。记住,你要将已知动物的位置和种类存入文件,格式为: 10,34,老虎 10,38,老虎 109,35,狮子 104,40,山猫 ... ... 手工输入1000个动物不是个好主意,建议编另外一个程序随机地在某区域生成若干只动物,注意动物通常都是群居,如果随机安排1000只动物,则KNN就失去了意义。 用C# 窗体程序开发,要求不但能预测(a,b)处动物的类别,而且还能显示他周围具体有哪k个动物。如果能够用图形画出这些动物的位置,肯定能得优。关键技术  public string Predict()         {             for (int i = 0; i < 1000; i++)             {                 animals[i].distance = (posx - animals[i].x) * (posx - animals[i].x) + (posy - animals[i].y) * (posy - animals[i].y);          
    2022-08-24 21:46:52下载
    积分:1
  • Easy-language-to-dynamically-
    易语言动态创建子程序,用于学习。易语言动态创建子程序,用于学习。(Easy language to dynamically create a subroutine)
    2016-08-16 11:40:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载