登录
首页 » Windows开发 » 模仿一个flash小游戏“水晶球测心术”,用C语言做的,在TC3和win...

模仿一个flash小游戏“水晶球测心术”,用C语言做的,在TC3和win...

于 2022-05-09 发布 文件大小:702.00 B
0 191
下载积分: 2 下载次数: 1

代码说明:

模仿一个flash小游戏“水晶球测心术”,用C语言做的,在TC3和win-tc中运行通过。-Imitation of a small flash game, " Mind Reading Crystal Ball" , with the C language to do, in TC3 and run through the win-tc.

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

发表评论

0 个回复

  • VB窗体滚动条控件写的一个简单的应用实例附上…
    VB窗体滚动条控件,简单写一应用实例附上源代码,从截图就可以看出,是不是有点个性?上侧的滚动条是不能拖动的,可以作为指示用,类似进度条的功能,拖动下边的滚动条,上边的会自动指示出滚动条拖动的大致位置,还有中间滚动、两侧滚动,使用方法比较多,慢慢研究吧。 -VB Forms scroll bar controls to write a simple application example to attach the source code, from the screenshot you can see, is not it a little personality? On the side of the scroll bar is not drag, and can be used as direct use, similar to the function of the progress bar, drag the bottom of the scroll bar, above the scroll bar will automatically indicate the general location of drag, as well as the middle of rolling on both sides of Scroll, using methods are more leisurely study bar.
    2022-04-20 00:57:38下载
    积分:1
  • 是一个在EVC下的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
    是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
    2022-02-02 11:15:48下载
    积分:1
  • A very gentle tutor for EM algorithm. A efficient way to help you know the famou...
    A very gentle tutor for EM algorithm. A efficient way to help you know the famous statistical signal processing algorithm EM.
    2022-02-06 02:51:16下载
    积分:1
  • open ended project to develop an object oriented library system
    开发面向对象图书馆系统的开放式项目
    2023-04-14 17:35:03下载
    积分:1
  • 闹钟 C++
    这应该扮演一个文件 (我所做的) 保存的文件 (我所做的) 加载一个文件 (我所做的) 获取系统当前时间 (我不能做) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-21 20:25:59下载
    积分:1
  • xml2treeview.rar好
    XML2TreeView.rar ok
    2022-01-25 21:39:16下载
    积分:1
  • American Option Pricing in Variance Gamma using Finite Difference
    American Option Pricing in Variance Gamma using Finite Difference
    2022-09-24 05:50:03下载
    积分:1
  • matlab智能算法30个案例分析
    谢菲尔德大学的遗传算法工具箱,基于遗传算法和非线性规划的函数寻优算法,基于遗传算法的BP神经网络优化算法,基于遗传算法的TSP算法,基于遗传算法的LQR控制器优化设计,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法,基于量子遗传算法的函数寻优算法,基于遗传算法的多目标优化算法,基于粒子群算法的多目标优化算法,基于多层编码遗传算法的车间调度算法,粒子群算法的寻优算法,基于粒子群算法的PID控制器优化设计,基于混合粒子群算法的TSP搜索算法,基于动态粒子群算法的动态环境寻优算法,基于pso工具箱的函数寻优算法,基于鱼群算法的函数寻优算法,基于模拟退火算法的TSP算法,基于遗传模拟退火算法的聚类算法,模拟退化算法工具箱及应用,蚁群算法的优化计算——旅行商问题(TSP)优化,基于蚁群算法的二维路径规划算法,基于遗传算法的3维路径规划算法,有导师学习的神经网络的回归拟合——基于近红外光谱的汽油辛烷值预测,有导师学习神经网络的分类——鸢尾花种类识别,无导师学习神经网络的分类——矿井突水水源判别,支持向量机的分类——基于乳腺组织电阻抗特性的乳腺癌诊断,
    2022-02-22 12:03:40下载
    积分:1
  • AppWizard has created this TCPServer application for you. This application not...
    AppWizard has created this TCPServer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that
    2022-11-13 01:40:03下载
    积分:1
  • 中马(禅鼠标瞄准)是一个较大的工程实例包含在…
    ZoMA (Zen of Mouse Aiming) is one of two larger example projects contained within the code repository. The game involves testing and measuring the player’s mouse reaction, aiming and tracking skills. From an educational point of view, the code hopefully provides some examples of GUI construction and illustrates a design that facilitates the introduction of new test types. This project is created using Netbeans.
    2023-05-16 11:45:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载