-
pt2272 decoder
/*
;======================Ó²¼þ½á¹¹======================
;
; __________
;
;
*/
//8·¿ØÖƳÌÐò
//
#include
__CONFIG( WDTDIS & PWRTEN &INTOSCIO & MCLRDIS & BOREN & CPD & CPROTECT);
- 2023-04-27 17:30:03下载
- 积分:1
-
用二叉树算法实现的排序
用二叉树算法实现的排序-binary tree algorithm for ranking
- 2022-02-25 14:51:25下载
- 积分:1
-
单链表操作
资源描述#include
#define maxsize 100
using namespace std;
/*class base
{
int length;
};*/
class Seqlist //实现顺序表类
{
private:
int size; //当前元素个数
int length; //当前表的总长度
public:
int *elem; //动态存放数据
Seqlist(); //构造函数的声明
int listset(); //顺序表的创建
&nbs
- 2022-06-03 18:29:34下载
- 积分:1
-
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组...
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a, len) b is the two-dimensional array, is a one-dimensional arrays
- 2022-03-23 12:54:55下载
- 积分:1
-
leetcode部分算法源码
本人编写的leetcode部分算法源码,为了下载matlab程序,上传了。。。。。。。。。。。。。。。
- 2022-01-31 09:42:08下载
- 积分:1
-
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2022-01-31 02:49:56下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-This procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2022-02-01 20:57:59下载
- 积分:1
-
贪吃蛇源码
windows命令行模式下贪吃蛇游戏,开始/暂停,移动速度渐变,游戏计时,蛇长统计
- 2022-07-07 06:37:15下载
- 积分:1
-
Hangzhou University of Electronic Science and Technology ACM
杭州电子科技大学在线系统ACM的1050题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1050 title with a greedy solution
- 2022-01-26 02:26:00下载
- 积分:1
-
一种倾角传感器的串口通讯实例,值得一看。
一种倾角传感器的串口通讯实例,值得一看。-angle sensor of a serial communication example, an eye-catcher.
- 2022-06-12 00:02:27下载
- 积分:1