登录
首页 » Windows开发 » 九宫图益智游戏,VB编写,自己添加序列,可以人工来玩,也可以电脑自动生成步骤,有兴趣的可以看看一看...

九宫图益智游戏,VB编写,自己添加序列,可以人工来玩,也可以电脑自动生成步骤,有兴趣的可以看看一看...

于 2022-07-08 发布 文件大小:13.46 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

九宫图益智游戏,VB编写,自己添加序列,可以人工来玩,也可以电脑自动生成步骤,有兴趣的可以看看一看-JiuGongTu puzzle games, VB prepared to add their own sequence, artificial play, the computer can also automatically generate steps are interested can see a look

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

发表评论

0 个回复

  • 自己写的关于用matlab画的bezier curve的程序,可以在次基础上,添加曲线修补的功能...
    自己写的关于用matlab画的bezier curve的程序,可以在次基础上,添加曲线修补的功能-Ploting the bezier
    2022-06-03 16:09:32下载
    积分:1
  • 声控录音机源代码,有声音自己录音,无声自动暂停
    声控录音机源代码,有声音自己录音,无声自动暂停-声控录音machine source code, there is the voice of their own recording, silent auto-suspend
    2022-08-17 22:49:28下载
    积分:1
  • 调试技术与异常(错误)处理
    调试技术与异常(错误)处理-debugging techniques and abnormal (error) handling
    2022-10-17 10:05:03下载
    积分:1
  • MammoothLibrary是一个C++类的收集器,主要是为那些没有时间研究和执行自己代码的程序员提供一个多线程便携式环境。其核心建立在SCOOP原型基础上。...
    MammoothLibrary是一个C++类的收集器,主要是为那些没有时间研究和执行自己代码的程序员提供一个多线程便携式环境。其核心建立在SCOOP原型基础上。-MammoothLibrary category C is a collection device that is mainly for those who do not have time to study and implement its own code programmers to provide a portable multi-threaded environment. Its core SCOOP prototype built on the foundation.
    2022-08-03 11:31:12下载
    积分:1
  • E-Bazaar Online Shopping System This project is to provide ease in the transaction of money for student and other faculty members in collage. In this project, we have tried to cover important things like given the new account, username password, for new students. Sending the request for the authentication of username and password, selecting the students’ order, verifying that order and then giving the receipt to student and that much money will be deducted from student’s accounts. The students are also informed about the low account balance after some specific low amount.
    2022-06-27 23:39:45下载
    积分:1
  • speed string processing functions of C language source code to achieve high
    具有高速字符串处理功能的C语言源程序实现高速字符串处理-High-speed string processing functions of C language source code to achieve high-speed string processing
    2022-03-02 17:10:39下载
    积分:1
  • 想退缩,以下步骤下面的列表,你可以享受它:第一,复制文件…
    想不想体验一下WINCE,照下面的步骤,你完全可以在你的台式机上运行它。第一步,文件拷贝。你需要拷贝几个必须的文件,nk.bin(WINCE的系统),loadcepc.exe(WINCE加载程序),config.sys(WINCE加载必须的设置),autoexec.bat(没有也行,有了更方便)。例如你把nk.bin和loadcepc.exe拷贝到c:cesys。Config.sys和autoexec.bat需要拷贝到dos启动盘上。第二步,启动到DOS。可以从WIN98下启动到DOS,或者做一个WIN98启动盘进入DOS,或者做一个DOS6.22的启动盘,进入DOS。。。随便你了。第三步,进入到c:cesys,执行loadcepc加载nk.bin。关于loadcepc的具体指令格式,如果你感兴趣,键入loadcepc /?,看看文档,如果你不想费劲,直接键入以下指令:loadcepc /l:800x600x16 nk.bin 。。。。。。 CE系统起来了吗?祝你试用愉快。-Want to try WINCE, following steps list below, you can enjoy it: first, copy files. you should copy nk.bin,loadcepc.exe,config.sys,autoexec.bat(optional). For example, you should copy nk.bin and loadcepc.exe to c:cesys and copy Config.sys, autoexec.bat to DOS bootup disk. Second, run in DOS, you may run into DOS from Win98 or boot from WIN98 bootup disk or DOS6.22 boot disk, as you like. Third, turn to directory c:cesys, execute loadcepc, load nk.bin. If you interist in all command format of loadcepc, type "loadcepc /?" and enter to read document. If
    2023-06-05 12:50:05下载
    积分:1
  • 用Flex编写的投票系统,数据库用的是Sqlserver
    用Flex编写的投票系统,数据库用的是Sqlserver-Flex used to prepare the voting system, the database is used for sqlserver
    2022-03-21 22:40:23下载
    积分:1
  • 约瑟夫斯写的问题解决功能。用整数序列的1,2,3…
    编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
    2022-12-02 00:35:03下载
    积分:1
  • 自绘动感按钮
    自绘动感按钮-Since the painting dynamic button
    2022-07-03 00:47:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载