登录
首页 » Windows开发 » 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...

完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...

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

代码说明:

完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -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

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

发表评论

0 个回复

  • 此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法....
    此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
    2022-08-25 01:40:18下载
    积分:1
  • 如何使用DocX 库在 .DOCX 文件中替换一列单词
    翻译  maninwest@Codeforge  作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode; 首先需要加载具有”错误"拼写的文档:string filename = string.Empty; DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { filename = openFileDialog1.FileName; } else { MessageBox.Show("No file selected - hasta la vista and Ciao, baby!"); return; } using (DocX document = DocX.Load(filename)) { document.ReplaceText("travelled", "traveled"); document.Save(); } 我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码:  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 21:24:19下载
    积分:1
  • TI c6727资料,原码奉贤 很好找,但不全
    TI c6727开发资料,原码奉贤 很好找,但不全-ti sourse code
    2022-07-08 03:43:55下载
    积分:1
  • this is a hotel management system
    this a hotel management system-this is a hotel management system
    2022-05-05 03:28:38下载
    积分:1
  • 实现了一个简单的指针式时钟,样式简单,但功能齐全,是一个很不错的程序...
    实现了一个简单的指针式时钟,样式简单,但功能齐全,是一个很不错的程序-Realize a simple Analog Clock, style simple, but full-featured, is a very good program
    2022-09-15 18:05:03下载
    积分:1
  • FlappyBird源代码
    FlappyBird C++实现源代码本项目仅限VS2012或更高版本编译。非VS2012需要自行重新编译fancy2d。本源码仅作学习交流之用,源代码可以任意引用,对于其中潜在的BUG本人概不负责。游戏中资源来自原版安卓游戏,若需使用请联系原作者。===== 项目文件夹 =====fancy2d      f2d底层图形库FlappyBird   游戏源代码by CHU 2014/2/16
    2022-03-30 18:52:36下载
    积分:1
  • 验证你的节奏感,尤其是你在听觉上的反应程度。
    验证你的节奏感,尤其是你在听觉上的反应程度。-Verify your sense of rhythm, in particular, is that you are hearing on the degree of response.
    2022-07-01 06:08:48下载
    积分:1
  • MapInfo source, there are many, the past two days, I will continue to upload, pl...
    mapinfo源程序,还有很多,这两天我会继续上传,请大家耐心等待。-MapInfo source, there are many, the past two days, I will continue to upload, please wait patiently.
    2022-05-09 02:00:33下载
    积分:1
  • V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。...
    V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。-An increase of the new v0.8 version: English Keywords recommendations, in accordance with local tags, article title and article content for keywords through YahooAPI analysis, eventually Yahoo English Keywords combinations.
    2023-06-09 07:55:03下载
    积分:1
  • 从3DGLCM中提取三维Haralick特征
    Haralick的纹理特征[28]是使用用于Khoros的流式细胞术工具箱[29]的kharalick()功能计算的(版本2.1 Pro,Khoral Research,Inc.,Albuquerque,NM USA;http://www.khoral.com). 这些特征的基础
    2023-04-20 14:30:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载