代码搜索:Int
找到约 10,000 项符合「Int」的源代码
代码结果 10,000
www.eeworm.com/read/147529/5728746
m int.m
function r = <mark>int</mark>(f,x,a,b)
%符号积分法
% <mark>int</mark>(s)符号表达式s的不定积分.
% <mark>int</mark>(s,v)符号表达式s关于变量v的不定积分.
% <mark>int</mark>(s,a,b)符号表达式s的定积分, a,b分别为上﹑下限.
% <mark>int</mark>(s,v,a,b)符号表达式s关于变量v从 a到b的定积分.
% 当<mark>int</mark>求不出符号解,会自动转求数值解.
%例( 求不出符号解, ...
www.eeworm.com/read/146447/5737842
c int.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/144216/5752531
t int.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
print "1..7\n";
# compile time evaluation
if (int(1.234) == 1) {print "ok 1\n";} else {print "not ok 1\n";}
if (int(-1.234) == -1)
www.eeworm.com/read/141300/5772820
h int.h
/* $Id: int.h,v 1.2 2003/08/05 17:20:35 pnenzi Exp $ */
/*.......1.........2.........3.........4.........5.........6.........7.........8
===============================================================
www.eeworm.com/read/141297/5773321
h int.h
/* Include file to configure the RS codec for integer symbols
*
* Copyright 2002, Phil Karn, KA9Q
* May be used under the terms of the GNU General Public License (GPL)
*/
#define DTYPE int
/* Ree
www.eeworm.com/read/140582/5785212
h int.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/140467/5791081
c int.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/139332/5801109
hpp int.hpp
#ifndef BOOST_MPL_INT_HPP_INCLUDED
#define BOOST_MPL_INT_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying f
www.eeworm.com/read/136812/5860617
make_int
#
# @(#)Make_int 1.1 92/07/30 SMI
#
# Makefile for Egret System Diagnostics
.DEFAULT:
$(SCCS) get $(@F)
SUNDIAG_DIR= /usr/diag/sundiag
BINDIR= ../bin
TARGETS= $(BINDIR)/esd_int
#sources & objectS
www.eeworm.com/read/134007/5896461
c int.c
#include
extern unsigned char stsys; //system status: 0-boot, 1-application
extern void t2_isr_load(void);
extern void t2_isr_app(void);
void timer2(void) interrupt 5 using 1
{