代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/351700/10618787
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/351700/10618791
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/273339/10919750
txt test3_4.txt
#include
void my_print()
void my_print2()
main( )
{
char my_string[]= “Hello World!”;
my_print(my_string);
my_print2(my_string);
}
void my_print(char *string)
{
printf(“The
www.eeworm.com/read/273339/10919872
txt test3_4.txt
#include
void my_print()
void my_print2()
main( )
{
char my_string[]= “Hello World!”;
my_print(my_string);
my_print2(my_string);
}
void my_print(char *string)
{
printf(“The
www.eeworm.com/read/270960/11018195
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.
www.eeworm.com/read/112494/6962890
h ddktestenv.h
// DDKTestEnv.h
//
// Copyright (C) 2000 by Jerry Lozano
//
// Simple Win32 DDK Test Environment
#include "stdafx.h"
typedef struct _UNICODE_STRING {
USHORT Length;
USHORT Maximu
www.eeworm.com/read/467287/7009248
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/442052/7660621
h ddktestenv.h
// DDKTestEnv.h
//
// Copyright (C) 2000 by Jerry Lozano
//
// Simple Win32 DDK Test Environment
#include "stdafx.h"
typedef struct _UNICODE_STRING {
USHORT Length;
USHORT Maximu
www.eeworm.com/read/439664/7703762
txt code108b.txt
Option Compare Binary
Public Function String_Compare(ByVal String1 As String, _
ByVal String2 As String) As Integer
If String1 < String2 Then String_Compare = 1
If String1 > String2 Th
www.eeworm.com/read/329002/12990185
txt test3_4.txt
#include
void my_print()
void my_print2()
main( )
{
char my_string[]= “Hello World!”;
my_print(my_string);
my_print2(my_string);
}
void my_print(char *string)
{
printf(“The