代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/292921/8323505
m fs1016.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/369134/9661908
dat output.dat
This is the statistic data of Output ..
When SNR is 1.00dB, the throughPut is 6.666667E-001
the number of operations is 1.252575E+004
www.eeworm.com/read/269755/11079114
dox _newmat.dox
/// \ingroup newmat
///@{
/// \file _newmat.dox Introduction to Newmat.
///
/// \page newmat Newmat matrix manipulation library.
///This package is intended for scientists and engineers who nee
www.eeworm.com/read/266849/11210609
in 1024.in
#
# Generate a 1024-bit key pair.
#
g
1024
1024.key
#
# Sign and verify with MD5.
# All operations in this script use the new key pair.
#
s
file
3
5
1024-5.sig
v
file
3
5
1024-5.sig
#
# Seal and open
www.eeworm.com/read/266849/11210667
in 767.in
#
# Generate a 767-bit key pair.
#
g
767
767.key
#
# Sign and verify with MD5.
# All operations in this script use the new key pair.
#
s
file
3
5
767-5.sig
v
file
3
5
767-5.sig
#
# Seal and open with
www.eeworm.com/read/266849/11210671
in 508.in
#
# Generate a 508-bit key pair.
#
g
508
508.key
#
# Sign and verify with MD5.
# All operations in this script use the new key pair.
#
s
file
3
5
508-5.sig
v
file
3
5
508-5.sig
#
# Seal and open with
www.eeworm.com/read/235784/14053349
txt readme.txt
README for TinyECC Version 0.3
By An Liu (aliu3@ncsu.edu) and Panos Kampanakis (pan_kamp@ncsu.edu)
Introduction
------------
TinyECC is a software package providing Elliptic Curve Cryptography
(ECC
www.eeworm.com/read/235522/14065577
h syscall.h
/* syscalls.h
* Nachos system call interface. These are Nachos kernel operations
* that can be invoked from user programs, by trapping to the kernel
* via the "syscall" instruction.
*
*