搜索结果

找到约 31 项符合 Round 的查询结果

技术资料 Dual Polarity Antennas

Mobile Mark's dual polarity antennas round out ouroffering for UHF RFID and ISM applications. Du
https://www.eeworm.com/dl/912004.html
下载: 6
查看: 6853

Linux/Unix编程 在linux环境下

在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP
https://www.eeworm.com/dl/619/137379.html
下载: 32
查看: 1098

书籍源码 实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES

实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES,可任意设定轮数,修改Round的值即可。
https://www.eeworm.com/dl/532/243668.html
下载: 122
查看: 1099

技术资料 基于实时传输的TFRC拥塞控制建模与实现

分析了TFRC拥塞控制机制的基本工作流程,通过建立基于丢失事件率p (Loss Event Rate)、往返时间RTT(Round Trip Time)以及发送分组长度S的
https://www.eeworm.com/dl/923351.html
下载: 7
查看: 9377

Linux/Unix编程 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s

The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multile ...
https://www.eeworm.com/dl/619/273303.html
下载: 107
查看: 1095

数学计算 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式

此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc
https://www.eeworm.com/dl/641/210450.html
下载: 142
查看: 1069

uCOS 此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45SOURCE下修改TEST.C在BC45TEST下执行MAKETEST.BAT就可编绎出执行档

此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45\SOURCE下修改TEST.C在BC45\TEST下执行MAKETEST.BAT就可编绎出执行档 to show the starting time and completion time of each task in the first round.
https://www.eeworm.com/dl/649/259280.html
下载: 45
查看: 1079

操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct

操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器* ...
https://www.eeworm.com/dl/531/330760.html
下载: 46
查看: 1136

加密解密 VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipeline ...
https://www.eeworm.com/dl/519/457412.html
下载: 144
查看: 1103

Java编程 给出3

给出3,3,8,8四个数,求一算法,程序通过这一算法,无论加减乘除,每个数用一次,计算四个数结果为24。注:不需要一种计算结果的验证。让计算机替你寻找解决方案,而不仅仅是验证而已。如round(8×8/3)+3
https://www.eeworm.com/dl/633/198002.html
下载: 87
查看: 1026