代码搜索:StrDelete
找到约 24 项符合「StrDelete」的源代码
代码结果 24
www.eeworm.com/read/362558/9992438
exe strdelete.exe
www.eeworm.com/read/438639/7728761
cpp strdelete.cpp
//删除子串的程序代码
#include
#include
#include
//顺序串的结构类型定义
#define maxsize 100
typedef struct
{
char str[maxsize];
int len;
}seqstring;
void strPut(seqstring*
www.eeworm.com/read/362558/9992456
txt 4_13.txt
int StrDelete(HString *s, int pos,int len)
/*在串s中删除从下标pos起len个字符 */
{
int i;
char *temp;
if (pos(s->len - len))
return(0);
temp=(char *)malloc(s->len - len);
if (temp==NULL)
www.eeworm.com/read/188894/8509791
pas ufrmcnfgpara.pas
unit ufrmCnfgPara;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask, Buttons, Db, ADODB, ExtCtrls;
type
TfrmCnfgPara = class(TF
www.eeworm.com/read/285689/8823105
c seqstrde.c
#define NULL 0
# define MAXSIZE 100
typedef struct{
char str[MAXSIZE];
int length ;
} seqstring;
void strdelete(seqstring *S,int i,int len)
{
int k;
if (i
www.eeworm.com/read/433928/7903439
frm 删除管理员表.frm
VERSION 5.00
Begin VB.Form Form19
Caption = "Form19"
ClientHeight = 4080
ClientLeft = 60
ClientTop = 405
ClientWidth = 5520
LinkTopic
www.eeworm.com/read/433928/7903480
frm 删除进仓表.frm
VERSION 5.00
Begin VB.Form Form17
Caption = "Form17"
ClientHeight = 3735
ClientLeft = 60
ClientTop = 405
ClientWidth = 5460
LinkTopic
www.eeworm.com/read/433928/7903509
frm 删除出仓.frm
VERSION 5.00
Begin VB.Form Form18
Caption = "Form18"
ClientHeight = 3675
ClientLeft = 60
ClientTop = 405
ClientWidth = 5415
LinkTopic
www.eeworm.com/read/210279/15202298
pas ufrmcnfgpara.pas
unit ufrmCnfgPara;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask, Buttons, Db, ADODB, ExtCtrls;
type
TfrmCnfgPara = class(TF