当前位置: 首页 > news >正文

网站源码是什么小程序开发和app开发差别

网站源码是什么,小程序开发和app开发差别,网站加载模式,网站备案换公司吗目录 1. 实验内容及上机实验所用平台1.1 实验内容1.2 实验平台软件 2. 流程图3. 源代码4. 用例测试5. 实验总结 1. 实验内容及上机实验所用平台 1.1 实验内容 【问题描述】 给定两个字符串 s1 和 s2#xff0c;求最长的 s1 前缀 ss 使得 ss 为 s2 的最长后缀#xff0c;输出… 目录 1. 实验内容及上机实验所用平台1.1 实验内容1.2 实验平台软件 2. 流程图3. 源代码4. 用例测试5. 实验总结 1. 实验内容及上机实验所用平台 1.1 实验内容 【问题描述】 给定两个字符串 s1 和 s2求最长的 s1 前缀 ss 使得 ss 为 s2 的最长后缀输出该字符串和其长度。 【输入形式】 输入的每个测试用例由两行构成第一行为 s1第二行为 s2。你可以假设所有字母都为小写字母。 【输出形式】 每个测试用例的输出由单行组成其中包含最长的字符串该字符串是 s1 的前缀和 s2 的后缀后面跟着该前缀的长度。如果最长的此类字符串是空字符串则输出应为 0。s1 和 s2 的长度最多为 50000。 【样例输入】 aaariemann marjorieaaa 【样例输出】 aaa 3 【样例说明】 输入的第一行字符串s1‘aaariemann’第二行字符串s2‘marjorieaaa’。s1的前缀和s2的后缀最长相等字符串为aaa因此输出aaa 3而不是a 1。 1.2 实验平台软件 Dev-C. 2. 流程图 3. 源代码 需要先在源代码目录下新建 in.txt 文件在此文件下输入要测试的数据。 #include iostream #include string using namespace std;void getnext(string t, int *next) { // 求合并串 t 的 next int j 0, k -1, len_t t.length();next[0] -1; // 第一个 next 默认为 -1while (j len_t) {if (k -1 || t[j] t[k]) { // 若 k 为 -1 或者字符相同j、k 后移 j; k;next[j] k;}else k next[k]; // 字符不同时k 回退 } }int main() {freopen(in.txt, r, stdin);string s, t;int i 0, len_s, len_t, len;while (cin s t) {cout \t第2题 - 找出最长串及其长度\n\n;//cout --------------------------------------------------------------\n\n;printf([%d] 样例输入%s %s\n\n, i, s.c_str(), t.c_str());printf([%d] 样例输出, i);len_s s.length();len_t t.length();len len_s len_t;t s t; // 合并两个串 int *next new int[len 1];getnext(t, next); // 计算合并串 t 的 next 值 while (next[len] len_s || next[len] len_t) len next[len]; // 最长串的长度不能超过给定两个串的任何一个的长度 if (next[len] ! 0) { // 若 next 值不为 0则输出串 s1 的前缀及其长度 for (int j 0; j next[len]; j) cout s[j];cout next[len] endl;}else cout 0\n; // 否则没有找到最长串输出 0 cout \n\n\n\n;}cout 9个样例输出完毕\n\n;freopen(CON, r, stdin); // 为了可直接查看exe可执行文件需要将权限返回键盘 system(pause);return 0; }4. 用例测试 in.txt 的测试用例如下 clinton homerriemann marjorieaaaa aaaaaaaaababa cdefababaworkhardwo woabcdefgfedcba althoughthisisthetruthfedcbaabcdefabcdefgabcdef abcdefgabcdefsomeone thisisaongsentenceselizabethlistenedinsilence,butwasnotconvinced.theirbehaviourattheassemblyhadnotbeencalculatedtopleaseingeneral;andwithmorequicknessofobservationandlesspliancyoftemperthanhersister,andwithajudgment,too,unassailedbyanyattentiontoherself,shewasverylittledisposedtoapprovethem.theywereinfactveryfineladies,notdeficientingoodhumourwhentheywerepleased,norinthepowerofbeingagreeablewheretheychoseit;butproudandconceited.theywereratherhandsome,hadbeeneducatedinoneofthefirstprivateseminariesintown,hadafortuneoftwentythousandpounds,wereinthehabitofspendingmorethantheyought,andofassociatingwithpeopleofrank;andwerethereforeineveryrespectentitledtothinkwellofthemselves,andmeanlyofothers.theywereofarespectablefamilyinthenorthofEngland;acircumstancemoredeeplyimpressedontheirmemoriesthanthattheirbrothersfortuneandtheirownhadbeenacquiredbytrade.Mr.Bingleyinheritedpropertytotheamountofnearlyanhundredthousandpoundsfromhisfather,whohadintendedtopurchaseanestate,butdidnotlivetodoit.--mr.Bingleyintendeditlikewise,andsometimesmadechoiceofhiscounty;butashewasnowprovidedwithagoodhouseandthelibertyofamanor,itwasdoubtfultomanyofthosewhobestknewtheeasinessofhistemper,whetherhemightnotspendtheremainderofhisdaysatNetherfield,andleavethenextgenerationtopurchase.Hissisterswereveryanxiousforhishavinganestateofhisown;butthoughhewasnowestablishedonlyasatenant,missBingleywasbynomeansunwillingtopresideathistable,norwasmrs.Hurst,whohadmarriedamanofmorefashionthanfortune,lessdisposedtoconsiderhishouseasherhomewhenitsuitedher.mr.bingleyhadnotbeenofagetwoyears,whenhewastemptedbyanaccidentalrecommendationtolookatNetherfieldHouse.Hedidlookatitandintoitforhalfanhour,waspleasedwiththesituationandtheprincipalrooms,satisfiedwithwhattheownersaidinitspraise,andtookitimmediately. thoughnodispositioncouldofferagreatercontrasttohisown,andthoughwithhisownheneverappeareddissatisfied. 5. 实验总结 这道题目其实就是找串的 next 值只要将两个串合并来找就可以了。但是要注意的是 next 值最大的不一定是答案因为在合并后可能会使得前缀和后缀相同的长度多余两个串的其中一个的长度比如两个串的元素都一样。所以还要判断当 next 值多余给定串 s1 或者 s2 的长度后要进行回溯。
http://www.ho-use.cn/article/10816393.html

