代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/247668/12634465
cpp p4-190.cpp
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT,其存放int型数据
typedef list LISTINT;
void main(void)
{
//用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/247504/12655744
sql proc_收款.sql
IF EXISTS (SELECT NAME FROM SYSOBJECTS WHERE NAME='PROC_收款' AND TYPE='P')
DROP PROC PROC_收款
GO
create PROC PROC_收款
@客户编码 VARCHAR(10)
as
DECLARE @凭证号 INT, @实收金额 NUMERIC
declare PP1 SCROLL cur
www.eeworm.com/read/237003/13984187
m4 ac_cxx_standard_library.m4
AC_DEFUN([AC_CXX_STANDARD_LIBRARY],[
AC_MSG_NOTICE([
Which library features does your compiler provide?
])
AC_CXX_HAVE_COMPLEX
AC_CXX_HAVE_COMPLEX_FCNS
AC_CXX_HAVE_NUMERIC_LIMITS
AC_CXX_HAVE_CLI
www.eeworm.com/read/106929/15617351
cpp zbrent.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::zbrent(DP func(const DP), const DP x1, const DP x2, const DP tol)
{
const int ITMAX=100;
const DP EPS=numeric_
www.eeworm.com/read/103816/15719899
cc pelpred.cc
/*
** copyright (c) 1995 Birk Huber
*/
#include "pelpred.h"
int Is_Numeric(int t){
switch(t){
case Int_T: case Dbl_T: case Cpx_T: case Ply_T: case Mtx_T:
case Sys_T
www.eeworm.com/read/387009/8712351
h roots_multidim.h
template
void lnsrch(VecDoub_I &xold, const Doub fold, VecDoub_I &g, VecDoub_IO &p,
VecDoub_O &x, Doub &f, const Doub stpmax, Bool &check, T &func) {
const Doub ALF=1.0e-4, TOLX=numeric_
www.eeworm.com/read/385629/8795559
vhd alt_cusp72_muxbin2.vhd
-- alt_cusp72_muxbin2.vhd
library ieee, altera;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use std.textio.all;
use altera.alt_cusp72_package.all;
entity alt_cusp72_muxbin2 is
www.eeworm.com/read/385629/8795605
vhd alt_cusp72_muxhot32.vhd
-- alt_cusp72_muxhot32.vhd
library ieee, altera;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use std.textio.all;
use altera.alt_cusp72_package.all;
entity alt_cusp72_muxhot32 is
www.eeworm.com/read/428603/8856553
vhd keyvga.vhd
library IEEE, unisim;
use IEEE.std_logic_1164.all;
use IEEE.NUMERIC_STD.all;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use work.key_Inter_pckg.all;
--library unisim;
--use unisim.
www.eeworm.com/read/187056/8869818
-
Attribute VB_Name = "XtsyModule"
'系统私有模块用来放置一些子系统独有的过程与函数
Public str_Code As String '存储列内容参数
Public sParam As String
Public Const DATA_NUMERIC As Integer = 5 '数字行
Pu