- 博客(3)
- 收藏
- 关注
原创 C语言写雷霆战机
C语言写雷霆战机#include <stdio.h>#include <stdlib.h> //动态内存分配#include <time.h>#include <windows.h>#include <conio.h>#include <graphics.h> //外部添加的画图头文件库#include <mmsystem.h> //音乐#pragma
2020-10-27 21:28:16
6145
7
原创 Linux c语言网络编程使用TCP协议服务器使用多路复用完成消息转发
Linux c语言网络编程使用TCP协议服务器使用多路复用完成消息转发服务器端/*服务器端 server.c*/#include <stdio.h>#include <sys/types.h> /* See NOTES */#include <sys/socket.h>#include <strings.h>#include <string.h>#include <unistd.h>#includ
2020-09-01 20:27:13
786
3
原创 linux下 c语言实现密码输入,回显为*
话不多说直接上代码#include <stdio.h>#include <stdlib.h>/* 不用getch()实现密码的输入,回显为*,最大可输入16位数*/#define BACKSPACE 127 //删除的asccll码值//使密码以*号输出char * student_code(char *pass){ int i=0; syst...
2020-02-20 16:15:16
1283
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人