Laptop price archive - Canada
dell.ca
Sunday, July 12, 2009
Dell New Inspiron 15
›
15.6 inch, no HDMI, no eSATA from dell.ca Customize: http://configure.dell.com/dellstore/config.aspx?oc=ni152_f_1e&c=ca&l=en&s=d...
Dell Inspiron 14
›
14.0 inch, no HDMI, no eSATA E-Value Code: 83385-CH14DM1 http://configure.dell.com/dellstore/config.aspx?cs=cadhs1&oc=NI142_DM_CH14DM1...
Friday, July 10, 2009
Dell New Studio 15
›
15.6 inch, HDMI, eSATA from dell.ca Customize: http://configure.dell.com/dellstore/config.aspx?oc=ns153_f_1e&c=ca&l=en&s=dhs...
Lenovo ThinkPad SL500
›
15.4inch, no HDMI, no eSATA, UltraNav from lenovo.com/ca/en Special eCoupon offer: CAPLONGWEEKEND (15%) http://shop.lenovo.com/SEUILibrary/c...
29 comments:
Thursday, July 9, 2009
Laptop Spec
›
Laptop Model, LCD size, HDMI, eSATA CPU: Processor # LCD: Resolution, back light OS: OS RAM: capacity, clock HDD: capacity, rpm VGA: chipset...
Friday, February 6, 2009
Google Docs
›
This is a Jong Min's test for using Google Docs. He wants to post this on his blog (blogger.com). Is it possible? This pic is just for t...
Monday, January 12, 2009
Weighted averaging from Sasha's paper
›
Each data epoch (1.024s), 16 epochs form a sweep. estimate of the variance of the epoch weighting factor w(j) = (1/var(j))/(sum(1/var(k)) we...
Thursday, April 19, 2007
Simple DFT (Discrete Fourier Transform) C# code
›
private double[,] dft(double[] input) { int N = input.Length; double[,] output = new double[2, N]; for (int k = 0; k { ...
1 comment:
Thursday, April 12, 2007
C# Array...
›
double[] a = new double[10]; double[] b = new double[10]; for (int i = 0; i a[i] = i + 1; b = a; It is possible!!
‹
Home
View web version