代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/235304/14075242
c input.c
/* input.c -- character input functions for readline. */
/* Copyright (C) 1994 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text
www.eeworm.com/read/235248/14080166
h input.h
// A convenient thin interface to the input stream
#ifndef __INPUT_H
#define __INPUT_H
typedef int (*INTFN) ();
namespace Input {
int lineno() ;
string filename() ;
bool open(const char
www.eeworm.com/read/235224/14080956
txt input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
www.eeworm.com/read/132513/14086333
txt input.txt
520
20.25
-25.2
+25.2
20.25.35
25.
abc
abc123
abc_abc_123
+ - * / == +=
234asdfasf
565_asdf
45+54
45.1+54.2
9+
++
+abc1+abc2
++abc
abc++
abc+=2 asdfsasdf+=
9++
++9
+25.0+542.4
*
www.eeworm.com/read/204980/15330604
input-real
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation pro
www.eeworm.com/read/204980/15330614
input-binary
Number of Real and Binary Variables (0 nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Type of Crossover: Single
www.eeworm.com/read/204980/15330615
h input.h
/*This is a file to get the input for the GA program*/
void input(FILE *rep_ptr);
void input(FILE *rep_ptr)
{
int i;
float cc;
printf("---------------------------------------------------
www.eeworm.com/read/204736/15334406
inc input.inc
INPUT_P: .sect "INPUT_P"
.word 25399, 23516, 6417, -285, 5, -10398, -22957, -14049
.word 10404, 18906, 4225, -6411, 1825, 9162, -34, -9169
.word -1758, 6432, -
www.eeworm.com/read/204735/15334412
m input.m
clear all;
close all;
%
F1=3000; F2=4000; F3=7001;
Fsample=3E4; % 100KHz采样率
t = [1:256] * 1/Fsample
xn = sin(2*pi*F1 * t) + sin(2*pi*F2 * t) + sin(2*pi*F3 * t);
figure(