登录
首页 » 算法 » ASN.1编码与解码过程的一种形式化描述.rar

ASN.1编码与解码过程的一种形式化描述.rar

于 2023-09-04 发布 文件大小:182.53 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

ASN.1编码与解码过程的一种形式化描述.rar-ASN. An encoding and decoding process of a formal description. Rar

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

发表评论

0 个回复

  • 车辆路径问题
    带时间窗的车辆路径问题(Vehicle Routing Problem with Time Windows, VRPTW)是对物流配送管理的核心问题——配送车辆调度 的问题抽象,其是在基本VRP基础上添加了时间窗约束衍生而来的, 可以将VRPTW描述为:使车辆从站点出发服务用户,完成用户需求 后仍返回站点,规定每个用户只能被一辆车服务且仅服务一次,且对 用户的服务必须在用户事先指定的时间窗内进行,问题的优化目标是 如何选择适当的路径,使得在满足以上约束条件的情况下,完成全部 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-12 21:40:20下载
    积分:1
  • % Measure Statistical Dependence 统计依赖测量 % 两个时间序列间统计依赖性测量 % 参考文献:时间序列间统计依赖性测量...
    % Measure Statistical Dependence 统计依赖测量 % 两个时间序列间统计依赖性测量 % 参考文献:时间序列间统计依赖性测量的一种改进方法(王海燕 李 文① 陈文彦)- Measure Statistical Dependence Measurement statistical dependence between two time series statistical dependence measurement References: time-series statistical dependence between the measurement of an improved method (Wang Haiyan Lee陈文彦①)
    2022-03-22 15:57:28下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2023-04-24 15:00:03下载
    积分:1
  • 自个写的一个穷举二十四点的小程序
    自个写的一个穷举法算二十四点的小程序- Oneself writes an exhaustion method calculates 24 scripts
    2022-06-11 23:59:02下载
    积分:1
  • use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
    用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
    2023-02-05 04:00:03下载
    积分:1
  • 切比雪夫滤波器设计,JAVA编写,VJ编译
    切比雪夫滤波器设计,JAVA编写,VJ编译-a design of Chebyschev filter, written by JAVA and compiled by VJ
    2022-02-06 20:01:59下载
    积分:1
  • 灰色预测模型matlab程序
    灰色模型预测是在数据不呈现一定规律下可以采取的一种建模和预测方法,其预测数据与原始数据存在一定的规律相似性,下面程序是灰色模型GM(1,1)程序二次拟合和等维新陈代谢改进预测程序, 程序能够运行出正确的结果,希望对各位有帮助。
    2023-03-12 21:30:04下载
    积分:1
  • conver the data to absolute value
    conver the data to absolute value
    2022-02-12 17:47:28下载
    积分:1
  • 琪美诺9的统计
    大致想法就是对于一个数abcdefg。。。比他小或等于的有abcdefg 个,其中不包括9的有(大致就是转成9进制, 如果不存在9的话转出来的大小就是小于等于abcdefg有几个十进制的数)a*9^n + b * 9 ^(n-1)....这样。但对于在高位出现过9了,那么低位的数字也就没有意义了,计算的话反而会重复,就在高位的下一位不+就好了 所以比abcdefg小的9的个数就是abcdefg-a*9^n + b * 9 ^(n-1)。。。这样多个。 一个高精度*纯洁的数字 + 高精度的加减操作就好了(因为确认了b >= a)。。 很奇怪大神们的思想都是一开始打表10^n - 9 ^ n什么的这样。。 渣渣的思路一开始就是一级一级往上乘果然跟大神们不是一个思维方式
    2022-12-12 03:00:03下载
    积分:1
  • 迭代加深八数码
    #include #include using namespace std;//变量声明 class EiNum; #define MAX 20//MAX为最大的迭代深度 int depth;//当前树的最大深度 EiNum * root[MAX + 1];//重复当前的路径 //交换两个数 void Swap(int &a,int &b) { int temp; temp = a; a = b; b
    2022-08-10 21:09:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载