最近寫的小程式

2021-07-10 19:15:34 字數 1502 閱讀 9057

\\求十個數中的最大最小值

#define _crt_secure_no_warnings 1

#includeint main()

max = n[0];

min = n[0];

for (i= 0; i < 9; i++)

}printf("最大數為%d,為n[%d]\n",max, count1);

for (i = 0; i < 9; i++)

}printf("最小數為%d,為n[%d]", min, count2);

system("pause");

return 0;

}\\1,2,3,4組成的三位數

#define _crt_secure_no_warnings 1

#includeint main()

printf("\ntotal number:%d\n", n);

system("pause");

return 0;

}

\\交換陣列

#include#includeint main()

; int b[10] = ;

int t[10] = ;

printf("輸入陣列a和陣列b\n");

for (i = 0; i < 10; i++)

for (i = 0; i < 10; i++)

for (i = 0; i < 10; i++)

for (i = 0; i < 10; i++)

for (i = 0; i < 10; i++)

system("pause");

return 0;

}\\輸出十進位制數的二進位制1和0的序列

#include#includeint main()

; int b[32] = ;

printf("輸入十進位制數\n");

scanf_s("%d", &n);

while (n)

printf("%d\n", i);

for (x = 0; x < i; x++)

printf("\n");

for (y = 0; y< 32 - i; y++)

system("pause");

return 0;

}//從大到小輸出三個數

#include#includeint main()

if (a < c)

if (b < c)

printf("%d %d %d", a, b, c);

system("pause");

return 0;

}\\最大公約數

#include#includeint main()

for (n = b; n >0; n--)

}printf("%d", num);

system("pause");

return 0;

}

最近寫的乙個小軟體

工具實現的功能很簡單,實現 查詢指定資料夾 及其下屬資料夾 的檔案中包含指定字串,或替換成其他字串的功能.介面如下 其實寫這個軟體的目的是因為 1.我正在看的乙個電子書 非 哈哈 中間都有大量網頁資訊廣告資訊的插入,非常不爽 2.日常操作經常想在一堆檔案中找到以前的某個語法的例子,卻苦於無現成工具....

C語言寫的掃雷小程式

還記得上初中那會,上資訊課都在電腦上玩的掃雷嗎?那時候只會玩,不知道怎麼實現,現在有了這個能力,也寫了乙個,雖然很糙,但還是能湊合玩的。廢話不多說,直接上 define crt secure no warnings 1 ifndef game h define game h include incl...

初學寫的幾個autoit小程式

哈哈,剛學,很簡單的乙個而已 僅僅在xp sp3 chs系統中測試過 send r winwaitactive class 32770 沒有使用標題,而是使用類,為了防止英文版等系統不相容 send cmd winwaitactive class consolewindowclass send ec...