代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/307151/13727497
m plotc.m
%PLOTC plots a complex signal in 2D projection with variable projection angle.
%The angle can be modified at any time using the slider:
% slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/302650/13829496
m hms.m
function varargout = hms(time,varargin);
%HMS Convert time to hour-min-sec format.
% [STR] = HMS(TIME) takes the time variable in seconds and returns the
% string of the form `xx hours, xx mi
www.eeworm.com/read/144084/5753295
sql q_totaldststats.sql
-- Get per-destination call statistics
-- Adjust time interval for voip_get_total_dst_stats
-- (you can also query for a specific time interval
-- by using voip_get_total_dst_stats('00:00:00 Nov 1, 2
www.eeworm.com/read/142648/5764310
java x92packager.java
/*
* Copyright (c) 2000 jPOS.org. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/141805/5768245
sql create.sql
drop table savingsaccount;
create table savingsaccount
(id varchar(3) constraint pk_savings_account primary key,
firstname varchar(24),
lastname varchar(24),
balance numeric(10,2));
exit;
www.eeworm.com/read/139332/5800835
hpp counting_iterator.hpp
// Copyright David Abrahams 2003.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef CO
www.eeworm.com/read/139332/5802788
hpp config.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted with
www.eeworm.com/read/136812/5857770
m4 zerobase.m4
##### RULESET ZERO PREAMBLE
# Ruleset 30 just calls rulesets 3 then 0.
S30
R$* $: $>3 $1 First canonicalize
R$* $@ $>0 $1 Then rerun ruleset 0
S0
# On entry, the address has been canonicali