
作业练习小项目
作业或练习用的小项目
P_ning
一只小菜鸟的笔记
我的大部分笔记存放处在码云的仓库里面https://gitee.com/P_n_ing
有空的话我会把详细的步骤会写在这里
(当然是在我打完游戏后如果还有空闲的时间( ´◔ ‸◔`))
展开
-
wex5--壁纸案例
链接:https://pan.baidu.com/s/1HI8kGqtrCbDehFAgWjvhnw 提取码:n0aw wex5和作业都在这,上传到百度云过程中好像少了什么,应该不影响使用原创 2019-07-09 21:08:35 · 379 阅读 · 0 评论 -
大一实训用c语言编写的员工打卡系统(修改版)
加入了自动获取系统时间,且将上下班内容存放在两个不同的文件 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <conio.h> #include <time.h>//头文件声明 #define M 50 void input1(); void inp...原创 2019-05-12 12:08:41 · 2358 阅读 · 3 评论 -
大一实训用c语言编写的员工打卡系统
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<conio.h>//头文件声明 #define N 50 void input(); void display(); void search(); void del(); //定义函数 struct worker//结构...原创 2019-04-17 17:56:15 · 3353 阅读 · 2 评论 -
占卜网页
该网站模仿了黑马视频的一个课程案例 html文件 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="修饰.css" /><!--导入css-->...原创 2019-08-14 16:10:52 · 446 阅读 · 0 评论