搜索:Times

找到约 197 项符合「Times」的查询结果

结果 197
https://www.eeworm.com/dl/663/350326.html VHDL/FPGA/Verilog

VHDL examples for 16x16 times, if need detail pls let me know

VHDL examples for 16x16 times, if need detail pls let me know
下载 32
·
查看 1052
https://www.eeworm.com/dl/633/405273.html Java编程

A small java game, the player needs to guess a number from 1 to 100 in the earliest times.

A small java game, the player needs to guess a number from 1 to 100 in the earliest times.
下载 132
·
查看 1170
https://www.eeworm.com/dl/633/200463.html Java编程

One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed

One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-driven, i.e. the system model is being * run at discrete time points, with constant increments deltaT. * At each such time moment, p ...
下载 179
·
查看 1078
https://www.eeworm.com/dl/534/293441.html 其他

written as well. 8.Strong leadership skills to keep the team motivated and focused at all times to

written as well. 8.Strong leadership skills to keep the team motivated and focused at all times to meet customer deliverables. 9. Experience in managing a team of developers as their technical leader Nice to have requirements: Proven experience on Symbian and/Windows mobile, ...
下载 173
·
查看 1100
https://www.eeworm.com/dl/653/342537.html 嵌入式Linux

This research project evaluates startup times of the linux boot process from power-on until user log

This research project evaluates startup times of the linux boot process from power-on until user login. Time consuming parts of the boot process are investigated and methods how to speed up the whole process are discussed.
下载 171
·
查看 1099
https://www.eeworm.com/dl/534/428355.html 其他

FileTimeSpy: Often times you may need to touch a file by setting its Created, Modified or Last Acces

FileTimeSpy: Often times you may need to touch a file by setting its Created, Modified or Last Accessed date and time. This sample shows how to do it.
下载 193
·
查看 1078
https://www.eeworm.com/dl/534/252692.html 其他

Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files

Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute somethin ...
下载 56
·
查看 1097
https://www.eeworm.com/dl/665/491690.html matlab例程

SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times

SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
下载 87
·
查看 1142
https://www.eeworm.com/dl/534/406906.html 其他

//--- --- --- - 音乐简谱播放器--- --- --- - /*奏乐程序使用说明 调用方式: sing fname [speed [times]] 文件名 速度(拍/分) 遍

//--- --- --- - 音乐简谱播放器--- --- --- - /*奏乐程序使用说明 调用方式: sing fname [speed [times]] 文件名 速度(拍/分) 遍数 简谱文件格式: 第1行: 曲名 节拍 调号 第2行-- 乐谱 (空格,换行无意义,但不得插在一个"音描述"内部) 记号: * 节拍,调号,小节分隔符,终止符,升音符,中音音高,休止符, ...
下载 74
·
查看 1120
https://www.eeworm.com/dl/654/162978.html 数据结构

实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0

实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。 ...
下载 185
·
查看 1550