代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/135582/5884672
h flve_input.h
// ======================================================================
// File: Flve_Input.h - Flve_Input implementation
// Library: flvw - FLTK Widget
// Version: 0.1.0
// Started: 01/12/2000
/
www.eeworm.com/read/135582/5885953
cxx ip_input.cxx
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/135582/5885960
h ip_input.h
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/135153/5887192
c input_rtems.c
/*
/////////////////////////////////////////////////////////////////////////////
// $Header: /EM85xx/thirdparties/microwindows/src/drivers/input_rtems.c 1 5/29/02 1:13p Fabrice $
//
// Copyright (
www.eeworm.com/read/135153/5889715
c tcp_input.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
www.eeworm.com/read/135153/5889716
c ip_input.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
www.eeworm.com/read/134479/5892451
gold struct_input.gold
0.0 101.0 202.0 303.0 404.0 505.0 606.0 707.0 808.0 909.0
1010.0 1111.0 1212.0 1313.0 1414.0 1515.0 1616.0 1717.0 1818.0 1919.0
2020.0 2121.0 2222.0 2323.0 2424.0 2525.0 2626.0 2727.0
www.eeworm.com/read/134479/5892452
br struct_input.br
// struct_input.br
// Tests use of structures for input parameters.
#include
typedef struct Pair_t {
float first;
float second;
} Pair;
kernel void sumPairs( Pair p, out float resul
www.eeworm.com/read/134479/5892525
gold input_output.gold
0.00 10.00 20.00 30.00 40.00 50.00 60.00 70.00 80.00 90.00
1.00 11.00 21.00 31.00 41.00 51.00 61.00 71.00 81.00 91.00
2.00 12.00 22.00 32.00 42.00 52.00 62.00 72.00 82.00 92.00
3.00 13.00 23.00 33.
www.eeworm.com/read/134479/5892526
br input_output.br
// input_output.br
// Trivial regression test to confirm that
// a runtime correctly handles using the
// same stream as both an input and output
// argument to a kernel.
#include
kernel v