
C语言
文章平均质量分 93
Azu機
这个作者很懒,什么都没留下…
展开
-
C语言常用库函数
C语言常用库函数16340008数学函数字符函数字符串函数输入输出函数动态分配函数和随机函数转载 2016-10-07 14:41:24 · 1234 阅读 · 4 评论 -
算法设计与分析:Student Attendance Record II(Week 13)
学号:16340008题目:552. Student Attendance Record IIQuestion: Given a positive integer n, return the number of all possible attendance records with length n, which will be regarded as rewardable. Th...原创 2018-12-02 03:20:48 · 350 阅读 · 0 评论 -
Cocos2d-x 简单弹幕射击游戏
开发环境 Win10, Cocos2d-x v3.16, Visual Studio 2017, Visual Studio Code项目阐述这个游戏是一个小型的弹幕游戏。玩家将控制pipi美,在躲避pop子的子弹之余,射杀pop子。名字打算叫“pop子的深邃黑暗幻想”。游戏的设计主要借鉴了东方系列的弹幕游戏,借鉴内容包括pop子发射的各种弹,以及部分的关卡设计。...原创 2019-03-06 23:16:19 · 1187 阅读 · 0 评论 -
C++ DES算法实现(加密与解密)
报告:https://github.com/c980129/DES/blob/master/DES%E7%AE%97%E6%B3%95%E7%9A%84%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf代码:https://github.com/c980129/DES原创 2019-03-06 23:32:49 · 4756 阅读 · 0 评论