代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/421629/2051066
props visualize.props
# Properties for visualization
# Maximum precision for numeric values
weka.gui.visualize.precision=10
# Colour for the axis in the 2D plot (can use R,G,B format)
weka.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/417145/2104456
vhd sdramcntl.vhd
library IEEE,unisim;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use unisim.vcomponents.all;
entity sdramCntl is
generic(
FREQ: natural := 25_000; -- operating frequency in KHz
www.eeworm.com/read/407072/2270978
cpp random.cpp
//#if defined(__GNUC__) && defined(GCC_PCH)
// #include "aux.hpp"
//#else
#include "Random.hpp"
//#endif
#include "boost/mpi.hpp"
#include "boost/numeric/bindings/traits/ublas_vector.hpp"
#include
www.eeworm.com/read/407072/2270988
cpp matrix.cpp
//#if defined(__GNUC__) && defined(GCC_PCH)
// #include "aux.hpp"
//#else
#include "matrix.hpp"
#include "vector.hpp"
//#endif
#include "boost/numeric/ublas/vector_proxy.hpp"
#include "boost/num
www.eeworm.com/read/402654/2318707
cpp matrix_norms.cpp
#include
#include
int main(int argc, char* argv[])
{
using namespace mtl;
const unsigned n= 10;
dense2D
www.eeworm.com/read/402654/2318709
cpp morton_dense.cpp
// File: morton_dense.cpp
#include
#include
int main(int argc, char* argv[])
{
using namespace mtl;
// Z-order matrix
morton_dense
www.eeworm.com/read/402654/2318757
cpp complexity.cpp
#include
#include
#include
#include
#include
using namespace std;
using namespace mtl::comple