-
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试...
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试-a large integer calculation procedures for the small, the large numbers can be calculated in the number of test-
- 2023-04-18 13:35:03下载
- 积分:1
-
fpga直流电机程序
资源描述大家互相学习,共同进步!fpga也是比较好的!
- 2022-07-12 08:01:57下载
- 积分:1
-
经典的C++编写的堆栈式汉诺塔的求解
经典的C++编写的堆栈式汉诺塔的求解-classic preparation of the C-stack HANOR Solution
- 2022-05-24 16:28:32下载
- 积分:1
-
加权的 KNN
KNN 算法,您可以应用此算法进行本地化人类或室内和室外的对象。它是清楚地知道在本地化过程中的算法
- 2022-03-24 06:22:05下载
- 积分:1
-
多种编解码的小程序,支持bin<
多种编解码的小程序,支持binhex,binc array,url和utf7即base64-various codecs of small programs to support binlt;- Gt; Hex, binlt;- Gt; C array, url and utf7 that base64
- 2022-05-26 19:29:46下载
- 积分: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
-
这个程序使用了遗传算法来优化点对点之间的轨迹度量。
这个程序使用了遗传算法来优化点对点之间的轨迹度量。-This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link (redundant) robot arm.
- 2022-01-31 01:06:31下载
- 积分:1
-
找到了本征模式,运用matlab语言编写的程序,对科技工作者有很有帮助,可以解决maxwell方程...
找到了本征模式,运用matlab语言编写的程序,对科技工作者有很有帮助,可以解决maxwell方程-found a pattern of the levy, using the Matlab language procedures, right technology workers are helpful, maxwell equation can be solved
- 2023-01-08 07:00:02下载
- 积分:1
-
MPU6050角度解析上传程序
通过STM32的I2C接口读取MPU6050的数据,然后经过均值滤波和互补融合,获取横滚角和俯仰角,然后将角度信息通过串口反馈到上位机中。
- 2022-08-18 20:09:59下载
- 积分:1
-
一个简单的例子多线程
一个简单的多线程的例子-a simple example Multithreading
- 2022-10-02 17:10:03下载
- 积分:1