代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/448314/7535299
opt sqlist_insert.opt
www.eeworm.com/read/448314/7535300
dsw sqlist_insert.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/448314/7535301
plg sqlist_insert.plg
Build Log
--------------------Configuration: SqList_insert - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/448314/7535302
dsp sqlist_insert.dsp
# Microsoft Developer Studio Project File - Name="SqList_insert" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (
www.eeworm.com/read/448314/7535303
cpp sqlist_insert.cpp
#include
typedef struct
{ int data[5];
int length;
} Sqlist;
int Sqlist_insert(Sqlist &L,int i);
{
int j;
if(iL.length+1)
return 0;
i--;
for(j=L.length;
www.eeworm.com/read/448314/7535304
ncb sqlist_insert.ncb
www.eeworm.com/read/445936/7588035
jpg mainc_insert.jpg
www.eeworm.com/read/444799/7606429
c insert2.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the root pointer for the list, and the value to
** insert.
*/
#include
#include
#includ