登录
首页 » Python » 生成一个大质数

生成一个大质数

于 2022-07-18 发布 文件大小:1.08 kB
0 137
下载积分: 2 下载次数: 1

代码说明:

随机生成一个大的数,并保证其是素数

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

发表评论

0 个回复

  • comic
    使用flask开发的漫画web网站,供学习参考使用(Cartoon Web Site Developed with Flask)
    2019-06-20 22:45:54下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • python 爬取股票数据 搜股票查股票走势图
    python3.6以上,IDE是pycharm,数据库是sql server2017,库有matlibplot,urllib,bs4,python 爬取股票数据 搜股票查股票走势图,这里只好在控制台中运行,记得要改数据库连接的账号和密码,切记切记!!!
    2022-02-01 06:57:42下载
    积分:1
  • pacman
    说明:  使用python gui编写的pacman游戏。(pacman in python gui)
    2020-03-29 12:51:05下载
    积分:1
  • MyNotepad
    小型文本文档的编译程序,可供初级学习Python语言的伙伴,作参考联系使用,仅供参考,(Compilers for small text documents can be used as reference links for beginner Python language learners only.)
    2018-11-30 10:02:10下载
    积分:1
  • python自学基本语法练习
    python自学基本语法练习,以及正在学习的python爬虫前几章的demo程序,进行学习用的代码,仅供参考
    2022-02-06 23:45:53下载
    积分:1
  • 一种基于密度峰值的半监督聚类算法
    在第一个图像中的每个描述符,选择它的匹配到第二个图像。(For efficiency in MATLAB, calculating dot multiplication between unit vectors is faster than Euclidean distance. Please note that: The ratio of attention to angle (the cosine of dot product of unit vector) is the approximate value of the ratio of Euclidean distance of small angle.)
    2018-07-01 14:11:04下载
    积分:1
  • python人脸识别(opencv)
    python人脸识别(opencv)
    2020-11-09下载
    积分:1
  • 飞机大战
    说明:  小游戏小项目练手源码,图片素材,适合练手。。。(Small game small project training source code, picture material, suitable for hand training....)
    2020-06-25 11:20:01下载
    积分:1
  • KNN speaker recognition
    KNN说话人识别,特征选择MFCC、pitch,识别率达到80%以上。
    2022-03-22 15:10:12下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载