-
哈夫曼编码
在教学《信息论与编码》操刀编写的C代码,没用使用数据结构中关于树的方法,一般同学都可以看懂的,希望对你们有点帮助。
- 2023-06-15 21:50:03下载
- 积分:1
-
DCT快速算法的C语言实现的64,
DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the
multiplication number of times at present are least, may insert the
decoding use
- 2022-12-21 14:10:03下载
- 积分:1
-
科学与工程数值算法(可视化版本),清华大学…
科学与工程数值算法(Visual C++版),清华大学出的,这是源代码,有需要的朋友可以看看呀!-science and engineering numerical algorithm (Visual C version), the Tsinghua University, which is the source code, we need friends can see!
- 2022-09-23 12:10:03下载
- 积分:1
-
离散正弦变换程序
离散正弦变换程序-discrete sine transform procedures
- 2023-09-03 14:40:03下载
- 积分:1
-
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值...
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值-project of the Ievel, according to some data in order to forecast a period of numerical
- 2022-10-25 00:05:03下载
- 积分:1
-
点云的配准icp算法
icp算法源代码,主要用于点云拼合,是基于matlab上编写的,实现两个点云数据的对准
- 2023-07-20 23:15:04下载
- 积分:1
-
导线网平差的程序
资源描述课程作业里边的导线网平差,参考了不少内容,内容较丰富,可以下载作为参考。也可以用于提交作业。提供思路方向。
- 2022-03-31 04:23:03下载
- 积分:1
-
TinyOS数据解析代码
针对TinyOS数据所写的代码,数据格式详情请参考http://tinyos.stanford.edu/tinyos-wiki/index.php/Main_Page
- 2022-07-24 14:40:38下载
- 积分:1
-
这opennl,图书馆很容易构造和求解稀疏线性系统。
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
- 2023-07-05 19:45:04下载
- 积分:1
-
独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下: 111 111 111 111111111 1111...
独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下: 111 111 111 111111111 111101111 111111111 111 111 111 其中,0表示没有放置棋子, 1表示放置。 规定走法如下: a. 任一棋子可越过一相邻棋子(紧相邻)跳到一空缺位置, 并吃掉越过的棋子(从棋盘移处) 如, 走一步后棋盘状态: 111 111 111 111111111 111110011 111111111 111 111 111 b. 最后只留下一个棋子在棋盘上, 并且位置在正中央。 要求: 用程序得出正确走法。 输入: 无 输出: 每一步移动后的棋盘状态, 格式如上。-independent diamond chess Problem description : a chessboard, there are 44 pieces of diamonds, a position vacant chessboard initial state as follows : 111111111 111101111 111111111 which, 0 no place pawn, a place said. Provisions in law are as follows : a. as a pawn to be crossed an adjacent piece (bear adjacent) jumped to a vacant position, and eaten across the pawn (shift from the chessboard) If, after the chessboard go one step further state : 111111111 111111111 111110011 111111111 111111111 b. leaving only a game son on the chessboard, and in the middle position. Requirements : getting the correct procedures in law. Input : None output : e
- 2023-01-15 08:55:03下载
- 积分:1