代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/266571/11219592
vhd chipio.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
--
-- RS232 Example Project
-- Doug Hodson, May 2003
-- www.RetroMicro.com
--
entity chipIO is
port(
pin_
www.eeworm.com/read/265611/11259986
vhm trafic.vhm
--
-- Written by Synplicity
-- Thu Dec 06 09:08:46 2007
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
entity X
www.eeworm.com/read/334951/12559118
cpp ei.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::ei(const DP x)
{
const int MAXIT=100;
const DP EULER=0.577215664901533;
const DP EPS=numeric_limits::eps
www.eeworm.com/read/202224/15389086
c mycalc.c
/*
* mycalc.c - calculates x^2 - x + 1/x for each element of an array.
*
* MATLAB usage: p = mycalc(n)
*
* Mastering MATLAB 7 C MEX Example 2:
* single 2-D real numeric array input,
www.eeworm.com/read/111979/15497341
htm sort_on_col_generic.shtml.htm
CListCtrl - Sort list based on text/numeric/date-t
www.eeworm.com/read/106929/15617170
cpp ei.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::ei(const DP x)
{
const int MAXIT=100;
const DP EULER=0.577215664901533;
const DP EPS=numeric_limits::eps
www.eeworm.com/read/104413/15694482
txt applet 代码2.txt
作者:blackwhites
email: blackwhites@sohu.com
日期:2000-10-11 15:02:01
Limit TextField input to numeric valueimport java.awt.*;
import java.awt.event.*;
public class TextFieldWithLimit extends Tex
www.eeworm.com/read/101103/15852490
java chtype.java
//==============================================================
// ChType.java - Determines type and numeric value of characters
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.
www.eeworm.com/read/428603/8856552
vhd key_interface.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
package key_Inter_pckg is
component key_interface --100_000
generic( FREQ : natural := 50000 ); -- frequency of the main cl
www.eeworm.com/read/421049/10758889
vhd my_component.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity my_component is
generic ( array_size: positive :=2);
port( clk: in std_logic;
rst: in std_logic;