代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/152843/5655985
makefile
#
# arch/sh/tools/Makefile
#
# Copyright (C) 2003 Paul Mundt
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of
www.eeworm.com/read/368572/9685900
gen-ent
#!/bin/sh
echo
echo Generating entity table.
(
cat entities.lnx | sed 's/
$//' | grep '^[ ]*{"' | sort >tmp
N=`cat tmp | wc -l`
echo '/* Automatically generated by gen-ent */'
echo
echo 'struct { cha
www.eeworm.com/read/368572/9685935
gen-upc
#!/bin/sh
echo
echo Generating Unicode upcase table.
(
echo '/* Automatically generated by gen-upc */'
echo
echo 'struct { unsigned lo; unsigned up; } unicode_upcase [] = {'
(echo ' 160 32';cat upca
www.eeworm.com/read/147693/12538622
pl fig15_8.pl
% Figure 15.8 Generating proof trees.
% is_true( P, Proof) Proof is a proof that P is true
:- op( 800, xfx,
www.eeworm.com/read/127767/14337858
txt e470. generating a parameter set for 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/282021/9123839
asv binaryo.asv
%
% 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/419976/10825313
asm configdai.asm
#include
#include
// This function will setup the SRU Registers
.section /pm seg_pmco ;
.global InitSRU ;
.global InitSRU1 ;
InitSRU :
// Enable pull-up resistors on
www.eeworm.com/read/419976/10825333
asm configdai.asm
#include
#include
#include "SPI.h"
// This function will setup the SRU Registers
.section /pm seg_pmco ;
.global InitSRU ;
.global InitSRU1 ;
InitSRU :
// Enable pul
www.eeworm.com/read/419264/10878074
m crc_code_n1.m
function C = CRC_code_n1(M,n,G)
%CRC code (n,k) function,每k个bit编成nbit。
%Input:
% M:(1,x*k) input data
% n:
% G:generating polynomial.(1,n-k+1)
%Output:
% C:(1,n) coded data;
len1=lengt
www.eeworm.com/read/436014/7779024
gen-7b
#!/bin/sh
echo
echo Generating Unicode2ascii translation table.
(
cat 7bitrepl.lnx | awk -f tr7bit.awk >tmp
N=`cat tmp | wc -l`
echo '/* Automatically generated by gen-7b */'
echo
echo 'struct { int x