代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/15127/432528
cpp gser.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gser(DP &gamser, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::ep
www.eeworm.com/read/15127/432579
cpp gcf.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gcf(DP &gammcf, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::eps
www.eeworm.com/read/37320/1072208
c++
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/480257/1320601
vhd components.vhd
--
--
-- SVN Revision Information:
-- SVN $Revision: 346 $
-- SVN $Date: 2008-01-16 07:57:25 -0800 (Wed, 16 Jan 2008) $
--
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all
www.eeworm.com/read/475809/1381199
cpp gser.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gser(DP &gamser, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::ep
www.eeworm.com/read/475809/1381250
cpp gcf.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gcf(DP &gammcf, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::eps
www.eeworm.com/read/222917/4816388
phpt 001.phpt
--TEST--
Test array_merge and array_walk
--POST--
--GET--
--INI--
precision=14
--FILE--
www.eeworm.com/read/222917/4816415
phpt bug24220.phpt
--TEST--n
Bug #24220 (range() numeric string handling)
--FILE--
--EXPECT--
array(2) {
[0]=>
int(
www.eeworm.com/read/202980/5044678
py test_cluster.py
from Numeric import *
def print_row(data):
print "[",
for number in data[:-1]: print "%7.3f," % number,
print "%7.3f]" % data[-1]
def print_matrix(data, mask):
n,m = shape(data)
for i in r
www.eeworm.com/read/183001/5260352
parallel_schedule
# ----------
# The first group of parallel test
# ----------
test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric
# Depends on things setup during char, varchar and text