代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/410728/2205147
h x.h
template
class Adder {
public:
void set(T);
T get();
T add(T);
private:
T val;
};
template
void Adder::set(T new_val)
{
val = new_val;
}
template
T Adder
www.eeworm.com/read/410339/2211038
x armelf.x
/* Default linker script, for normal executables */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
SEARCH_DIR("/usr/local/arm-uclinux-tools/a
www.eeworm.com/read/409921/2223237
h x.h
#ifndef HAVE_X
# include "textconf.h"
#endif
#ifdef HAVE_XVIEW
# include "xvconf.h"
# include "xvmain.h"
#endif
#ifdef HAVE_TK
# include "tkconf.h"
# include "tkmain.h"
# i