
小型项目
深海沧澜夜未央
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
小型项目程序 ERP——沙盘模拟
第一次做一个小型的应用程序,初涉这一方面(室友还以为我做不出来,差距还差的远呢) #include #include #include #include using namespace std; int yearpay,seasonpay; int sum=70; int timep1=0,timep2=0,timep3=0,timep4=0; int timec1=0,timec2=0原创 2017-12-05 15:36:30 · 1370 阅读 · 1 评论 -
课程设计 隐私管理系统
贴上一年前刚刚接触C语言时候编写的代码#include<stdio.h> #include<string.h> int N; typedef struct information //定义结构体类型 { char num; //编号 char position[50]; ...原创 2018-04-09 09:22:39 · 6283 阅读 · 16 评论 -
课程设计 单项选择题标准化考试系统
include<stdio.h> #include<string.h> int N; typedef struct question //定义结构体类型 { int num; //题目编号 double a; //题目为2个数的四则运算 double b; char ...原创 2018-04-09 09:22:25 · 13232 阅读 · 11 评论