代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/332098/12779482

19 fig17.19

#include "apue.h" /* * Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int send_er
www.eeworm.com/read/245557/12794473

h pic16f946.h

#ifndef _HTC_H_ //#warning Header file pic16f946.h included directly. Use #include instead. #endif /* header file for the MICROCHIP PIC microcontroller */ #ifndef __PIC16F946_H #
www.eeworm.com/read/331180/12840576

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int send_err
www.eeworm.com/read/331180/12840729

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int send_err
www.eeworm.com/read/331180/12841415

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int send_err
www.eeworm.com/read/331180/12841873

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int send_err
www.eeworm.com/read/328062/13048870

txt readme.txt

Save you own crtavr.o file and copy os\crtavr.o to icc\lib\ to make the startup code start with os_start() instead of main(), also you can use the crtavr.s file, only change the "rcall _main" to "rcal
www.eeworm.com/read/241364/13150796

sql say_nothing.sql

/*-- say_nothing.sql */ DROP VIEW x_view; DROP TABLE x; CREATE TABLE x (col1 NUMBER); CREATE VIEW x_view AS SELECT * FROM x; CREATE OR REPLACE TRIGGER x_view_insert INSTEAD OF INSE
www.eeworm.com/read/136699/13365182

m msub2ind.m

function ind=msub2ind(siz,sub) %function ind=msub2ind(siz,sub) % %same as sub2ind() but sub is a vector %instead of separate subindexes % %by Lucio Andrade %April 2001 switch length(siz) case 1, ind
www.eeworm.com/read/136699/13365250

m mind2sub.m

function sub=mind2sub(siz,ind) %function sub=mind2sub(siz,ind) % %same as ind2sub() but sub is a vector %instead of separate subindexes % %by Lucio Andrade %April 2001 switch length(siz) case 1, sub