2020年6月16日

学习代码6

摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #define limit INT_MAX //DG为0,UDG为INT_MAX #define MAX 20 typedef enum{DN,DG,UDN,UDG}graphkin 阅读全文

posted @ 2020-06-16 11:31 joniky 阅读(112) 评论(0) 推荐(0)

学习代码5

摘要: #include<stdio.h> #include<string.h> #include<malloc.h> #include<string.h> #define TRUE 1 #define ERROR 0 #define Max 100 typedef char Elemtype; typed 阅读全文

posted @ 2020-06-16 11:30 joniky 阅读(113) 评论(0) 推荐(0)

学习代码4

摘要: #include <stdio.h> #include #include <string.h> #include <windows.h> #define MAXSIZE 100 //54,89,13,09,79,88,32,70,44,07 #define MAXSIZE 100 typedef c 阅读全文

posted @ 2020-06-16 11:29 joniky 阅读(151) 评论(0) 推荐(0)

学习代码3

摘要: #include <stdio.h> #include #include <string.h> #include<conio.h> #include <windows.h> #define MAXSIZE 100 //54,89,13,09,79,88,32,70,44,07 typedef int 阅读全文

posted @ 2020-06-16 11:27 joniky 阅读(143) 评论(0) 推荐(0)

2020年5月17日

学习代码1

摘要: #include <windows.h> //#include <malloc.h> #include <stdio.h> #include<conio.h> /* run this program using the console pauser or add your own getch, sy 阅读全文

posted @ 2020-05-17 09:59 joniky 阅读(192) 评论(0) 推荐(0)

2020年5月11日

学习代码2

摘要: include include include include define TRUE 1 define ERROR 0 define Max 100 typedef char Elemtype; typedef struct Node{ Elemtype data; struct Node nex 阅读全文

posted @ 2020-05-11 09:40 joniky 阅读(147) 评论(0) 推荐(0)

2020年5月8日

思维导图

摘要: ![](https://img2020.cnblogs.com/blog/2009288/202005/2009288-20200508220249040-2017653051.jpg) 阅读全文

posted @ 2020-05-08 22:03 joniky 阅读(96) 评论(0) 推荐(0)

2020年4月30日

学习代码

摘要: 周一~周三 复习相关知识 周三~周四 码代码 include include struct student { int num; char cla[10]; char teacher[10]; int score; }stu[5]={ {101,"操作系统","卢春燕",90}, {102,"数据结 阅读全文

posted @ 2020-04-30 15:08 joniky 阅读(485) 评论(0) 推荐(0)

2020年4月27日

我的第一个博客

摘要: 前言 IT小白初登大堂,有点小紧张,小兴奋。希望以后能留下浓墨重彩的一笔。 正文 当初为什么报"软件工程"这个专业? 答:初心,创造一些东西,IT这里的创造性是极为宽广,想在这宽广的大地上种下一颗属于自己的,五彩斑斓的植物。 当初对软件专业的期待和想象是什么? 答:IOT,使人们的生活更多彩。 当初 阅读全文

posted @ 2020-04-27 21:03 joniky 阅读(100) 评论(0) 推荐(0)

导航