代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/424551/10439818
h big_num.h
/* NN.H - header file for NN.C
*/
/* Type definitions.
typedef UINT4 NN_DIGIT;
typedef UINT2 NN_HALF_DIGIT;
*/
/* Constants.
Note: MAX_NN_DIGITS is long enough to hold any RSA modulus, plus
www.eeworm.com/read/424551/10439833
c big_num.c
/*
* NN.C - natural numbers routines
*/
#include "rsaref.h"
#include "big_num.h"
static NN_DIGIT NN_AddDigitMult PROTO_LIST
((NN_DIGIT *, NN_DIGIT *, NN_DIGIT, NN_DIGIT *, unsigned int));
stati
www.eeworm.com/read/423558/10549075
gif num_primitives.gif
www.eeworm.com/read/278058/10578043
cpp num_test.cpp
// num_test.cpp -- use numeric test in for loop
#include
int main()
{
using namespace std;
cout > limit;
www.eeworm.com/read/352105/10580871
sql total_num.sql
USE Stock
GO
CREATE VIEW dbo.Total_Num
AS
SELECT dbo.ProInStore.Pid, SUM(dbo.ProInStore.Pnum) AS Total
FROM dbo.ProInStore INNER JOIN
dbo.Product ON dbo.ProInStore.Pid = dbo.Product.Pid
G
www.eeworm.com/read/350922/10696565
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/350637/10724462
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/158833/10724635
rar num1.rar
www.eeworm.com/read/158833/10724638