搜索结果

找到约 21 项符合 ROUND 的查询结果

Linux/Unix编程 在linux环境下

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

Java编程 给出3

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

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

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

软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow ...
https://www.eeworm.com/dl/684/233661.html
下载: 196
查看: 1071

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

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

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
查看: 1056

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
查看: 1048

Linux/Unix编程 The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a

The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the first 3D agents in the league were balls and from ...
https://www.eeworm.com/dl/619/324450.html
下载: 30
查看: 1083

操作系统开发 操作系统课程设计_进程调度演示源程序 #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
查看: 1096

文件格式 java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一

java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试 ...
https://www.eeworm.com/dl/639/442374.html
下载: 61
查看: 1042