代码搜索:source 有哪些应用?

找到约 10,000 项符合「source 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/272512/10955264

txt source.txt

main() { int a,b; a = 10; b = a + 20; }
www.eeworm.com/read/418219/10957923

zip source.zip

www.eeworm.com/read/272396/10958821

txt source.txt

s=[366 210 40 -89 -195 -304 -421 -519 -589 -631 -639 -598 -554 -486 -421 -375 -333 -239 -149 -58 -3 86 116 153 173 199 200 214 210 204 175 159 117 59 17 -47 -121 -207 -259 -304 -326 -355 -371 -385 -39
www.eeworm.com/read/272348/10961650

txt source.txt

PROGRAM MERGE(L1,L2;list;car LOUT:listout); VAR I,J:inerger; BEGIN I:=1;J:=1;{从第一个元素开始} WHILE(I
www.eeworm.com/read/272170/10967634

txt source.txt

www.eeworm.com/read/417288/10996963

h source.h

#define TLC_DIN P1_0 /*TLC5617的数据线*/ #define TLC_CLK P1_1 /*TLC5617的时钟线*/ #define TLC_NCS P1_2 /*TLC5617的片选线*/ #define TLC_CLK_SET TLC_CLK=1 #define TLC_CLK_CLR
www.eeworm.com/read/271346/10999784

txt source.txt

main( ) { int i; i=5; }
www.eeworm.com/read/271226/11002540

txt source.txt

// ----------------------------- scanner.h --------------------------------- #include #include #include #include #include #include
www.eeworm.com/read/417108/11003252

prepare-source

#!/bin/sh # Either use autoconf and autoheader to create configure.sh and config.h.in # or (optionally) fetch the latest development versions of generated files. # # Specify one action or more than on
www.eeworm.com/read/416498/11023536

txt source.txt

  在某些产品的显示部分(如点真LED,液晶屏等)往往都要显示汉字,而字库是这类产品系统中必不可少的,最近我也用到了字库这部分,在这里把我的心得和整理的资料分享下.   GB18030字库是一个相对比较全的字库,大小不超过1M字节.本人存储器用的是29c040(两片),对29C040的读操作非常简单,类似于SRAM。主要是怎么样通过汉字的汉字代码找到汉字在存储器中的位置。GB18030每个汉 ...