代码搜索结果

找到约 10,000 项符合 9 的代码

unit9.~dfm

object Formtszx: TFormtszx Left = 226 Top = 106 Width = 870 Height = 579 Caption = #22270#20070#27880#38144 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWind

8_9.cpp

//8_9 #include #include void main() { void* p = malloc(1000000); int i=1; while(p){ p = malloc(1000000); i++; } cout

5_9.cpp

//5_9 #include long cattle(int n); void main() { int n; cout n; cout

9_2.cpp

//9_2 #include #include

9_1.cpp

//9_1 (1) #include const size=10; void findmax(int* a, int n, int i, int& pk); void main() { int a[size]; int n=0; cout

9_3.cpp

//9_3 #include void Swap(char*& str1, char*& str2); void main() { char* ap="hello"; char* bp="how are you?"; cout