代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/147885/5719272
c test2.c
#include
void my_print(char *string);
void my_print2(char *string);
main()
{
char my_string[]=”Hello embedded Linux world”;
my_print(my_string);
my_print2(my_string);
}
www.eeworm.com/read/126541/6016140
c test1.c
#include
void my_print(char *string);
void my_print2(char *string);
main()
{
char my_string[]=”Hello embedded Linux world”;
my_print(my_string);
my_print2(my_string);
}
www.eeworm.com/read/126541/6016141
c test2.c
#include
void my_print(char *string);
void my_print2(char *string);
main()
{
char my_string[]=”Hello embedded Linux world”;
my_print(my_string);
my_print2(my_string);
}
www.eeworm.com/read/100320/6270544
c model.c
#include
#include
#include
#include
#include "comp.h"
#include "arith.h"
#define MAX_CUM_FREQ 0x4000 /* maximum cumulative frequency */
struct
www.eeworm.com/read/480955/6654551
cpp scramble.cpp
#include
#include
#include
#include
int *scramble(int *string_scramble)
{
int *p_scramble = (int *)malloc(768*sizeof(int));
static int str
www.eeworm.com/read/480959/6654662
cpp descramble.cpp
#include
#include
#include
#include
int *descramble(int *string_descramble)
{
// int *p_descramble = (int *)malloc(768*sizeof(int));
static
www.eeworm.com/read/408142/11404414
c hello.c
#include
static void my_print (char *);
static void my_print2 (char *);
main ()
{
char my_string[] = "hello world!"; //显示一个简单的问候
my_print (my_string);
m
www.eeworm.com/read/258856/11836449
bas strconv.bas
Attribute VB_Name = "StrConv"
Option Explicit
Private Declare Function IsCharAlphaNumeric Lib _
"user32" Alias "IsCharAlphaNumericA" (ByVal cChar As Byte) As Long
Private Declare Function IsCha
www.eeworm.com/read/345086/11840705
rls datagramtest.rls
/*
* ==============================================================================
* Name : DatagramTest.rls
* Part of : DatagramTest
* Interface :
* Description :
* Version
www.eeworm.com/read/251644/12328554
makefile
include ../Makefile.h
PROGS = iter2 unique
OUTPROGS = string1 string2 iter1 iter3 icstring1
HEADERS = icstring.hpp
EXPORT = string2.in
string1.out: string1.exe
string1 prog.dat mydir hello.