代码搜索:Generation
找到约 10,000 项符合「Generation」的源代码
代码结果 10,000
www.eeworm.com/read/357991/3008647
java generation.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/170543/9798990
log generation.log
Database Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Dropping References...
Dropping Keys...
www.eeworm.com/read/148118/12491496
log generation.log
Database Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Dropping Tables...
-> Table : WZ_BMDA (WZ
www.eeworm.com/read/236230/14024778
log generation.log
Database Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Dropping Tables...
-> Table : WZ_BMDA (WZ
www.eeworm.com/read/390756/8443594
lcd_generation_script
#!/bin/sh
c:/altera/72/quartus//bin/perl/bin/perl -I$sopc_builder/bin -I$sopc_builder/bin/perl_lib -I$sopc_builder/bin/europa $sopc_builder/bin/ptf_update.pl LCD.ptf
c:/altera/72/quartus//bin/p
www.eeworm.com/read/388793/8574581
h charactor_generation.h
#ifndef __CHARACTOR_GENERATION_H_
#define __CHARACTOR_GENERATION_H_
#include
const prog_uchar CharGen[] PROGMEM = {
//随机模式
0xE1,0x1B,0x92,0x95,0x94,0x55,0xE7,0xD5,
0xA4,0x
www.eeworm.com/read/429247/8814148
m watermark_generation.m
function out = watermark_generation(len_WM);
%
% This will generate the random watermark of the size of len_WM
% the water mark will be a guassian random no. between 1 and -1
%
% len_WM = length
www.eeworm.com/read/186172/8955774
m sin_generation.m
i=0:1999; %2000点
A=(sin(pi*1000*i'/4000)+sin(pi*1800*i'/4000)+sin(pi*2500*i'/4000))/3; %信号频率1000Hz, 1800Hz, 2500Hz;采样频率8000Hz
A=int16(A*32768+0.5); %四舍五入归一化为Q15定标的16位有符号数
www.eeworm.com/read/181026/9277153