代码搜索结果
找到约 10,000 项符合
N 的代码
n皇后构造解.txt
//N皇后构造解,n>=4
void even1(int n,int *p){
int i;
for (i=1;i
i18n.sh
# Set up i18n variables
export LANG=en
_g_n_d.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 X
c14n.c
/*
* "Canonical XML" implementation
* http://www.w3.org/TR/xml-c14n
*
* "Exclusive XML Canonicalization" implementation
* http://www.w3.org/TR/xml-exc-c14n
*
* See Copyright for the status of
c14n.h
/*
* Summary: Provide Canonical XML and Exclusive XML Canonicalization
* Description: the c14n modules provides a
*
* "Canonical XML" implementation
* http://www.w3.org/TR/xml-c14n
*
* and an