代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/248448/12558077
asm 28.asm
data segment
string1 DB "please input a string:$"
BUF DB 254
DB ?
DB 254 DUP (?)
count equ $-string1
string2 db count dup(?),'$'
CRLF DB 0AH,0DH,"$"
data ends
code segment
as
www.eeworm.com/read/146936/12602102
m myconv.m
%x1=[1,1,1,1,0,0,1,1,1,1,0,0];x2=[0,1,2,1,0,0,0,1,2,1,0,0];n0=8;
function yn0=myconv( x1,x2,n0 )
%y(n0)
%y(n)=x1(n)*x2(n)
n1=0:length(x1)-1;
n2=0:length(x2)-1;
subplot(2,3,1);
stem(n1,x1);
www.eeworm.com/read/236570/14011484
l boa_lexer.l
%{
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/201859/15394244
java action_part.java
package java_cup;
/**
* This class represents a part of a production which contains an
* action. These are eventually eliminated from productions and converted
* to trailing actions by factorin
www.eeworm.com/read/103443/15732005
cpp getline2.cpp
//这个程序在本书所带软盘中。文件名为GETLINE2.CPP
//这个程序利用getline()的第二种输入形式将输入中的加号过滤掉。
#include
#define max 81
void main(void)
{
char string1[max]; //定义字符串
char string2[max];
char temp[2];
www.eeworm.com/read/103336/15736559
cpp str_plus.cpp
#include
#include
#include
class String {
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
String(
www.eeworm.com/read/100594/15870176
cpp cstring.cpp
#pragma cstring
#pragma qualified
#include
#include
void memcpy(SYSTEM.WORD &dest[], SYSTEM.WORD &source[], unsigned int count)
{
while (count>0) {
DEC(count);
www.eeworm.com/read/100594/15870288
h cstring.h
#pragma cstring
#include
/* function prototypes */
//void memchr(const void *, int, size_t);
//int memcmp(const void *, const void *, size_t);
void memcpy(WORD &dest[], WORD &source
www.eeworm.com/read/100079/15885922
1 matches.1
.TH matches L
.SH NAME
matches \- test if string2 is contained in string1
.SH SYNOPSIS
.B matches string1 string2
.SH DESCRIPTION
.I Matches
returns a 0 if string2 is contained in string1, otherwise i
www.eeworm.com/read/282347/9100289
rls multiviews.rls
/*
* ==============================================================================
* Name : multiviews.rls
* Part of : MultiViews
* Interface :
* Description :
* Version :