python-顺序表 摘要:# Python线性表 我们在学习过程中大多用c语言的方式学习了数据结构,随着python的快速发展,python的数据结构也变尤为重要。 线性表是一种最简单并且基础的数据结构,常见的线…… 文章列表 2019年11月24日 0 点赞 0 评论 692 浏览 评分:9.9
P1055 ISBN号码-java 摘要:题目描述 每一本正式出版的图书都有一个ISBN号码与之对应,ISBN码包括99位数字、11位识别码和33位分隔符,其规定格式如x-xxx-xxxxx-x,其中符号-就是分隔符(键盘上的减号),最后一…… 文章列表 2019年11月25日 0 点赞 0 评论 1106 浏览 评分:9.9
龙卷风摧毁停车场 摘要:算法哪里有问题? 用来处理动态链表排序 ```cpp #include using namespace std; struct students { string name; …… 文章列表 2019年12月01日 0 点赞 0 评论 1173 浏览 评分:9.9
信息管理系统 摘要:## 外卖信息管理系统 **系统功能:定餐信息录入、信息修改、信息查询、信息显示及信息统计等** 非常简单! 摘要:#include #include int zxc(int q[3][3]) { int e,r,t=0; for(e=0;e…… 文章列表 2019年12月07日 0 点赞 0 评论 672 浏览 评分:9.9
猴子分香蕉(2018年第九届蓝桥杯省赛第二题) 摘要:```java /** * 标题:猴子分香蕉 5只猴子是好朋友,在海边的椰子树上睡着了。这期间,有商船把一大堆香蕉忘记在沙滩上离去。 第1只猴子醒来,把香蕉均分成5堆,还剩下1个,就吃掉…… 文章列表 2019年12月10日 0 点赞 0 评论 2294 浏览 评分:9.9
自用1045代码 摘要:# 我的1045 ``` #include int a[10],i; void funs() { for(i=0;i…… 文章列表 2019年12月10日 0 点赞 0 评论 539 浏览 评分:9.9
题目1046代码自用 摘要: #题目1046代码自用 ``` #include int n[1000],b[1000]; int m,a; void runs() { int i; for(i=0;i…… 文章列表 2019年12月10日 0 点赞 0 评论 1098 浏览 评分:9.9
This is JakeLin 摘要: //This is Jake Lin. //So happy to study here with you. ```c #include #include int main(…… 文章列表 2019年12月11日 0 点赞 0 评论 1200 浏览 评分:9.9
我的第1048题 摘要:**当遇见输入数字后,要输入字符时,记得用gechar去接受输入输入完数字后,留下的回车** ``` #include void main() { char a[1000]; in…… 文章列表 2019年12月11日 0 点赞 0 评论 1207 浏览 评分:9.9