代码搜索:数字存储

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

代码结果 10,000
www.eeworm.com/read/312271/13614230

cpp xindao.cpp

#include #include double a[10]; //用于存储符号的概率 int n; //请输入单符号信源元素个数 double b[10]; //用于存储码字的概率 int k[10]; //用于存储Ki的K
www.eeworm.com/read/116855/14951780

h c3-1.h

/* c3-1.h 栈的顺序存储表示 */ #define STACK_INIT_SIZE 10 /* 存储空间初始分配量 */ #define STACKINCREMENT 2 /* 存储空间分配增量 */ struct PosType { int x; int y; }; typedef struct SElemType { i
www.eeworm.com/read/25701/949355

icf lpld_boot_k60dn512.icf

/*MK60DN512ZVLQ10 存储空间分配 */ //0x0000,0000----0x0000,5000用于存储BOOT_LOADER //0x0000,5000----0x0008,0000用于存储用户代码 /************************************************************************/ define symbo
www.eeworm.com/read/26441/958883

makefile

############################################################################### # Makefile for the project MMC存储卡测试 ###############################################################################
www.eeworm.com/read/28694/1005478

makefile

############################################################################### # Makefile for the project MMC存储卡测试 ###############################################################################
www.eeworm.com/read/351553/10640619

lik monthdayclock.lik

Version: 3.0 Options: m37 Obj: "D:\61开发环境\startupD.obj" Obj: "D:\lanrm\数字电子钟礼包\Code\Monthdayclock\Debug\Resource.obj" Obj: "D:\lanrm\数字电子钟礼包\Code\Monthdayclock\Debug\IRQ.obj" Obj: "D:\lanrm\数字电子钟
www.eeworm.com/read/442313/7655432

grs 2.3.grs

$$定义字符串。 string/str(10) $$输入数字num。 l10: param/'input the number','数字=',num,resp jump/l10:,trm:,,resp $$按输入的数字num确定字符串str的内容。 l20: ifthen/num>0 str='red' elseif/num==0 str=
www.eeworm.com/read/339282/12245259

c led.c

/*----------------------------------- 收款机数字显示器驱动程序(通信部分) -----------------------------------*/ /*数字led显示程序模块,通常显示0。00,只有在营业过程中改变输入的数字及小计,单价,余额指示灯*/ #include #include #in
www.eeworm.com/read/339282/12245284

led1

/*----------------------------------- 收款机数字显示器驱动程序(通信部分) -----------------------------------*/ /*数字led显示程序模块,通常显示0。00,只有在营业过程中改变输入的数字及小计,单价,余额指示灯*/ #include #include #in
www.eeworm.com/read/453704/1637892

java round.java

package book.number; import java.math.BigDecimal; /** * 对数字进行各种模式的舍入,如四舍五入等 */ public class Round { /** * 利用java.lang.Math类对数字进行四舍五入 * @param dou 待舍入的数字 * @return */ public st