登录
首页 » 算法 » 一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。...

一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。...

于 2022-02-01 发布 文件大小:1.24 MB
0 183
下载积分: 2 下载次数: 1

代码说明:

一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。-A high-performance than the standard library that comes Fortunately, the random number generator, in which colleagues share with you

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

发表评论

0 个回复

  • ACM分治 最临近点对
    1005: 最邻近点对 时间限制: 1 Sec 内存限制: 8 MB 提交次数: 6024 通过次数: 1804 提交 题目描述 要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
    2022-02-04 12:14:49下载
    积分:1
  • bp 神经网络 已测
    人工神经网络的c++实现源码,含实现神经网络层的类,神经网络的类,中文详细注释, 并含有使用示例,学习神经网络的好源码-Artificial neural network c++ implementation source code, including achieve the type of neural network layer, the type of neural network, a detailed English notes, and contain the use of examples of good learning neural network source code 
    2022-03-01 18:21:29下载
    积分:1
  • 关于河内塔的一个术分辨率。采用Visaul C++编译
    河内塔的数学解析。用VisualC++编写
    2022-05-26 09:11:12下载
    积分:1
  • 对串的赋值实现
    对串的赋值算法实现-right string assignment algorithm
    2022-07-27 10:36:46下载
    积分:1
  • two forks of trees were preorder
    二叉排序树的中序遍历-two forks of trees were preorder
    2023-01-22 11:40:04下载
    积分:1
  • 快速傅里叶变换的c程序,共分五个部分,此为一维快速傅里叶变换快速DFT...
    快速傅里叶变换的c程序,共分五个部分,此为一维快速傅里叶变换快速算法DFT-Fast Fourier Transform of the c program is divided into five sections, this is a one-dimensional fast Fourier transform fast algorithm for DFT
    2022-10-13 13:20:03下载
    积分:1
  • 公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能...
    公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能 -Lunar calendar to do earlier source software was made to the Lunar calendar functions, currently open for your reference, interested friends on this basis to further improve its functions
    2023-01-18 18:40:04下载
    积分:1
  • 基于PLC 的温控系统设计与研究 Des ign
    资源描述摘要:介绍了用罗克韦尔PLC 设备构成温控系统的设计与研究, 讨论了PLC 输入输出控制的外部接口及显示扩展的软硬件 设计, 并对PLC 和PC 的通信和数据技术进行了分析, 给出了部分程序。 关键词:PLC;温度控制;热电阻模块;通信
    2023-03-23 12:25:03下载
    积分:1
  • 一套交互和命令
    一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合-A set of interactive and command-style in one program, using least-squares curve fitting method
    2022-07-03 08:26:22下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载