代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/179987/9325448
h i2capi.h
#ifndef _i2capi_H
#define _i2capi_H
//============================================================================
// File Name: i2capi.h
//
// (c) Copyright [2002] Cirrus Logic Inc. All rights rese
www.eeworm.com/read/375146/9370822
txt results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/375146/9370827
txt test_results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/178529/9393751
readme
*********************************************************
* *
* MATLAB FUNCTIONS *
* *
*********************************************************
gst.m
-----
MATLAB code to calcula
www.eeworm.com/read/178451/9398008
html contributors.html
The following people have contributed to the Bouncy Castle Cryptography Package.
Thanks, may your castles never deflate!
Tito Pena <Fortunato.Pena
www.eeworm.com/read/372037/9523844
m toep.m
function mat=toep(column,row)
% TOEP Toeplitz matrix
%
% mat=toep(column,row)
%
% The length(column) x length(row) element toeplitz matrix is generated from the
% column and row vectors. If u
www.eeworm.com/read/175598/9540330
c sem_init.c
/*
* -------------------------------------------------------------
*
* Module: sem_init.c
*
* Purpose:
* Semaphores aren't actually part of PThreads.
* They are defined by the POSIX Standard: