登录
首页 » Windows开发 » 水管工人玩过吧,我每次玩的时候都手忙脚乱的,就写了一个程序自动玩,效果不错。...

水管工人玩过吧,我每次玩的时候都手忙脚乱的,就写了一个程序自动玩,效果不错。...

于 2023-04-17 发布 文件大小:63.45 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

水管工人玩过吧,我每次玩的时候都手忙脚乱的,就写了一个程序自动玩,效果不错。-plumber played before, I play every time when they are running around in circles, wrote an automatic play, and effectiveness.

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

发表评论

0 个回复

  • This is a algorithm demo system developed by some persons, which including n que...
    在毕业设计期间由多人开发的一个算法演示系统,它包n皇后问题、拉维斯加算法等-This is a algorithm demo system developed by some persons, which including n queen problem, Laplac algorithm,etc.
    2022-06-20 13:13:03下载
    积分:1
  • Microsoft mci interface, the use of MFC utility to set up working into vc++ to r...
    使用微软mci接口,利用MFC工具建立的vc++工成,实现了语音朗读和语音识别功能-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize voice and speech recognition capabilities to read
    2022-03-14 07:51:09下载
    积分:1
  • windows下清除CMOS口令的工具 使用办法:先备份cmos数据,然后清除cmos数据,重新机就没口令了,这个时候你作你的事情,完了之后再吧cmos数...
    windows下清除CMOS口令的工具 使用办法:先备份cmos数据,然后清除cmos数据,重新开机就没口令了,这个时候你作你的事情,完了之后再吧cmos数据恢复回去,一切万事大吉......不需要知道他原来的口令是什么,也不改变他的口令,适用于被单位禁止BIOS设置的朋友. 程序原理,利用驱动,直接端口操作,把CMOS的索引118个数据清0,最开始的10个字节是时间,保留,防止修改了时间进入系统需要重新激活....... 测试平台:XP,vista,win2008RC1 1.驱动加载不成功弹出提示 2.操作成功都会直接驱动speaker控制端口,发出单调的123-under the windows to clear CMOS password tool approach: first backup cmos data, and then clear the cmos data, there is no password to restart, this time you make your thing, then after you go back to cmos data recovery, and all fine .... .. do not need to know that he is what the original password, not change his password, applicable to the unit BIOS settings prohibit friend. procedural principle, the use of driven, direct-port operation, the CMOS data index 118-ching 0, the most the beginning of 10 bytes is the time, retained, to prevent modification of time into the system need to re-activate the test platform .......: XP, vista, win2008RC11. driver failed to load pop-up prompts 2. to operate
    2022-07-11 09:30:01下载
    积分:1
  • fast memory copy, by using the intel s mmx technique, the speed is more than 10...
    快速内存拷贝,利用intel的mmx,速度比普通快上几十倍-fast memory copy, by using the intel s mmx technique, the speed is more than 10 faster than the normal one
    2022-07-23 06:55:05下载
    积分:1
  • This package contains a collection of geometry filters
    This package contains a collection of geometry filters-- programs that are for manipulating polgonal representations for 3D graphical objects. This source code is undergoing revision, and I expect that a new version of the code, together with many more filters, will be available shortly.
    2022-01-25 18:10:58下载
    积分:1
  • 这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出...
    这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出错信息,CLbraryError用来处理C运行时库的出错信息,CWin32APIError用来处理Win32 API出错信息。-contains three types of code sets, respectively, to deal with three different kinds of error messages, custom error messages, built-in CRT or Win32 API error messages. CBasicError to handle custom error messages, CLbraryError to handle C Runtime Library error messages, CWin32APIError to deal with the Win32 API error messages.
    2023-03-19 01:15:03下载
    积分:1
  • C#读取gps串口信息,可以实时读取gps模块定位信息
    可以选取串口号,解析gps模块获取的坐标,并且实时显示获取的字符串信息,可以判断当前定位状态是否处于锁定状态。
    2022-08-12 17:03:59下载
    积分:1
  • Man
    文-语转换即Text-to-Speech,简称为TTS,这种技术已经广泛地运用到各种信息查询台、机器人语音等领域中。通过本次实验,了解TTS的基本实现原理,并能在VC++环境中运用TTS技术完成英文的文-语转换。 Windows支持两种RIFF(resource interchange file format,“资源交互文件格式”)音频文件:MIDI的RMID文件和波形音频文件格式Wav文件,而Wav文件是一种经常需要播放获编辑的音频文件,故本实验就要学习设计VC程序完成Wav文件播放的几种不同方法,以深入理解Wav文件的播放原理及VC多媒体程序设计的基本方法。同时,通过一个简单的程序来分析Wav文件的文件头信息,从而深刻理解波形音频文件的构造。 -Man- that is, TTS Text-to-Speech, referred to as the TTS, this technology has been widely applied to various information booth, robot voice And other areas. Through this experiment, to understand the basic realization of TTS principle and VC environment in the use of TTS technology, complete the text in English- language Conversion. Windows supports two types of RIFF (resource interchange file format, "Resource Interactive File Format") audio file: MIDI The RMID file and wave audio file format, Wav files, and Wav file is a regular need for playing audio files have been edited, so the real VC inspection would have to learn the design process is
    2022-04-24 09:17:11下载
    积分:1
  • windows socket编程示例
    windows socket编程示例-windows socket programming paradigm
    2023-09-02 12:20:03下载
    积分:1
  • R-K法求解微分方程组的vf-R-K Solving equations of vf
    2023-04-09 03:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载