-
详细的记载了CRC算法的具体过程
详细的记载了CRC算法的具体过程- Detailed record CRC algorithm concrete process
- 2022-04-06 20:50:28下载
- 积分:1
-
菜单 com teclado matricial 3 x 4 e pic
埃斯特角 projeto mostra 科摩 usar um teclado matricial 3 x 4 com pic 没有 ccs,criação de ilustra um 菜单 de opções usando (开关箱) 段控制 de motores de 帕苏、 com 帕苏 completo、 微帕苏等
- 2022-02-25 00:24:41下载
- 积分:1
-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分:1
-
DFA 最小化
一个简单的确定性有限自动机最小化算法的C++。它使用一个类来表示的DFA从文本文件中读取。的最小化是通过一个函数对象完成的,并且最小化该处被显示在控制台。
- 2022-03-05 04:51:12下载
- 积分:1
-
3gpp amrnb编码库,vc 2010 调试通过,附工程
3gpp官网库, 进行了一些修改,做成了直接可用的DLL工程,vs2010编译测试通过.包含完整的编码/解码流程. 使用时直接调用该dll即可.
- 2023-01-06 20:25:04下载
- 积分:1
-
一个正整数的集合S,c是一个正整数,在s的子集中判断是否存在子集和为c的子集...
一个正整数的集合S,c是一个正整数,在s的子集中判断是否存在子集和为c的子集-A set of positive integers S, c is a positive integer, in the subset of s, to determine whether there is a subset of a subset of and for the c
- 2022-03-23 14:57:41下载
- 积分:1
-
气象数据计算超等许,能够计算在风厂中气象数据的票性诡计
气象数据计算超等许,能够计算在风厂中气象数据的票性诡计-meteorological data superfine promised to calculate the wind plant meteorological data of the votes sexual tricks
- 2022-02-14 05:17:23下载
- 积分:1
-
每到一个小时的工作时间完成,将为我的第一份工作分配…
n件工作分给n各人完成,将第i个工作分配给第j个人完成需要费用cij,是设计一算法,为每个人分配不用的工作,费用最少-n to n pieces of work hours each to complete, will for the first i jobs j assigned to the first individual to complete required cost cij, is to design an algorithm, for each person assigned do not work, would cost at least
- 2023-05-24 07:25:03下载
- 积分:1
-
1 读入一个整数,将各个数位上的数拆分下来并输出(从高位到低位)。
1 读入一个整数,将各个数位上的数拆分下来并输出(从高位到低位)。
- 2022-01-22 07:49:13下载
- 积分:1
-
数字序列的编辑器
你现在要实现一个针对于数字序列的编辑器。
初始的时候,序列是空的。
在之后,有以下五种操作:
I x 在光标之后插入x
D 删除光标之前的数字
L 将光标向左移动,如果已经在最左,则不移动
R 将光标向右移动,如果已经在最右,则不移动
Q k 假设光标之前的序列是{a1, a2,...,an}, 定义Si=a1+a2+...+ai,此时输出满足1
- 2023-08-28 10:40:03下载
- 积分:1