易截截图软件、单文件、免安装、纯绿色、仅160KB

C程序 - 计算密码

下面这个程序是让算出 密码 , 第一个出来是passworD,第二个是xyz+ 任何一个字符

后面的3个我就看不明白了,大侠们帮我看看, 从 87 行 - 110行, 是3个密码,谢谢

1      #include <stdio.h>

2      #include <stdlib.h>

3      #include <unistd.h>

4      #include <sys/types.h>

5      #include <sys/stat.h>

6

7      #define P1 "\x70\x61\x73\x73\x77\x6F\x72\x44"

8      #define P2 "\130\131\132"

9      #define P3 "halt"

10      #define FSIZE 0xFFF

11      static int sleepfor = 5;

12      struct stat st;

13

14      void thinking()

15      {

16              int i;

17              int reps;

18              int secs;

19

20              sleepfor = sleepfor * 2;

21              reps = (sleepfor / 10 < 1 ? 1 : sleepfor / 10);


相关问答:

<c:foreach>多重循环问题 嵌套循环

<%
Map map = new HashMap();
map.put("1", "2");
map.put("3", "23");
map.put("4", "32");
map.put("23", "42&q ......

关于C几个指针的问题——请帮忙解惑

1.为什么定义函数时:fun1 可以正确的返回而fun2不行?
char * fun1()
{
  char *p = "haha";
  return p;
}
char * fun2()
{
  char p[] = "haha&quo ......

c基础

#include <string.h>
#include <stdio.h>

void main()
{
int i;
char buf[]="abcde";
strncpy(buf,"abc",3);
for(i=0;i <5;i++)
printf(&q ......

C文件读写问题。

FILE *pFile;
errno_t m_err;
m_err = fopen_s(&pFile,"1.txt","r");
char ch[100];
memset(ch,0,100);
fread(ch,1,100,pFile);
MessageBox(ch);
fclose(pFil ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号