代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/133772/5901541
c inet_addr.c
//==========================================================================
//
// net/inet_addr.c
//
// Stand-alone IP address parsing for RedBoot
//
//===============================
www.eeworm.com/read/130105/5964870
c putnum.c
/* putnum.c -- put a hex number on the output device.
*
* Copyright (c) 1995 Cygnus Support
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this soft
www.eeworm.com/read/127043/6009769
java uuidgenerator.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/124347/6052111
c __ten_mu.c
/*
* [atw] multiply 64 bit accumulator by 10 and add digit.
* The KA/CA way to do this should be to use
* a 64-bit integer internally and use "adjust" to
* convert it to float at the end of proces
www.eeworm.com/read/106385/6194786
c inet_addr.c
//==========================================================================
//
// net/inet_addr.c
//
// Stand-alone IP address parsing for RedBoot
//
//=====================================
www.eeworm.com/read/100601/6267458
txt test-arrays.txt
#
# Test suite table for MPI library
#
# Format of entries:
# suite-name:function-name:description
#
# suite-name The name used to identify this test in mpi-test
# function-name The function called to
www.eeworm.com/read/488823/6486430
cpp 1316.cpp
#include
int main()
{
int a[10000];
for(int i = 0; i < 10000; i++)
{
a[i] = 0;
}
int digit;
int left;
int sum = 0;
for(i = 1; i < 10000; i++)
{
digit = i % 10;
www.eeworm.com/read/488427/6486994
v hexdisplay.v
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer: Patrick Moore and John Lagnese (group 1)
//
// Create Date: 15:17:34 01/24/2007
// Des
www.eeworm.com/read/488431/6487142
v hexdisplay.v
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer: Patrick Moore and John Lagnese (group 1)
//
// Create Date: 15:17:34 01/24/2007
// Des