代码搜索:Delete
找到约 10,000 项符合「Delete」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13353347
test limit.test
#
# Test of update and delete with limit
#
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (a int not null default 0 primary key, b int not null default 0);
insert into
www.eeworm.com/read/315211/13548670
c 2-3.c
/*2-3.C*/
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah=0x41;
regs.x.dx=(unsigned)filename;
ret=intdos(®s,®s);
re
www.eeworm.com/read/489577/6465995
h define.h
#ifndef DEFINE_H_INCLUDE
#define DEFINE_H_INCLUDE
#define SAFE_DELETE(p) {if((p)) delete (p); (p)=NULL;}
#endif//DEFINE_H_INCLUDE
www.eeworm.com/read/489657/6468644
c 2_2.c
/*-------例程2-2 -------*/
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah=0x41;
regs.x.dx=(unsigned)filename;
ret=int
www.eeworm.com/read/479520/6688127
c 2-3.c
/*2-3.C*/
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah=0x41;
regs.x.dx=(unsigned)filename;
ret=intdos(®s,®s);
re
www.eeworm.com/read/409572/11318903
c 2-3.c
/*2-3.C*/
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah=0x41;
regs.x.dx=(unsigned)filename;
ret=intdos(®s,®s);
re
www.eeworm.com/read/131795/14126566
dat funtc200b.dat
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah = 0x41;
regs.x.dx = (unsigned) filename;
ret = intdos(®s,
www.eeworm.com/read/131795/14126673
dat funtc201b.dat
#include
#include
int delete_file(char far *filename)
{
union REGS regs; struct SREGS sregs;
int ret;
regs.h.ah = 0x41;
regs.x.dx = FP_OFF(filename);
sreg
www.eeworm.com/read/116426/14969681
c 2-3.c
/*2-3.C*/
#include
#include
int delete_file(char near *filename)
{
union REGS regs;
int ret;
regs.h.ah=0x41;
regs.x.dx=(unsigned)filename;
ret=intdos(®s,®s);
re