代码搜索:数字报

找到约 10,000 项符合「数字报」的源代码

代码结果 10,000
www.eeworm.com/read/128000/14320674

asp random.asp

生成随机字符串
www.eeworm.com/read/126690/14406543

java readfile.java

import java.io.*; /**读取文件,返回三种类型的信息 */ public class ReadFile{ Word w; /**存取单词*/ Data d;/**存取数字*/ Interpunction i;/**存取标点符号*/ public ReadFile(File F1)throws IOException{ /**分析过程*/
www.eeworm.com/read/226275/14482559

h serial.h

#ifndef _SERIAL_ #define _SERIAL_ void init_serial(void);//串口初始化 void SendCommString(unsigned char *base);//串口送字符串 char * itoa(UINT, char *, UCHAR);//数字到字符的转换 extern bit CommRecFlag;//串口接收标
www.eeworm.com/read/223809/14616779

htm 模板.htm

超星数字图书馆
www.eeworm.com/read/223502/14638102

htm 模板.htm

超星数字图书馆
www.eeworm.com/read/222477/14688664

cpp h3.cpp

#include using namespace std; int Search(int* a,int* t,int star,int end); int Search(int* a,int* t,int star,int end) { int mid=(star+end)/2,i=0; while(a[i]!=*t) //判断要查找的数字是否存在
www.eeworm.com/read/222039/14709980

h sortobject.h

#ifndef _SORT_OBJECT #define _SORT_OBJECT #include "windows.h" #define SORT_OBJECT_NUM 10 typedef struct tagSortObject { int iName; //待排序对象名:即0~9 int iSeq; //排序的序号 int iNumber;//教官给出的数字
www.eeworm.com/read/219945/14858849

c 66.c

#include #include char c_je[51]; /*大写金额字符变量*/ char* zh( x ) /*数字金额转换为大写金额子程序*/ double x; /*要转换的金额数*/ { int i, n, bz; cha
www.eeworm.com/read/117507/14917816

java orderid.java

package order.common; // 这个类负责产生订购单编号 public class OrderId{ public OrderId() { } // 订购单编号有数字和字母组成 static char[] digits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B',
www.eeworm.com/read/217431/14964468

txt outfileb.txt

关键字 符号 标识符 数字 0 1 2 3 (0,"var") (2,"tmp1") (1,",") (2,"AB") (1,",") (2,"c123") (1,":") (0,"integer") (1,";") (0,"begin") (2,"tmp1") (1,":") (1,"=") (3,"123") (1,"*") (