代码搜索结果

找到约 10,000 项符合 N 的代码

n_queens.m

clear all clc %<mark>n</mark>皇后问题 <mark>n</mark>=8; chess=zeros(<mark>n</mark>,<mark>n</mark>); row=zeros(1,<mark>n</mark>);%记录<mark>n</mark>列被占用的情况 mai<mark>n</mark>=zeros(1,2*<mark>n</mark>-1);%记录主对角线的使用情况 deputy=zeros(1,2*<mark>n</mark>-1);%记录从对角线的使用情况 <mark>n</mark>umber=0; [chess,row,mai<mark>n</mark>,deputy,<mark>n</mark>umber]=justtry(1,<mark>n</mark> ...

n_svpos.txt

-2915176.6619856 4654703.6977254 3232040.8833896 -2914466.8855739 4655444.7628629 3231674.7021710 -2915079.0259206 4655545.5427076 3230961.4571861 -2894238.5382532 4652897.2047635 3253227.2

aors_n.asm

d<mark>n</mark>l Alpha ev6 <mark>n</mark>ails mp<mark>n</mark>_add_<mark>n</mark> a<mark>n</mark>d mp<mark>n</mark>_sub_<mark>n</mark>. d<mark>n</mark>l Copyright 2002, 2006 Free Software Fou<mark>n</mark>datio<mark>n</mark>, I<mark>n</mark>c. d<mark>n</mark>l d<mark>n</mark>l This file is part of the G<mark>N</mark>U MP Library. d<mark>n</mark>l d<mark>n</mark>l The G<mark>N</mark>U MP Libra ...

sub_n.s

; mc88110 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. ; Copyright 1995, 1996, 2000 Free Software Foundation, Inc. ; This file is p

add_n.s

; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. ; Copyright 1995, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the G

read_n.tests

echo 'test' | (read reply; echo "$reply") echo 'test' | (read -n 3 reply; echo "$reply") echo 'test' | (read -n3 reply; echo "$reply")

n4000_defconfig

# # Automatically generated make config: don't edit # Linux kernel version: 2.6.10-pa5 # Wed Jan 5 13:40:36 2005 # CONFIG_PARISC=y CONFIG_MMU=y CONFIG_STACK_GROWSUP=y CONFIG_RWSEM_GENERIC_SPINLOCK=y

n2.c

/* * SDL Inc. RISCom/N2 synchronous serial card driver for Linux * * Copyright (C) 1998-2003 Krzysztof Halasa * * This program is free software; you can redistribute it and/or mod

tail-n-works

[ -n "$d" ] || d=.. tail -n 2 "$d/README" > logfile.gnu busybox tail -n 2 "$d/README" > logfile.bb cmp logfile.gnu logfile.bb