马尔科夫随机数生成Python源代码mcmc3.py
2022-04-11 09:07:07 2KB python 开发语言
1
Malware is one of the most serious security threats on the Internet today. Unfortunately, the number of new malware samples has explosively increased: anti-malware vendors are now confronted with millions of potential malware samples per year. Consequently, many studies have been reported on using data mining and machine learning techniques to develop intelligent malware detection systems. Lots of works use different feature and different data set to train a classification model. Although they show a high percent of accuracy on their own test data, most of model become rapidly antiquated as malware continues to evolve. When using the obfuscation techniques or polymorphism techniques, they can not work very well. In this work, we propose a effective malware detection approach using data-mining techniques based on opcode, data structure and the imported libraries. We also use different classifiers and conduct some experiments to evaluate our approach. In addition, we provide empirical validation that our method is capable of detecting new unknown malware, also fresh malware collected in 2017. In addition, we use obfuscation on malware to test our model.
2022-03-20 22:05:10 59.56MB 恶意软件检测
1
汉诺塔是传统的智力游戏,与华容道、魔方等类似。这是汉诺塔游戏的Python源代码,使用了基本的递归方式实现汉诺塔求解问题。 欢迎大家下载。
2021-12-27 14:48:33 424B 汉诺塔 Python 源代码
1
● 30多个代码示例,带你全面掌握如何用深度学习解决实际问题 ● Keras框架速成的明智之选 ● 夯实深度学习基础,在实践中培养对深度神经网络的良好直觉 ● 无须机器学习经验和高等数学背景   由Keras之父、现任Google人工智能研究员的Franc?ois Chollet执笔,详尽展示了用Python、Keras、TensorFlow进行深度学习的探索实践,涉及计算机视觉、自然语言处理、生成式模型等应用。   第一部分 深度学习基础 第 1 章 什么是深度学习 第 2 章 神经网络的数学基础 第 3 章 神经网络入门 第 4 章 机器学习基础 第二部分 深
2021-12-05 22:50:10 6.63MB 其它源代码 Python源代码
1
iot_python 物联网大赛的python源代码 2015- 03-19日上传 这是视频链接 由Rayuu
2021-11-24 14:19:19 24KB 系统开源
1
python源代码。python实现126邮箱自动登录程序 。。。
2021-11-23 07:17:25 843B python 源代码 自动登录
1
对隐藏的图片矩阵的隐藏那一层对应的二维矩阵进行左移四位操作,得到对应提取图像的矩阵,进行矩阵转化为对应图片输出。
2021-11-22 19:50:20 2KB python LSBR
1
基于python界面编程的群聊室源码 可直接实现
2021-11-13 21:02:49 4.24MB python 源代码
python编写的类似体育统计用的计时器: 1、暂停功能:将多次暂停的时间用时记录下来,输出多个记录时间; 2、停止功能:直接停止此次计时,输出总共时间; 3、清零和重新开始计时。
2021-11-06 13:14:30 35.66MB python 源代码 小程序 计时器
1
缩酮 将Python源代码转换为C# pytocs是我作为一个业余项目编写的命令行工具,用于将Python源代码转换为C#。 我将其上传到这里,以防有人觉得有用。 如何运行pytocs 只需git克隆项目,然后使用Visual Studio或MSBuild编译pytocs.sln文件。 如果您无法或不愿意从源代码构建pytocs,可以在上获得最新的持续集成版本。 例子 要转换Python文件,请将其传递给pytocs : pytocs foo.py 要(递归地)转换目录中的所有文件,请使用-r参数: pytocs -r 以下python片段: # Some code below d
2021-11-03 17:27:46 715KB python csharp transpiler C#C#
1