代码搜索结果
找到约 10,000 项符合
Input 的代码
base64.c
/*
* FILE: base64.c
* AUTHOR: Colin Perkins
*
* MIME base64 encoder/decoder described in rfc1521. This code is derived
* from version 2.7 of the Bellcore metamail package.
*
* Copyrigh
mcu.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
mcu.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
news.pl
#!/usr/bin/perl
$| = 1;
#######################################################################
# 免费新闻发布 Free News Ver 1.0
# Created by mqingyi mqingyi@126.com
# 作者网站: CGI 指南
# 网址: http
dial1.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
checkloop.m
function y = checkloop(input1)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%---------检验输入矩阵的各行是否与其他行存在度为4的环----------%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
interleaver.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
find.hpp
// Boost string_algo library find.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Licen
ddr_in.v
/*-----------------------------------------------------------------------------
-- Double Data Rate (DDR) --
-- Input DDR inferen
ch8_4.c
/*CH8_4*/
#include
#include
void main()
{
int input[10];
float avg; /* 记录平均值*/
float min; /* 记录与平均值的差*/
int i;
int tag; /* 记录满足条件的数的下标