相关文章:

  • 上海企乐网站制作公司vs2015做简单网站
  • 做阿里巴巴网站图片大全上海seo推广公司
  • 协会类网站免费模板网站主页设计代码
  • 无锡网站维护公司月付网站空间提供商
  • 重庆产品推广类网站wordpress滑动登录
  • 武进网站建设要多少钱免费wordpress主题下载
  • 南宁营销网站建设上优化seo
  • 厦门城乡建设局网站什么是企业vi设计
  • 建设网站要买空间吗东莞企业网站制作怎么做
  • 东莞电商公司排名广州外贸seo优化
  • vs做网站教程商城网站设计配色思想
  • 做网站的素材包含哪些建设摩托125图片大全
  • 网站建设的摘要怎么写青岛品牌网站制作电话
  • 4a景区网站建设标准口碑营销渠道
  • 有打赏功能的网站坑梓网站建设
  • 网站开发单子wordpress旅游网主题
  • 建设博客网站步骤电子商务公司
  • 建设部网站公告注册成功seo关键词使用
  • 建站 赚钱做土特产网站什么名字最好
  • 威海高新园区建设运营有限公司网站百度推广优化公司
  • 一流的盘锦网站建设做外销网站
  • 营销型网站建设的5大技巧wordpress产品筛选
  • 长春做网站制作旅游网站网页的代码
  • 网站备案 个体工商户重庆网站seo昔年优化
  • 东莞微信网站开发程序开发软件有哪些
  • 如何在公司建网站系统深喘旋磨做紧夹断妖精网站
  • 保定市建设局网站关于建设 医院网站的请示
  • 做外贸需要建英文网站吗开源门户系统
  • 企业门户网站设计php语言做的大网站
  • 手机网站和电脑网站一样吗做网站是什么专业什么工作