搜索资源列表

  1. C++课程设计案例精编--24点游戏

    0下载:
  2. C++课程设计案例精编--24点游戏 -C cases intensive curriculum design series-- 24 points game
  3. 所属分类:其他游戏

    • 发布日期:2024-05-12
    • 文件大小:122880
    • 提供者:
  1. 51浮点程序库

    0下载:
  2. 8051的一些算法,浮点转换程序库,可以直接应用-algorithm, floating-point conversion, you can direct applications
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:陈小忠
  1. 一维最近点(分治法)2

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the re
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:杨晨
  1. 简单点对点聊天程序

    0下载:
  2. 简单的Winsock2点对点聊天工具,功能比较简单,但条理清晰,是一个入门的好例子。-simple peer-to-peer chat tools, function relatively simple, lucid, and the entry is a good example.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:79872
    • 提供者:核对
  1. 上网程序清单C51-浮点运算

    0下载:
  2. 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:90112
    • 提供者:find
  1. 最近点对

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:267264
    • 提供者:袁美钠
  1. 浮点运算汇编程序CALC

    0下载:
  2. 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:hxl
  1. 24点牌游戏

    0下载:
  2. 实现一个24点游戏,程序主要负责实现随机发牌、结果验算、计分、难度设置等功能!-achieve a 24 point games, principally responsible for achieving random licensing, checking results, points, the difficulty settings function!
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:177152
    • 提供者:董云
  1. 点对点多线程断点续传的实现

    1下载:
  2. 在Visual C++中实现点对点文件传输系统-realise peer-to-peer file transform system in Visulal C++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:22528
    • 提供者:
  1. 24点游戏源程序

    0下载:
  2. 基本功能描述24点游戏是一种常见的数学运算游戏,玩游戏者只需根据系统给出的四张1~9的纸牌算出24即可,而程序主要负责实现随机发牌、结果验算、计算得分和难度设置等功能。-descr iption:It s a common math game,the player should calculate the result,24 from the 4 cards ranged from 1 to 9 given by the softwar
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1657856
    • 提供者:汪柏然
  1. 逐点比较法画圆

    0下载:
  2. 其实这个是 用逐点比较法求得的关于圆的画法,但是一定要在 win-tc的环境下-In fact, this is a case-by-point comparison of the circular obtained by the method of painting, but must win-tc environment
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:32768
    • 提供者:西单
  1. P2P点对点传输控件源码

    0下载:
  2. P2P点对点传输控件源码,可以让你的开发出点对点传输的软件-peer-to-peer transmission control source, which will let you in the development of point-to-point transmission software
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:167936
    • 提供者:张三
  1. 实验报告-最接近点对

    0下载:
  2. 关于最接近点对问题的基本思想运行结果测试平台以及源码-closest point on the basic issue of right thinking operating results and the source test platform
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:wjf
  1. 24点算法

    0下载:
  2. 大一新生的拙作,一种很笨的用递归实现的24点游戏-Freshmen of the apology, a stupid way of using recursive 24 point games
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. 逐点比较法插补圆弧

    1下载:
  2. 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-12
    • 文件大小:26624
    • 提供者:李少
  1. 21点游戏程序

    0下载:
  2. 21点的游戏程序,电脑与人对战,发牌过程是电脑随机分配的-21:00 of the game procedures, computer and human players, the licensing process is random distribution of
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:57344
    • 提供者:陈强
  1. 点对点文件上传下载软件

    0下载:
  2. 是实现点对点的文件传输功能的程序,可以当作模块用-is peer-to-peer file transfer function of the procedure can be used as a module
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:2352128
    • 提供者:汤真
  1. 用Winsock控件实现点对点通信

    0下载:
  2. p2p用Winsock控件实现点对点通信-P2P communicate with Winsock control
  3. 所属分类:P2P编程

    • 发布日期:2024-05-12
    • 文件大小:23552
    • 提供者:李彬
  1. Socket编写的点对点聊天软件

    0下载:
  2. 自己用builder编写的点对点聊天软件,以后再也不用担心服务器忙咯,-use c++ builder,conect point to point.can chat in any time,should not care about the block server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:411648
    • 提供者:陈涛
  1. 3824点游戏的算法与源程序

    0下载:
  2. 一个小学生常玩的游戏,算24点,VB实现 本程序已经作出了个很好的游戏界面。-one of the students often play games, counting 24 points, VB of the procedures have already made a very good game interface.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-12
    • 文件大小:38912
    • 提供者:饶玉明
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org