javascript函式教学2

现在我们来讨论函式的回传值

javascript函式教学3

接下来我们来写一个範例程式,写出1加到50乘以1加到100。 注意:如果程式没有回传值,getsum()答案会是undifinited。

javascript函式的变形1

我们稍微改写一下之前所写的加法函式

javascript函式的变形2

现在我们来学习函式的进阶,全域变数跟区域变数的差别和使用方法。区域变数的差别和使用方法。

javascript物件教学1

基本物件设计:

笔记-Color in Image and Video

Basics of Color Light and Spectra(光和光谱) 可见光(visible light)为 400mm~700mm 的电磁波(electromagnetic wave)我们看到的光为各种不同波长所组合的 The Human Retina(人类视网

笔记-Basics of Video

Types of Color Video Signals Component video 主要作为单独的影片讯号发送主要为RGB或是luminance-chrominance transformation Composite video 颜色和亮度讯号混合到一个carrier wa

Image Compression - JPEG

JPEG概述 Joint Photographic Expert Group在1992年被评为国际标準适用于彩色与灰阶图片 动机 The compression ratio of lossless methods (无损压缩演算法)JPEG使用变换编码:大部

LeetCode 955. Delete Columns to Make Sorted II

Delete Columns to Make Sorted II Medium You are given an array of n strings strs, all of the same length. We may choose any deletion indices, and we delete all the characters in those indices for each

django新手村5 -----filter

Student再加上age属性,加default是因为我已经有了数据 记得执行迁移 现在的资料库 有时候会需要特定的几笔资料,这时就要用到filter 假设年龄限制需要年满

django新手村6-----HTTP Status Code

常见的 200 ok 404 找不到请求的网页 403 伺服器拒绝请求 301 永久移动网页,重新导向其它网站的意思 302 暂时移动,可能是伺服器繁忙的原因 500 伺服器内部