代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/101990/6234795
profile etoken.profile
#
# PKCS15 r/w profile for Aladdin eToken
#
cardinfo {
max-pin-length = 8;
pin-encoding = ascii-numeric;
pin-pad-char = 0x00;
}
# Define reasonable limits for PINs and PUK
# Note that we
www.eeworm.com/read/186480/6334495
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/484166/6591851
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/482837/6614256
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/479650/6689688
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/264889/11296217
cpp 10_43.cpp
#include
#include //包含数值算法头文件
using namespace std;
class multclass //定义multclass类
{ public:
int operator()(int x, int y) const {return x*y;} //重载操作符operator()
};
void m
www.eeworm.com/read/264889/11296251
cpp 10_44.cpp
#include
#include //包含数值算法头文件
#include //包含标准函数对象头文件
using namespace std;
void main()
{ int A[] = {1, 2, 3, 4, 5}; const int N = sizeof(A) / sizeof(int);
www.eeworm.com/read/263246/11370120
vhd stop_watch.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY stop_watch IS
port(
CLK : in std_logic; --4096 Hz
RESET : in std_logic; -- LOW active
KEY1
www.eeworm.com/read/407961/11406993
vhd count2.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/407961/11406994
vhd equal1.vhd
-- includes Errata 5.2
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all; -- errata 5.2
entity compare is port (
ina: in std_logic_vector (3 downto 0);
inb: in std_logic_