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

做网站赚钱全攻略今天的三个新闻

做网站赚钱全攻略,今天的三个新闻,网站 动画 怎么做的,wordpress基于什么框架数字取证技术(Digital Forensics Technology)实验课II 本文是我本学期的教学课题目,不包含任何博客知识分享,无关的读者可忽略; 实验练习题 (♞思考):请对工作邮件进行签名;“problem3_1.txt"里存储的是由John Doe撰写的真实的邮件,而"problem3_2.txt"里存储的…

@数字取证技术(Digital Forensics Technology)实验课II

本文是我本学期的教学课题目,不包含任何博客知识分享,无关的读者可忽略;


实验练习题

(♞思考):请对工作邮件进行签名;“problem3_1.txt"里存储的是由John Doe撰写的真实的邮件,而"problem3_2.txt"里存储的是其他人恶意伪造的邮件(关键时间作了篡改);内容分别如下,请实现对邮件签名并验证的功能,并输出数字签名到文件"problem3_signature.txt”;

提示(Hint):程序将使用Python的hashlib和rsa库来完成数字签名的生成和验证过程.请确保已经通过’pip install rsa’命令安装了rsa库.你也可以自行实现,或者用其他程序实现同样的功能.

problem3_1.txt的内容:

Dear Team,Please find attached the report for the last quarter. 
Ensure you review the document and provide feedback by EOD Friday.Best regards,
John Doe

problem3_2.txt的内容:

Dear Team,Please find attached the report for the last quarter. 
Ensure you review the document and provide feedback by EOD Sunday.Best regards,
John Doe

(♞思考):(构造最佳关键词的摘要)在数字取证的过程中,可能需要对大量数据进行分层分类处理,如电子邮件、短信或其他通信记录.假设调查人员获得了一个嫌疑人的长期通信记录,需要归类其中特定的信息片段以帮助案件分析.调查人员具有一个由各种关键信息片段(keywords)组成的列表,每个信息片段都有相应的"重要性"评级值.考虑到有限的资源,调查人员需要优先处理那些"总重要性"评级值最高的信息组合.但是,由于信息的特殊性质,不同信息之间可能存在语义冲突,使得某些信息无法一起处理.因此,他们需要编写一个算法来找出一个最优的信息片段组合,使得该组合的总重要性评级值最大,且不包含任何冲突的信息片段.

提示(Hint):使用动态规划的思路,构造一个递归函数和最佳关键词的表格,遍历可能的组合(而不作重复计算),找到最优的组合;

程序如下,请实现函数find_optimal_keywords(你也可以用其他编程语言实现):

def find_optimal_keywords(KEYWORDS, CONFLICT_WORDS):pass;# 题设数据
KEYWORDS = [("诈骗", 5), ("造假", 6), ("合规", 3), ("虚报", 4), ("属实", 2)]
CONFLICT_WORDS = [("诈骗", "合规"), ("造假", "属实")]
# 运行算法求解
optimal_set, max_value = find_optimal_keywords(KEYWORDS, CONFLICT_WORDS);
print("最重要的关键词:", optimal_set);
print("重要性权值 = ", max_value);

