代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/299965/7817721
cpp analysis.cpp
#include
#include
#include
#include
#include
#include "Vec.h"
#include "Student_info.h"
#include "grade.h"
#include "median.h"
usin
www.eeworm.com/read/199272/7871532
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 to
www.eeworm.com/read/198867/7906132
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 to
www.eeworm.com/read/196106/8114832
cpp rk.cpp
/* Rabin Karp string search algorithm */
#include
#include
unsigned int q = 65521; /* largest prime < 2^16 */
unsigned int d = 257; /* base for numeric interpretation
www.eeworm.com/read/144874/12765238
cpp sudoku.cpp
#include
#include
#include
#include
using namespace std;
numeric_limits real;
double delta = sqrt(real.epsilon()), infinity = real.infinity();
struct Vec
{
www.eeworm.com/read/144627/12779679
c svd.c
/* svd.c: Perform a singular value decomposition A = USV' of square matrix.
*
* This routine has been adapted with permission from a Pascal implementation
* (c) 1988 J. C. Nash, "Compact numeric
www.eeworm.com/read/331132/12847400
asm tskndp.asm
;
; --- Version 2.2 90-10-12 10:38 ---
;
; CTask - 80x87 Numeric Data Processor support
;
; Public Domain Software written by
; Thomas Wagner
; Ferrari electronic Gmbh
; Beusselstrasse 27
www.eeworm.com/read/139382/13159286
cpp analysis.cpp
#include
#include
#include
#include
#include
#include "Vec.h"
#include "Student_info.h"
#include "grade.h"
#include "median.h"
usin
www.eeworm.com/read/139382/13159448
cpp analysis.cpp
#include
#include
#include
#include
#include
#include "Vec.h"
#include "Student_info.h"
#include "grade.h"
#include "median.h"
usin
www.eeworm.com/read/136959/13350996
c ltoa.c
/*
** LTOA.C -- routine and example program to convert a long int to
** the specified numeric base, from 2 to 36.
**
** Written by Thad Smith III, Boulder, CO. USA 9/06/91
** and contributed to