代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/426337/10260112
c x264_gtk_rc.c
#include
#include "x264_gtk_i18n.h"
#include "x264_gtk_private.h"
/* Callbacks */
static void _insert_numeric (GtkEditable *editable,
const gchar *text,
www.eeworm.com/read/354492/10349620
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/159920/10589368
c fmtmoney.c
/*
** FMTMONEY.C - Format a U.S. dollar value into a numeric string
**
** public domain demo by Bob Stout
*/
#include
#include
#include
#include
www.eeworm.com/read/277141/10663279
htm otl4_ex580.htm
OTL 4.0, Example 580 (Strict numeric type checking on SELECTs)
www.eeworm.com/read/350014/10776420
vhd sinetest.vhd
library ieee;
use ieee.std_logic_1164.all;
--use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity sinetest is
end entity sinetest;
architecture OneKHzsine of sinetest is
type Si
www.eeworm.com/read/350014/10776441
vhd sinetesttenk.vhd
library ieee;
use ieee.std_logic_1164.all;
--use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity sinetest is
end entity sinetest;
architecture OneKHzsine of sinetest is
type Si
www.eeworm.com/read/275376/10821531
cpp 10_12.cpp
//10_12.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
int iarray[]={1,2,3,4,5};
vector ivector(iarray,iarray+si
www.eeworm.com/read/416863/11011328
cpp bin2txtdlg.cpp
// bin2txtDlg.cpp : implementation file
//
#include "stdafx.h"
#include "bin2txt.h"
#include "bin2txtDlg.h"
#include
#include
#include
#include
#inc
www.eeworm.com/read/454938/7381256
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/447999/7542241
vhd dflip.vhd
library ieee;
use ieee.std_logic_1164.ALL;
use ieee.numeric_std.ALL;
-- synopsys translate_off
--library UNISIM;
--use UNISIM.Vcomponents.ALL;
-- synopsys translate_on
entity dflip is
p