代码搜索结果
找到约 10,000 项符合
N 的代码
copy_n.c
/*
** Copy exactly N characters from the string in src to the dst
** array (padding with NULs if needed).
*/
void
copy_n( char dst[], char src[], int n )
{
int dst_index, src_index;
src_in
16_n.asm
data_seg segment
car db 29
db 40h,0bh,0,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
fuzzy_n.txt
0.51 0.4 0.56 0.17 0.5 0.5 0.49 0.22
0.4 0.39 0.6 0.15 0.5 0 0.58 0.3
0.4 0.42 0.57 0.35 0.5 0 0.53 0.25
0.46 0.44 0.52 0.11 0.5 0 0.5 0.22
0.47 0.39 0.5 0.11 0.5 0 0.49 0.4
0.45 0.4 0.5 0.16 0.5
n皇后问题.cpp
#include
#include
int **a;
int *h;
bool put(int i,int j,int n)
{
int r,s;
for(r=0;r