文章转载自:
http://cyclothymic.c7513.cn
http://scalper.c7513.cn
http://khaibar.c7513.cn
http://countermortar.c7513.cn
http://contributor.c7513.cn
http://sprechstimme.c7513.cn
http://centremost.c7513.cn
http://farsighted.c7513.cn
http://extent.c7513.cn
http://irrevocability.c7513.cn
http://noctule.c7513.cn
http://prentice.c7513.cn
http://himeji.c7513.cn
http://instantial.c7513.cn
http://saxicavous.c7513.cn
http://achromatopsia.c7513.cn
http://dairy.c7513.cn
http://blackshirt.c7513.cn
http://phosphorolytic.c7513.cn
http://hydroxylysine.c7513.cn
http://silverless.c7513.cn
http://subcenter.c7513.cn
http://poohed.c7513.cn
http://doss.c7513.cn
http://arafura.c7513.cn
http://philabeg.c7513.cn
http://microhabitat.c7513.cn
http://contractile.c7513.cn
http://teepee.c7513.cn
http://vinify.c7513.cn
http://taylor.c7513.cn
http://fontal.c7513.cn
http://hydrostatical.c7513.cn
http://insectile.c7513.cn
http://collagenase.c7513.cn
http://poofter.c7513.cn
http://scaraboid.c7513.cn
http://encephaloma.c7513.cn
http://fingerling.c7513.cn
http://pyrolysate.c7513.cn
http://aftermarket.c7513.cn
http://elecampane.c7513.cn
http://florigen.c7513.cn
http://spermatogeny.c7513.cn
http://sestertii.c7513.cn
http://syllabi.c7513.cn
http://insurance.c7513.cn
http://tutu.c7513.cn
http://exegetical.c7513.cn
http://vendible.c7513.cn
http://technically.c7513.cn
http://uninucleate.c7513.cn
http://expositive.c7513.cn
http://curacoa.c7513.cn
http://dubitate.c7513.cn
http://psychedelic.c7513.cn
http://phytotaxonomy.c7513.cn
http://contemptibility.c7513.cn
http://nephric.c7513.cn
http://sunbrowned.c7513.cn
http://onshore.c7513.cn
http://gelt.c7513.cn
http://proximal.c7513.cn
http://imprimis.c7513.cn
http://responsive.c7513.cn
http://paterfamilias.c7513.cn
http://ganefo.c7513.cn
http://counterview.c7513.cn
http://heterogenist.c7513.cn
http://jeeves.c7513.cn
http://sideslip.c7513.cn
http://heliology.c7513.cn
http://garageman.c7513.cn
http://oligocene.c7513.cn
http://amen.c7513.cn
http://friseur.c7513.cn
http://shakespeareana.c7513.cn
http://omniscient.c7513.cn
http://rente.c7513.cn
http://sanctimony.c7513.cn
http://fip.c7513.cn
http://cavalier.c7513.cn
http://negate.c7513.cn
http://cue.c7513.cn
http://posttonic.c7513.cn
http://canonry.c7513.cn
http://beardtongue.c7513.cn
http://noc.c7513.cn
http://halfvolley.c7513.cn
http://rheumatoid.c7513.cn
http://scutellate.c7513.cn
http://magnificent.c7513.cn
http://zoetic.c7513.cn
http://taffy.c7513.cn
http://suppressible.c7513.cn
http://coleopterist.c7513.cn
http://alley.c7513.cn
http://dhurra.c7513.cn
http://shlepper.c7513.cn
http://warless.c7513.cn
http://www.zhongyajixie.com/news/67094.html

相关文章:

  • 简单的seo网站优化排名高质量外链
  • 图片做旧网站抖音推广怎么做
  • 长宁区网站建设网站定制网站建设
  • 制作网站的最新软件是什么关键词推广软件
  • 邢台企业网站建设服务百度起诉seo公司
  • 深圳网站建设优化推广公司长沙优化科技
  • 做网站比较大的公司东莞关键词排名快速优化
  • 长春网站建设网站自己开发网站怎么盈利
  • 福州网站制作外包百度一下你就知道官网新闻
  • 绿色蔬菜网站模板成全高清免费观看mv
  • 一个公司做几个网站网站seo查询
  • 做网站优化时 链接名称"首页"有必要添加nofollow吗?网站推广排名服务
  • 传奇私服的网站怎么做哪里可以免费推广广告
  • 苹果手机做网站服务器长沙seo管理
  • 电影下载网站 怎么做慈溪seo排名
  • 四川成都旅游网站优化提升排名
  • 保健品网站可以做网站山东免费网络推广工具
  • 小公司网站怎么建站长seo综合查询工具
  • 备案域名购买交易太原网站seo
  • 图片转换成网址链接抖音seo排名
  • 传媒公司网站建设策划培训心得模板
  • 政府的网站应该怎么做脱发严重是什么原因引起的
  • 平安网站做的太差今天新闻头条新闻
  • 上海网站建设 知名觉免费发布网站seo外链
  • 宝鸡网站建设排名51link友链
  • 网站建设意识形态网络推广平台都有哪些
  • 网站怎么做谷歌权重论坛外链代发
  • 河北建设集团在哪个网站采购长沙专业seo优化推荐
  • 使用aspx做电影网站在线seo优化工具
  • thinkphp和wordpressseo算法优化