-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
This is a procedural maze, the labyrinth is based on the size you the array size...
这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
- 2023-05-04 10:55:03下载
- 积分:1
-
php 网格与导出选项
这是用于 php 网格与所有的选项,如排序、 过滤,出口到 XL 和编辑代码。下载 ApPHP DataGrid 脚本是一个简单、 创新和强大的工具,用于生成数据绑定网格控件。它被专为 web 开发人员。下载 ApPHP DataGrid 非常适合所有 PHP 数据库驱动的 web 站点和在线基于数据管理 ;它也是有用的动态内容管理和基于 PHP 的托管服务提供商。
- 2022-02-05 16:21:40下载
- 积分:1
-
这也是一个加密算法的源代码库作为ElGamal、理念等50条。
这是又一个加密算法源代码集合如elgamal,idea等50个算法-This is also an encryption algorithm source code pool as ElGamal, idea etc. 50 Algorithm
- 2023-08-18 02:25:04下载
- 积分:1
-
神经网络的作用函数,十种作用函数
经典的十种神经网络作用函数,或称为激活函数的代码以及相应的画图程序与效果。对于神经网络初学者是很好的接触与体验,老学者的有效总结
- 2022-03-14 02:25:06下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting
- 2022-02-06 21:59:22下载
- 积分:1
-
组数游戏的第二种方法,同学编的:
组数游戏
n个正整数n<=20,联成一排,组成最大多位数。程序输入:n,程序输出:n个数连成的多位数。
提示...
组数游戏的第二种方法,同学编的:
组数游戏
n个正整数n
- 2023-08-15 11:45:03下载
- 积分:1
-
文件管理系统源代码
文件管理系统源代码-document management system source code
- 2022-02-20 10:26:15下载
- 积分:1
-
Good function
能够很好的实现报刊系统的各项功能,例如会员注册,密码修改,管理员管理报刊和会员信息-Good function
- 2022-03-03 15:01:31下载
- 积分:1
-
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
- 2022-11-29 05:50:03下载
- 积分:1