代码搜索结果
找到约 10,000 项符合
Input 的代码
dsp281x_gpio.c
//###########################################################################
//
// FILE: DSP281x_Gpio.c
//
// TITLE: DSP281x General Purpose I/O Initialization & Support Functions.
//
//#######
alg027_c.c
/*
* HORNER'S ALGORITHM 2.7
*
* To evaluate the polynomial
* p(x) = a(n) * x^n + a(n-1) * x^(n-1) + ... + a(1) * x + a(0)
* and its derivative p'(x) at x = x0;
*
* INPUT: degree n;
lock.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
07.txt
TXT文件的读取
使用Binary模式比input模式少一些错误,下面是最简单的读取方法
Open "TXT文件" For Binary As #1
Text1.Text = Input(LOF(1), 1)
Close 1
fff.fit.rpt
Fitter report for fff
Fri Aug 03 16:04:53 2007
Version 6.0 Build 178 04/27/2006 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitte
filenumber是不是可以是一个变量.txt
filenumber可以是变量,但它只能是一个整数(1-511)。一般你可以在Open语句指定,如:
filenumber = 10
filename = "b.txt"
Open filename For Input As filenumber
input #filenumber, ...
但是你不能使用filenumber=b.txt
trim.hpp
// Boost string_algo library trim.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Licen
case_conv.hpp
// Boost string_algo library case_conv.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software
erase.hpp
// Boost string_algo library erase.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Lice
replace.hpp
// Boost string_algo library replace.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Li