代码搜索结果

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

q.s

.data | .asciz "@(#)q.s 1.1 92/07/30 Copyr 1984 Sun Micro" .even .text | Copyright (c) 1984 by Sun Microsystems, Inc. | quad arithmetic: manipulates: | struct quad { unsigned q[2]; }; param1 =

q.c

/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Rodney Ruddock of the Unive

q_i

"10","*******","*******","*******","*******","*******","*******","*******","*******","*******","1","*******","*******","*******","*******","*******","*******","*******","*******","*******","7","******

q.h

/* * Copyright (c) 1998-2001 by NETsilicon Inc. * * This software is copyrighted by and is the sole property of * NETsilicon. All rights, title, ownership, or other interests * in the s

q.java

/** * A Q is one Question used in TestEdit. */ public class Q extends java.util.Observable { public static final String labels[] = { "A", "B", "C", "D" }; /** The text of the question */ Stri

q.java

/* * Copyright (c) 1999 The Java Apache Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha

q.m

b1 = zeros(600,800,3); b2 = zeros(600,800,3); for i = 1:3 b1(:,:,i) = 230 -a1(:,:,i); b2(:,:,i) = 200 - a2(:,:,i); end figure;image(uint8(b1)) figure;image(uint8(b2))