CMPE 80N - Introduction to Networking Notes

这只是个Notes而已。

Posted by Jimmy Carlson 2019年1月17日 16:37


CMPS 12B Final 复习提纲

UCSC CMPS 12B (Introduction to Data Structures) 复习提纲

Posted by Jimmy Carlson 2017年12月09日 15:59


递归题:(在有inc()和dec()的情况下)不允许用==以外的运算符和for()/while()计算两个数的乘积

今天这个题目有点意思。

题目要求:计算两个数的乘积

限制1:不允许使用==以外的运算符(除了定义inc()和dec()外)

限制2:不允许使用for和while

限制3:不允许导入各种奇怪的函数

Posted by Jimmy Carlson 2017年11月29日 09:28


这可能是一本在线的笔记本(Python Self-study)

教材来源:Codecademy   https://www.codecademy.com/learn/learn-python

 

Posted by Jimmy Carlson 2017年11月06日 04:17


UCSC CMPS 12B Homework 2 - Linked Lists

好长时间没更新博客了 再更新一次好了。

今天吐槽一些事情,顺便乱搞一波。

Posted by Jimmy Carlson 2017年10月26日 05:30


Writing Diaries Again

NO CONTENTS.

Posted by Jimmy Carlson 2017年9月22日 08:03


AP Computer Science A 考前复习相关内容

AP Computer Science A 考前复习相关内容 By JCarlson Mar 1st 2017

Posted by Jimmy Carlson 2017年5月01日 00:49


HDU 4690 EBCDIC

题目URL:http://acm.hdu.edu.cn/showproblem.php?pid=4690
类型:码农题
 

Posted by Jimmy Carlson 2016年6月30日 00:22