会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
codists
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
26
27
28
29
30
31
32
33
34
···
36
下一页
2023年8月16日
Programming abstractions in C阅读笔记: p114-p117
摘要: 《Programming Abstractions in C》学习第48天,p114-p117,总结如下: 一、技术总结 主要通过random number介绍了随机数的相关用法,interface示例(random.h),client program示例(craps.c)。 ``` #inc
阅读全文
posted @ 2023-08-16 23:17 codists
阅读(54)
评论(0)
推荐(0)
2023年8月15日
Programming abstractions in C阅读笔记p111-p113: boilerplate
摘要: 《Programming Abstractions In C》学习第47天,p111-p113,总结如下: 一、技术总结 1.boilerplate ```c /* * File: random.h * Version: 1.0 * Last modified on Fri Jul 22 16:44
阅读全文
posted @ 2023-08-15 12:51 codists
阅读(31)
评论(0)
推荐(0)
2023年8月13日
Programming abstractions in C阅读笔记:p107-p110
摘要: 《Programming Abstractions In C》学习第46天,p107-p110,3.1小节——“The concept of interface”,总结如下: 一、技术总结 1.client p108,调用library的program称为client。 2.interface p1
阅读全文
posted @ 2023-08-13 23:05 codists
阅读(44)
评论(0)
推荐(0)
2023年8月10日
Programming abstractions in C阅读笔记:p91-p106
摘要: 《Programming Abstractions In C》学习第45天,p91-p102,完成第二章内容学习。总结如下: 一、技术总结 1.垃圾回收 p91,"Some language, including Java support a system for dynamic allocatio
阅读全文
posted @ 2023-08-10 23:22 codists
阅读(29)
评论(0)
推荐(0)
2023年8月9日
Programming abstractions in C阅读笔记:p88-p90
摘要: 《Programming Abstractions In C》学习第44天,p88-p90总结。 一、技术总结 1.内存分配 内存分配可以分为:static allocation、automatic allocation、dynamic allocation。内存分配使用的函数为:malloc()。
阅读全文
posted @ 2023-08-09 23:37 codists
阅读(37)
评论(0)
推荐(0)
2023年8月8日
Programming abstractions in C阅读笔记:p84-p87
摘要: 《Programming Abstractions In C》学习第43天,p84-p87总结。 一、技术总结 1.record record也称为structure(结构体),是一种数据结构。record里面的成员称为record的field。对于record,需要其基本用法:定义、声明、fiel
阅读全文
posted @ 2023-08-08 23:35 codists
阅读(41)
评论(0)
推荐(0)
2022年7月20日
let's go——2022年读书活动招募书(第1期)
摘要: 作为一名编程人员,时常有一个想法,怎么精通某种技术?然后,业内大牛给你分享了一条学习路线,当你看完这条路线之后,之前高涨的心情瞬间低落下来,因为“万丈高楼平地起”,那条路的尽头也许很美好——成为业内大牛,但是,无论如何这条路还得你自己去走,并且这条路很长,也并不好走。 虽然这条路早已注定是艰难的,但
阅读全文
posted @ 2022-07-20 20:22 codists
阅读(68)
评论(0)
推荐(0)
2022年5月28日
error: conflicting types for xxx in c
摘要: 一、问题描述 #include <stdio.h> #define MAXLINE 1000 /* maximum input line length */ int getline(char lines[], int maxline); void copy(char to[], char from[
阅读全文
posted @ 2022-05-28 10:48 codists
阅读(807)
评论(0)
推荐(0)
2022年5月14日
关于扑克牌的一些讨论——《Fluent Python 2》读书笔记
摘要: 一、说明 参考资料为维基百科的 Playing Card 词条,非严肃性论证,只是对代码为什么这么写做讨论。 二、扑克牌的起源 import collections Card = collections.namedtuple('Card', ['rank', 'suit']) class Frenc
阅读全文
posted @ 2022-05-14 11:28 codists
阅读(233)
评论(0)
推荐(1)
2021年11月15日
Ubuntu系统下《汇编语言》环境配置
摘要: 说明 1、系统:Ubuntu codists@pc:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: im
阅读全文
posted @ 2021-11-15 21:48 codists
阅读(207)
评论(0)
推荐(0)
上一页
1
···
26
27
28
29
30
31
32
33
34
···
36
下一页
公告