代码搜索:ability
找到约 977 项符合「ability」的源代码
代码结果 977
www.eeworm.com/read/144120/12812768
v concat.v
// Test the parser's ability to handle concatenations.
module simple(inout [1:0] a);
wire b, c;
assign a = {b,c};
endmodule
module multi(inout [31:0] a);
wire [3:0] b;
assign a = {
www.eeworm.com/read/150491/5692117
bas resmod.bas
Attribute VB_Name = "ResMod"
' I Got This Sub From Planet-Source-Code
' It Was Written By Mike Miller.
' I added the ability to return a true or false
' so the programmer knows if the user's compu
www.eeworm.com/read/149876/5696266
c overlays.c
/* Support program for testing gdb's ability to debug overlays
in the inferior. */
#include "ovlymgr.h"
extern int foo PARAMS((int));
extern int bar PARAMS((int));
extern int baz PARAMS((int));
www.eeworm.com/read/149876/5696271
c restore.c
/* Test GDB's ability to restore saved registers from stack frames
when using the `return' command.
Jim Blandy --- December 1998 */
#include
/* This is the Emacs Li
www.eeworm.com/read/148694/5711703
c overlays.c
/* Support program for testing gdb's ability to debug overlays
in the inferior. */
#include "ovlymgr.h"
extern int foo PARAMS((int));
extern int bar PARAMS((int));
extern int baz PARAMS((int));
www.eeworm.com/read/148694/5711708
c restore.c
/* Test GDB's ability to restore saved registers from stack frames
when using the `return' command.
Jim Blandy --- December 1998 */
#include
/* This is the Emacs Li
www.eeworm.com/read/124347/6052960
txt how-autoload-works.txt
Copyright 2002 Red Hat Inc., Egor Duda
How does function autoloading work?
Cygwin has the ability to handle win32 functions which are present on
some platforms and not present on others via autoload
www.eeworm.com/read/117181/6110567
c overlays.c
/* Support program for testing gdb's ability to debug overlays
in the inferior. */
#include "ovlymgr.h"
extern int foo PARAMS((int));
extern int bar PARAMS((int));
extern int baz PARAMS((int));
www.eeworm.com/read/117181/6110574
c restore.c
/* Test GDB's ability to restore saved registers from stack frames
when using the `return' command.
Jim Blandy --- December 1998 */
#include
/* This is the Emacs Li
www.eeworm.com/read/116008/6114287
readme
Similar to net.tinyos.packet, but based on the struct-layout dumping-ability
of nesc.
It would have been nice to reuse the net.tinyos.packet infrastructure, but
that wasn't based on the right abstrac