-
with the ringing language games, very suitable for the preparation of the game h...
一款用c语言编写的猜数字游戏,非常适合刚刚开始编写游戏的新手-with the ringing language games, very suitable for the preparation of the game has just begun newbie
- 2022-01-25 16:18:52下载
- 积分:1
-
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮...
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮-is a classic wide mobile phone games, we appreciate the phone on the game"s charm, simple! Beautiful picture!
- 2022-08-18 18:00:42下载
- 积分:1
-
软件简介:新专辑的单
软件介绍:新天堂单用户相册之巴巴变 v1.0 Alpha新巴变相册系统是一套使用PERL写的单用户相册,使用了稀饭相册系统的模板,有良好的显示效果。它基于巴巴变开放的API接口,所有的图片和数据都存放在巴巴变的服务器上,因而对于你的服务器而言不需要什么的存储空间,也不需要有大的带宽,最大限度的降低了安装和运行成本。免去了换空间时的数据转存的问题,你要做的就是把文件从这台服务器拷贝到另一台服务器,而这一切不过分分钟就解决。-Software Description: The new album of the single-user heaven Bababian v1.0 Alpha Bus Change album System is a single-user to use PERL to write albums, using the template system, rice porridge album, there is a good display. It is based on an open API interface Baba change all the pictures and data are stored in the Baba changing servers, so no need for you in terms of what the server storage space and does not require large bandwidth, the maximum reduced installation and operation costs. Eliminates the need for space maintained by the data transfer problem, you have to do is to copy the file from server to another server, and all this, but for every minute to resolve.
- 2022-11-11 15:55:03下载
- 积分:1
-
HHT变换的matlab程序,初学者希尔伯特
hht希尔伯特变换的matlab程序,适合初学者使用-hht Hilbert transform Matlab procedures for beginners
- 2022-03-09 11:36:40下载
- 积分:1
-
2006年10月08日实用安全工具包是一个非常强大实用
的工具集合,它方便解决您操作系统时遇到的问题。
具体内容请查看工具包内的“工具包说明”。...
2006年10月08日实用安全工具包是一个非常强大实用
的工具集合,它方便解决您操作系统时遇到的问题。
具体内容请查看工具包内的“工具包说明”。-October 8, 2006 practical security tool kit is a very powerful and practical tool set, It convenience solve your operating system encountered problems. Please refer to specific content within the tool kit of "tool kits note."
- 2022-10-18 21:25:11下载
- 积分:1
-
c8051的程序源码 功能:chanel:为通道地址,范围0-DAC0;1-DAC1
// shuju: 16位无符号数,实际12位,对齐方式由DACxC...
c8051的程序源码 功能:chanel:为通道地址,范围0-DAC0;1-DAC1
// shuju: 16位无符号数,实际12位,对齐方式由DACxCN控制-C8051-source function of the procedure: chanel: as the channel address, the scope of 0-DAC0 1-DAC1// shuju: 16 bit unsigned number, the actual 12, alignment control by DACxCN
- 2022-09-14 04:15:03下载
- 积分:1
-
NS2 简介
NS2 是专为研究而设计的开源事件驱动模拟器计算机通信网络中。NS2 自 1989 年成立以来, 不断得到来自业界、 学术界和政府的极大兴趣。都在不断研究与改进多年来,现在的 NS2 包含众多网络组件 (如路由模块的传输层协议、 应用程序等。探讨网络性能, 研究人员可以简单地使用一种易于使用的脚本语言,来配置网络, 和观察通过 NS2 而生成结果。无疑,NS2 已成为最广泛使用的开放源码网络模拟器和一个最广泛用于网络模拟器。
- 2022-06-20 07:17:06下载
- 积分:1
-
Mouse, the rat tunnel deep, very complex, like a maze, the map location of the l...
老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,
对前一个版本的一些bug做了修正-Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mice on the previous version of the amendments make a number of bug
- 2022-08-09 13:41:24下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1
-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分...
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
- 2022-02-20 12:56:31下载
- 积分:1