c语言实训项目-模拟彩票系统心得总结 摘要:**模拟彩票系统功能要求: ** **1.登陆功能(三次机会) ** **2.自选功能(1~35之间 不能重复 不能超范围) ** **3.机选功能 (随机出数,要求同上) ** **4. 兑…… 文章列表 2019年07月28日 0 点赞 0 评论 1844 浏览 评分:9.9
c语言实训项目-通讯录管理系统心得总结 摘要:**通讯录管理系统要求: ** **1.增加用户信息(至少姓名、电话、住址三项)** **2.删除用户信息(选中任意用户删除) ** **3.修改信息(可以修改选中用户的姓名、电话、住址等…… 文章列表 2019年07月29日 0 点赞 2 评论 770 浏览 评分:9.9
害死人不偿命的(3n+1)猜想 【PAT(1/95)】题解 摘要:[1001 害死人不偿命的(3n+1)猜想 (15 分)](https://pintia.cn/problem-sets/994805260223102976/problems/99480532591…… 文章列表 2019年07月31日 0 点赞 5 评论 408 浏览 评分:9.9
写出这个数【PAT(2/95)】题解 摘要:[1002 写出这个数 (20 分)](https://pintia.cn/problem-sets/994805260223102976/problems/994805324509200384 "1…… 文章列表 2019年07月31日 0 点赞 3 评论 541 浏览 评分:9.9
我要通过!【PAT(3/95)】题解 摘要:[1003 我要通过! (20 分)](https://pintia.cn/problem-sets/994805260223102976/problems/994805323154440192 "1…… 文章列表 2019年07月31日 0 点赞 0 评论 789 浏览 评分:9.9
成绩排名【PAT(4/95)】题解 摘要:[1004 成绩排名 (20 分)](https://pintia.cn/problem-sets/994805260223102976/problems/994805321640296448 "10…… 文章列表 2019年07月31日 0 点赞 0 评论 920 浏览 评分:9.9
继续(3n+1)猜想 【PAT(5/95)】题解 摘要:[1005 继续(3n+1)猜想 (25 分)](https://pintia.cn/problem-sets/994805260223102976/problems/9948053203065077…… 文章列表 2019年08月01日 0 点赞 0 评论 795 浏览 评分:9.9
精品文章 内存四区之数据类型 摘要:1..数据类型本质分析 ``` 1.数据类型概念 “类型”是对数据的抽象 类型相同的数据有相同的表示形式、存储格式以及相关的操作 程序中使用的所有数据都必定属于某一种数据…… 文章列表 2019年08月01日 0 点赞 1 评论 344 浏览 评分:9.9
内存四区之模型建立 摘要:#### 程序的内存四区模型 内存四区建立流程  ``` 流程说明: 1、操作系统把物理…… 文章列表 2019年08月01日 0 点赞 0 评论 799 浏览 评分:9.9
C++中auto,static,register,extern四种关键字的作用 摘要:## C++中 auto,static,register,extern的作用 auto、static、register、extern这四种都是用来变量存储说明的关键字,其作用格式为: > …… 文章列表 2019年08月04日 0 点赞 0 评论 1007 浏览 评分:9.9