代码搜索:DNC
找到约 76 项符合「DNC」的源代码
代码结果 76
www.eeworm.com/read/212166/15165196
h pp_if.h
//##############################################################################
// pp_if.h
// The dnc Module
// Copyright (c) Dreamsoft Mark Zhao
// Create Date:2007-3-16 16:44:34
// dnc_pp_if(c
www.eeworm.com/read/212166/15165204
h pp_repeat.h
// dnc_pp_repeat
#define dnc_pp_repeat(count, macro, data) dnc_pp_repeat_i(count, macro, data)
#define dnc_pp_repeat_i(count, macro, data) dnc_pp_repeat_##count(macro,data)
#define dnc_pp_repeat_
www.eeworm.com/read/212166/15165201
h pp_iif.h
//##############################################################################
// pp_iif.h
// The dnc Module
// Copyright (c) Dreamsoft Mark Zhao
// Create Date:2007-3-16 15:46:12
// dnc_pp_iif
www.eeworm.com/read/212166/15165202
cpp pp_if.t.cpp
#include "pp_if.h"
dnc_pp_if(4,aaa,bbb)
dnc_pp_if(0,aaa,bbb)
www.eeworm.com/read/212166/15165205
cpp pp_bool.t.cpp
#include "pp_bool.h"
dnc_pp_bool(9)
dnc_pp_bool(0)
www.eeworm.com/read/212162/15165369
cpp anyarray.t.cpp
#include "anyarray.h"
#include "typeline.h"
#include
#include "interface.h"
void* operator new( size_t size){
return 0;
}
//void operator delete[]( void* obj )
int main(
www.eeworm.com/read/212173/15165002
cpp typeline.t.cpp
#include "typeline.h"
#include "staticassert.h"
int main(){
dnc::TypeLine::types objA;
dnc::TypeList objB;
//objA and objB is same t
www.eeworm.com/read/381547/9085983
1 xcfxxp-vog48.1
V 51
K 188515767000 xcfxxp_vo48
|R 23:22_2-6-06
Y 0
D 0 0 341 301
Z 10
i 48
U 0 -40 10 0 3 0 LEVEL=STD
U 0 -30 10 0 3 0 PARTS=1
P 25 341 270 321 270 0 3 0
A 321 275 10 0 2 0 PINTYPE=BI
A 32
www.eeworm.com/read/175081/6959301
step
#!/bin/bash
#sed 's/Iris-setosa/0/;s/Iris-versicolor/1/;s/Iris-virginica/2/;
# s/\(.*\) \(.*\) \(.*\) \(.*\) \(.*\)$/\3 \4 \1 \2 \5/' \
# iris.tab > iris.trn
echo "petal_length petal_width ir
www.eeworm.com/read/212178/15164995
cpp utf8.t.cpp
#include
#include "utf8.h"
#include "string.h"
#include "sellib.h"
int main(int argc,char *argv[]){
std::string text = utf8("赵纯华");
dnc::utf8_const_iterator it(text.data()+5);