一 Words 1 stuck in 卡在 e.g. Many over 30s feel stuck in a financial rut. 很多超过30岁的人都觉得自己的经济状况很难有所改变。 2 elevator 按键的电梯 escalator传送带的电梯 3 walkable 适于步行的 4...
分类:
其他好文 时间:
2014-07-22 22:50:55
阅读次数:
224
【问题】
Define a procedure that takes three numbers as arguments and returns the sum of the squares of the two larger numbers.
定义一个过程,它以三个数为参数,返回其中较大的两个数的平方和。
【普通版】
(define (sum-square-largest x y ...
分类:
其他好文 时间:
2014-06-30 00:19:52
阅读次数:
270
这是我第一次写的组合条件查询,很丑,仅此纪念。(黑体总是显得跌跌撞撞没自信的赶脚有没有~~) 1 USE [exercise] 2 GO 3 /****** Object: StoredProcedure [dbo].[procstudent] Script Date: 11/10/2013 23:...
分类:
其他好文 时间:
2014-06-15 20:59:38
阅读次数:
211
dir1下有个log_1.log dir2下有个log_2.log 两个文件如下:
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v dir1/log_1.log
1
3
5
7
9
0
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v di...
分类:
系统相关 时间:
2014-06-10 11:04:29
阅读次数:
265
之前看Autoencoder的时候,做了一下这里的练习:http://ufldl.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder 。其实 从1月份就开始做了,当时没有调试通过,后来又加班太多,一直没有接着做。直到上上周末抽空调了一天,终于顺利完成了,又拖到这周末才开始把实验结果整理成文。看来,做事还得趁热打铁,一气呵成。时间一久,积极...
分类:
其他好文 时间:
2014-05-25 08:53:28
阅读次数:
907
package com.frank.chapter1; //
object.Documentation1.java // TIJ4 Chapter Object, Exercise 13 - 1 /* Run
Documentation1.java, Documentation2.java...
分类:
编程语言 时间:
2014-05-22 15:41:15
阅读次数:
261
引言
OK.时间很快又过去了一周,第一周有五一假期所以感觉时间绰绰有余,这周中间没有假期只能靠晚上加周末的时间来消化,其实还是有点紧张呢!后来发现每堂课的视频还有对应的课件(Slide)、字幕(subtitles)可以下载,这样下载视频学习和在线学习就只差课程中间的Exercise了
Week 2主要讲函数,函数在Scala里是first-class citizen,可以在任意域内出现,这门课...
分类:
其他好文 时间:
2014-05-15 05:24:10
阅读次数:
351
Problem Description
Consider the following exercise, found in a generic linear algebra textbook.
Let A be an n × n matrix. Prove that the following statements are equivalent:
1. A is invertible...
分类:
其他好文 时间:
2014-05-15 01:30:21
阅读次数:
309
Consider the following exercise, found in a
generic linear algebra textbook.LetAbe ann×nmatrix. Prove that the following
statements are equivalent:Ais...
分类:
其他好文 时间:
2014-05-01 13:45:04
阅读次数:
349