登录
首页 » C# » 24点游戏,用Delphi做出来的24点游戏,用加减乘除迅速算出24点...

24点游戏,用Delphi做出来的24点游戏,用加减乘除迅速算出24点...

于 2023-06-02 发布 文件大小:250.94 kB
0 93
下载积分: 2 下载次数: 1

代码说明:

24点游戏,用Delphi做出来的24点游戏,用加减乘除迅速算出24点-24 point games, with Delphi done for the 24 point games, with the arithmetic quickly calculate the 24 points

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

发表评论

0 个回复

  • F6SZ50MGZ0JI60O
    平衡车源代码 arduino的,使用3轴加速度,角速度检测,然后是卡尔曼滤波
    2013-12-06 15:08:34下载
    积分:1
  • vc++实现文字提取
    本程序基于MFC框架  利用windows  GDI  进行图像处理 和显示  但是不提供文字编辑功能 
    2022-02-01 14:50:11下载
    积分:1
  • 检测CPU和GPU处理图片的时间对比
    检测CPU和GPU处理图片的时间对比,需要有支持CUDA8.0的设备
    2022-09-17 15:15:03下载
    积分:1
  • 基于C++的软件编程和开发
    IJ向量顺圆插补。图纸上圆弧的圆心一般不在坐标系的原点。在已知起止点坐标和IJ向量的情况下可以算出圆心坐标,经过平移获得圆心在坐标系原点的圆弧。 然后就可以进行圆弧插补,对于顺圆,起始点在第几象限决定首先是用什么插补判别算法。每个象限的插补算法都不一样,遇到跨象限和优弧时情况会更加复杂,圆弧经过了几个象限,决定要变换几次插补算法,我采用的方法是先针对起点在某一象限的圆弧进行分析,列出圆弧的所有的可能,并分析判别标准,然后画出框图编写程序实现,其他象限的情况可以根据这一个象限的思路进行参数修改得到,原理完全一样。
    2022-02-13 09:52:52下载
    积分:1
  • 将深度图和彩图转换成点云 ConsoleApplication
    说明:  将深度图和彩图转换成点云,自行修改文件名字和路径。(Convert the depth map and color map to point cloud, and modify the file name and path by yourself.)
    2020-04-29 12:40:59下载
    积分:1
  • huffmancode.GOOD
    1、 利用哈夫曼编码进行通信可以大大提高信道利用率,缩小信息传递时间,降低传输成本(1, the use of Huffman coding can be greatly improved communication channel utilization, reducing the information transmission, reduce transmission costs)
    2021-03-06 08:59:30下载
    积分:1
  • HuffMan
    哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 (Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
    2012-06-21 21:01:17下载
    积分:1
  • QQ-User-GUI
    VS2008 C++ windows 应用程序。QQ用户界面设计。(The VS2008 C++ windows application. QQ user interface design.)
    2012-08-06 10:48:23下载
    积分:1
  • change-the-private-members
    类的私有成员是面向编译器的。对内存而言,一切都是公开的。代码即是使用指针去改变类的私有成员,来说明这个问题。(Private members of the class-oriented compiler. Memory is concerned, everything is open. Code is to use a pointer to change the private members of the class, to illustrate the problem.)
    2014-01-10 22:55:11下载
    积分:1
  • connectprocess
    在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c++版的,但是其内部一些代码基本没有动它。(An integral part of the part of the image, the image of people look one can see in image processing, often encounter, but it is the internal cause disconnected due to a variety of small gap, so that the computer " eye " is considered to be disconnected in order to adapt to the human eye feeling image, you need to connect these gaps and disconnect the mouth up, which requires domain processing techniques used in computer graphics connectivity. This paper presents a simple connected domain processing function, this function is of course from Learning OpenCV OpenCV famous tutorial, but its interface is based on the c version of OpenCV, and so far OpenCV based on C++ interfaces has been the mainstream, so I interface into a c++ version, but some of its internal code basically did not move it.)
    2021-03-07 22:29:29下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载