-
ECC密码体制
这本书包含了有关ECC密码的基本知识!从互联网上获得的最好的书希望你会喜欢阅读;
- 2022-08-05 12:22:12下载
- 积分:1
-
a戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
- 2022-08-16 08:25:50下载
- 积分: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
-
一个非常好的时钟程序,真实的
一个非常好的时钟程序,实时显示当前时间,可以指定在屏幕的任意位置,在屏幕边缘时自动放缩。-a very good clock procedures, real-time display the current time, the screen can be specified in an arbitrary position, at the edge of the screen automatically shrinking.
- 2022-10-09 17:20:03下载
- 积分:1
-
逐步回归算法程序,可以实现的结果之间的一个。
逐步回归算法程序,可以实现中间结果的任意输出-Stepwise regression algorithm procedure can be achieved between the results of any output
- 2022-03-05 19:32:25下载
- 积分:1
-
二叉树遍历(递归版).
二叉树遍历(递归版).-binary tree traversal (recursive version).
- 2022-05-15 07:19:52下载
- 积分:1
-
Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
- 2022-04-22 19:46:44下载
- 积分:1
-
31个城市的TSP问题,蚁群算法程序
31个城市的TSP问题,用蚁群算法编写的程序-TSP problem for 31 cities ,ACO program
- 2023-02-23 07:15:02下载
- 积分:1
-
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等...
优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc.
- 2022-05-14 01:40:07下载
- 积分:1
-
使用VB的快速排序算法
使用VB的快速排序算法-use VB Quick Sort Algorithm
- 2022-04-10 17:39:35下载
- 积分:1