代码搜索:数字跑表

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

代码结果 10,000
www.eeworm.com/read/183362/9167162

c atoi.c

//测试结果:把字符串"31512"转换成了数字31512. #include "string.h" #include "stdio.h" int main() { char tmp[10]="31512"; int i; char *p; p=tmp; i=atoi(p); printf("%d\n",i); return 0; }
www.eeworm.com/read/180926/9279317

+

~~~~~~~~~~~~~ 点睛工作室 ~~~~~~~~~~~~~             点睛猜数字 Java 版 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   本软件在 IBM PC 、Windows XP 下测试通过。   源代码在 IBM PC 、Windows XP、J2SDK 1.3.0 下编译,在 J2RE 1.4.1 下运行通 ...
www.eeworm.com/read/375380/9362185

plg shuzizhong.plg

礦ision3 Build Log Project: H:\数字钟\shuzizhong.uv2 Project File Date: 10/31/2008 Output:
www.eeworm.com/read/170114/9818849

c 7-39.c

/* 将字符串a 与字符串b转换成数字后相加*/ #include main() { char *a="–100.23"; char *b="200e-2"; float c; c=atof(a)+atof(b); printf("c=%.2f\n",c); }
www.eeworm.com/read/365074/9880204

c count.c

/*count.c: 统计各个数字、空白及其它字符的次数*/ int puts(char *); int printf(char *fmt, int); int getchar(); int main(void) { int c, i, nwhite, nother; int ndigit[10]; nwhite = nother = 0; i = 0; while (i < 10)
www.eeworm.com/read/168054/9940915

c data.c

#include #include #include void dat_add_num(double num)//置数字数据 { if (num_dat_sta==NULL) { num_dat_sta=(struct num_dat *)malloc(sizeof(struct num_d
www.eeworm.com/read/363302/9960685

vhd decoder_display.vhd

library ieee; use ieee.std_logic_1164.all; entity decoder_display is port( clk : in std_logic; data : in std_logic_vector(9 downto 0); --用于数字键0-9输入 q : out std_logic_vector(6 downto
www.eeworm.com/read/363075/9968777

java letterrandom.java

package Random; import java.util.Random; /** * LetterRandom类主要用于生成指定长度的大小写及数字混合的随机字符串. * @author shif * */ class MyRandom { private int max; private int min; private int num; pr
www.eeworm.com/read/359826/10122417

asm keymic.asm

;小电子琴,按P3口的小键盘喇叭发出不同频率的声音。同时数码管显示不同的数字。 ;*************************************************************************** ;* sxj1974@163.com (51c51 test web) www.8951.com * ;* Create by
www.eeworm.com/read/359826/10122809

asm key.asm

;键盘控制的数字显示与小灯。按p32,p33,p34,p35,分别全部显示0123 ;*************************************************************************** ;* sxj1974@163.com (51c51 test web) www.8951.com * ;* Create b