代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/370001/7154616
vhd imagexlib_utils.vhd
-- ************************************************************************
-- Copyright(C) 2005 by Xilinx, Inc. All rights reserved.
-- This text/file contains proprietary, confidential
-- informa
www.eeworm.com/read/460006/7259191
txt dashuxiangcheng.txt
#include
#include
#include
#define N 100
void GetDigits(int *a,char *s);
void multiply(int *a,int *b,int *c);
main()
{
char s1[N],s2[N];
int i,j,a[N],b
www.eeworm.com/read/457434/7325536
cpp 数中的最大数.cpp
#include
#include
using namespace std;
const int N=1000*1000*10 +1;
char buf[N],ans;
int main()
{
int k;
while(scanf(" %s%d", buf, &k)!=EOF)
{
int l
www.eeworm.com/read/452713/7434376
cpp xt3-16.cpp
#include
using namespace std;
int main ()
{char c;
int letters=0,space=0,digit=0,other=0;
cout
www.eeworm.com/read/452713/7434499
cpp xt6-16.cpp
#include
using namespace std;
int main()
{char str[50],*pstr;
int i,j,k,m,e10,digit,ndigit,a[10],*pa;
cout
www.eeworm.com/read/452695/7436428
c program4_11.c
/* Program 4.11 Reversing the digits */
#include
int main(void)
{
int number = 0; /* The number to be reversed */
int rebmun = 0; /* The
www.eeworm.com/read/451351/7466842
java ex5_5.java
//5.5(输出唯一的数)
import javax.swing.JOptionPane;
public class Ex5_5{
public static void main (String[] args) {
int numofdigit=0;
int[] digit=new int[10];
for(int i=0;i
www.eeworm.com/read/444799/7606453
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/444091/7618087
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/443457/7632540
cpp 1663.cpp
#include
#include
#include
using namespace std;
int digit[2][10];
void trans(int temp, int d)
{
int m, n, k, i;
k = 1;
while (k