代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/192089/8407620
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/390051/8488471
vhd fir5k.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.numeric_std.ALL;
ENTITY fir5k IS
PORT( clk : IN std_logic;
clkin : IN std_logic;
rst
www.eeworm.com/read/289731/8532122
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/433114/8544658
m show_precision.m
function show_precision(ds)
% Function checks numeric fields of specific structures (seismic, well log,
% table, pseudo-wells) to see if they have all the same precision.
%
% Written by: E. R.: Decem
www.eeworm.com/read/288910/8594844
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/388617/8595603
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/388617/8596625
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/385281/8810402
html progression-progress.html
Code Fragment
/**
* A class for numeric progressions.
*/
www.eeworm.com/read/384965/8826514
c alg18.c
#include
#include
#include
int main()
{
int ia[] = { 2, 3, 5, 8 };
int ia2[] = { 1, 2, 3, 4 };
// multiply the element pair from the two arrays
// the
www.eeworm.com/read/428962/8826704
vhd counter.vhd
library IEEE;
use IEEE.std_logic_1164.all, IEEE.numeric_std.all;
entity counter is
generic(n: NATURAL := 16);
port( clock: in std_logic;
reset: in std_logic;
se