代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/162614/5526152
f90 assumed_present.f90
! { dg-do compile }
! This tests the fix for the regression PR25785, where line 7 started
! generating an assumed size error.
! Contributed by Dale Ranta
subroutine my_sio_file_w
www.eeworm.com/read/471374/6891233
plg draw_line.plg
Build Log
--------------------Configuration: Draw_Line - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP
www.eeworm.com/read/295657/8147829
m impls_fn.m
% A function generating a rectangular approximation for
% the unit impulse function; width is delta
%
function imp = impls_fn(t, delta)
imp = zeros(size(t));
imp = (stp_fn(t+delta/2)-stp_fn(t-delta/2)
www.eeworm.com/read/147363/12559773
h mgmtapi.h
/*++
Copyright 1992 - 1998 Microsoft Corporation
Module Name:
mgmtapi.h
Abstract:
Definitions for SNMP Management API Development.
--*/
#ifndef _INC_MGMTAPI
#define _INC_
www.eeworm.com/read/135259/13947137
h mgmtapi.h
/*++
Copyright (c) 1992-1999 Microsoft Corporation
Module Name:
mgmtapi.h
Abstract:
Definitions for SNMP Management API Development.
--*/
#ifndef _INC_MGMTAPI
#pragma opt
www.eeworm.com/read/234923/14092740
plg atl_oledb_consumer.plg
Build Log
--------------------Configuration: ATL_OLEDB_Consumer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\TEM
www.eeworm.com/read/127767/14336644
txt e471. generating a secret key using the diffie-hellman key agreement algorithm.txt
Two parties use a key agreement protocol to generate identical secret keys for encryption without ever having to transmit the secret key. The protocol works by both parties agreeing on a set of values
www.eeworm.com/read/188781/8515411
m ovsf_generator.m
% ======OVSF generator=======
function [OVSF_Codes]=OVSF_Generator(Spread_Factor, Code_Number)
% Code_Number=-1 means generating all OVSF codes when SF=Spread_Factor
OVSF_Codes=1;
if Spread_Factor
www.eeworm.com/read/282021/9123835
m binaryo.m
%
% Generating binary{+1,0} data matrix(K x B)
%
% K: num. of user; B: num. of bit per user
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=binaryO(bits_per_ch,ch)
for ith_symbol=1:b
www.eeworm.com/read/101990/6234758
init0006
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
k=$p15temp/private.pem
p15_init --no-so-pin
p15_set_pin -a 01
msg "Generating key with OpenSSL"
run_ch