代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/101042/6258865
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MMNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 t
www.eeworm.com/read/101042/6259192
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MMNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 t
www.eeworm.com/read/263246/11370112
vhd pulse_shape.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY pulse_shape IS
PORT(
CLK : IN std_logic;
KEY : IN std_logic;
RESET : IN
www.eeworm.com/read/408235/11401312
scm srfi-4.scm
;;;; srfi-4.scm - Homogeneous numeric vectors
;
; Copyright (c) 2000-2007, Felix L. Winkelmann
; Copyright (c) 2008, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and bi
www.eeworm.com/read/346994/11706815
c input.c
/* Demonstrates using scanf() to input numeric and text data. */
#include
char lname[257], fname[257];
int count, id_num;
int main( void )
{
/* Prompt the user. */
put
www.eeworm.com/read/340916/12124628
cpp ex10_12.cpp
// Ex10_12.cpp
// Using stream and inserter iterators
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::vector;
using std::
www.eeworm.com/read/151704/12180423
m read_structure.m
function resp = read_structure(st,args)
% READ Read values stored in the location pointed to the STRUCTURE object ST.
%
% O = READ(st) - reads the numeric values of each STRUCTURE member in ST. T