代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/316872/3603657
c usbusx2y.c
/*
* usbusy2y.c - ALSA USB US-428 Driver
*
2005-04-14 Karsten Wiese
Version 0.8.7.2:
Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom.
Tested o
www.eeworm.com/read/312645/3657753
changelog
2001-07-13 Gary Thomas
* src/assabet_pcmcia.c (cf_hwr_change_state): Check for VERS_1
field instead of MANID since some cards don't seem to have that one.
Suggested by I
www.eeworm.com/read/290357/3977494
sql 类别自动生成编号示例.sql
--根据输入类别自动生成编号示例
--表
create table tab(a varchar(20),b varchar(100))
go
--触发器
create trigger tr_insert on tab
instead of insert
as
declare @dt varchar(10)
set @dt='-'+convert(varchar(10),g
www.eeworm.com/read/277810/4151760
h unistdx.h
#ifndef UNISTDX_H_INCLUDED
#define UNISTDX_H_INCLUDED
/* Xmlrpc-c code #includes "unistdx.h" instead of because
does not exist on WIN32.
*/
#ifndef WIN32
# include
www.eeworm.com/read/268723/4250489
svn-base tvdebug.h.svn-base
#ifndef __TVDEBUG_H
#define __TVDEBUG_H
#include "tUtils.h"
#define TV_DEBUG_BUFFER_SIZE (40 + 3)
#define USE_UART_DEBUG
//dy 1115 add, close fast debug when releasing, use 40EEDD instead
www.eeworm.com/read/440906/1777983
c crash12.c
// Bug: g++ dies instead of flagging this invalid.
// Build don't link:
inline float max(float x, float y) { return (x>y)?x:y; }
float b(float x, float y, float z)
{
float f = (y
www.eeworm.com/read/433911/1880192
py ptr_arith_t.py
""" Checks that ptr_arith_t usage in source code. ptr_arithh_t is non-portable
use ptrdiff_t instead. """
import _types
type_list = _types.source_files + _types.header_files + _types.inline_
www.eeworm.com/read/398200/2384944
changelog
2003-12-02 Sandeep
* src/mqueue.cxx (new): define a placement new instead of using
2003-11-19 Rickard Westman
* src/mqueue.cxx: Fix problem
www.eeworm.com/read/393286/2485051
c usbusx2y.c
/*
* usbusy2y.c - ALSA USB US-428 Driver
*
2005-04-14 Karsten Wiese
Version 0.8.7.2:
Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom.
Tested o
www.eeworm.com/read/383868/2611083
c usbusx2y.c
/*
* usbusy2y.c - ALSA USB US-428 Driver
*
2005-04-14 Karsten Wiese
Version 0.8.7.2:
Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom.
Tested o