摘要:
顺序查找 1 #include "stdio.h" 2 #define N 5 3 int main(int argc,char *argv[]) 4 { 5 int i, k, a[N]; 6 for (i = 0; i < N; i++) 7 { 8 scanf("%d", &a[i]); // 阅读全文
posted @ 2022-03-22 23:37
菜鸡拾光
阅读(96)
评论(0)
推荐(0)
摘要:
代码逆向之旅1 1 // EjectDll_逆向.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 2 // 3 4 #include<windows.h> 5 #include<stdio.h> 6 #include<stdlib.h> 7 #include<Tlhelp3 阅读全文
posted @ 2022-03-22 23:14
菜鸡拾光
阅读(76)
评论(0)
推荐(0)

浙公网安备 33010602011771号