代码搜索结果
找到约 10,000 项符合
Input 的代码
md.input
# Sample input file for the MD program, v.>=4.3
#
# Simulated system consists of 246 flexible SPC water molecules,
# and 5 Na+Cl- ion pairs
#
# Lines beginning with "#" are commentaries
# In
input.dat
6,4,1,3,0,0,1,0,0,1,1,5,0
0.01,1,40
30,5,1.4,2000000,10
3,0.5,0.028,200000,2.5
2000000,0.2,1.4,1
0,0,20,0,20,40
40,20,20,0,0,0
001002,003011,002004,005011,002005,003013,006003,005012
00400,005
input.txt
0 5 6 2 7
6 0 4 7 4
5 8 0 9 8
3 4 7 0 2
5 7 9 3 0
input.java
public class input{
public static void main(String[] args){
int a;
int b=5;
// String c =new String();
System.out.println("please input your data:");
try{
a =System.in.read();
input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
input.h
#ifndef INPUT_H
#define INPUT_H
#include
#include "Header.h"
typedef struct
{
DWORD buffer;
BYTE ptr;
FILE *fp;
}StrmType;
int InitStream(StrmType *strm, char *fileName)