-
数学表达式解析器库
Mathematical expressions parser library
- 2023-08-12 10:15:04下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1
-
数据采集与ds1052范围
应用背景拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。拿捕一回忆de墙裙做osciloscopio。关键技术利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。利用科莫ConexãO USB门。
- 2023-06-02 18:25:03下载
- 积分:1
-
求网络的最小费用最大流网络版
求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
- 2022-02-18 14:38:39下载
- 积分:1
-
matlab编写的数值计算程序,用于数学实验方面
matlab编写的数值计算程序,用于数学实验方面-Matlab prepared by the numerical calculation program for math experiments
- 2022-01-26 14:59:23下载
- 积分:1
-
Dynamic programming method, algorithm programming, if there are other questions,...
动态规划法,算法程序设计,如果有其他问题,请给我发邮件-Dynamic programming method, algorithm programming, if there are other questions, please send me e-mail
- 2022-06-30 11:29:46下载
- 积分:1
-
顺序队列C实现
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front; /* 头指针 */ int rear; /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
- 2022-08-13 11:29:01下载
- 积分:1
-
sm4国密算法的C语言实现
国密SM4算法实现,已经验证可用,c语言实现-The country close SM4 algorithm
SM4分组密码算法,原名SMS4,国家密码管理局于2012年3月21日发布,但不能下载标准文档。
本标准适用于密码应用中使用分组密码的需求。
- 2022-01-25 22:55:02下载
- 积分:1
-
基于matlab的视频对象的纹理分割
该算法用matlab编程实现视频对象的纹理分割,经验证该算法的分割效果很好,希望对大家有帮助。尤其希望对做视频编码的新手有帮助。
- 2022-02-25 14:47:55下载
- 积分:1
-
复数运算库,可对复数进行加减和开方运算
复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and
subtraction and the root to the plural number operates
- 2023-05-15 21:20:03下载
- 积分:1