- 博客(2)
- 收藏
- 关注
原创 【数据结构】用C语言实现对数组的操作
今天开始复习数据结构了,先从对数组的操作开始。 #include <stdio.h> #include <sys/malloc.h> #include <stdbool.h> struct Arr //定义数组的数据结构 { int * pBase; int lenth; int cnt; }; void init(struct...
2018-08-24 23:33:47
3142
原创 学Python,当然是选择从helloworld开始啦~
一个渣硕的自我挣扎到自我救赎。其实今天只是配置了python的环境,装了pycharm,了解了一些基础。嘿嘿,从现在开始,对python say Hi吧!下面是python版的helloworld:file = open('/Users/Administrator/Desktop/file.txt','w') file.write('hello world!')之前只敲过c语言和matlab的代码,
2017-11-13 16:36:08
312
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人