diameter 发表于 2010-11-6 14:57:00

CASIO 可编程计算器大集合

原网页:
http://www.rskey.org/casio.asp

diameter 发表于 2010-11-6 14:57:51

http://www.rskey.org/images/large/c9850gb+.jpg9850的屏幕好像比9860还大

diameter 发表于 2010-11-6 14:58:41

折叠式
http://www.rskey.org/images/large/fc1000.jpg

diameter 发表于 2010-11-6 14:59:37

http://www.rskey.org/images/large/cfx9800g.jpgCFX的典型彩屏

diameter 发表于 2010-11-6 15:00:11

这个像个尺子……
http://www.rskey.org/images/large/fx190.jpg

diameter 发表于 2010-11-6 15:00:35

这是我想要的那种
http://www.rskey.org/images/large/pb2000c.jpg

diameter 发表于 2010-11-6 15:01:07

这是最夸张的
http://www.rskey.org/images/large/fx801p.jpg

diameter 发表于 2010-11-6 15:04:00

这个也能用C编程
C programmable
http://www.rskey.org/images/large/z1.jpgSince I already had a PB-2000C calculator in my possession, it was easy to trace the origins of this Casio Z-1. Like its predecessor, the Z-1 is designed with the student programmer in mind, and contains, in addition to a BASIC interpreter, an implementation of the C-language.
The name of this machine is highly unusual, and doesn't fit with Casio's usual product nomenclature. Could it be that they named this handheld computer after Konrad Zus's Z-1, the first electromechanical (relay) computer built in 1935?
As with the PB-2000C, the Z-1's C implementation is robust. It runs flawlessly idiosyncratic programs like the one below computing http://www.rskey.org/images/pi.gif to an arbitrary number of digits. The main difference from the PB-2000C is that the Z-1 is much faster: this program takes several minutes to compute 50 digits of http://www.rskey.org/images/pi.gif on the PB-2000C, but on the Z-1, it takes only a few seconds.
long a=10000,b,c,d,e,*f,g;main(){printf("digits?");scanf("%ld",&c);c*=3.5;c-=c%14;f=malloc(4*c+4);for(;b-c;)f=a/5;for(;d=0,g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a)for(b=c;d+=f*a,f=d%--g,d/=g--,--b;d*=b);}(This code is not of my own creation. I downloaded the original version ages ago from the Internet. I have no idea as to the identity of its original author.)
I have, of course, also written a Gamma function program for the Z-1. This is the same code I wrote for the PB-2000C. This beast computes the logarithm of the Gamma function for any real argument to 10+ digits of precision:
double lg(x)double x;{        double g;        double pi = 3.14159265359;        int s;        s = x<0;        x = s ? -x : x;        g = 2.506628283501;        g += 92.20704845211 / x++;        g -= 83.17763708288 / x++;        g += 14.80283193078 / x++;        g -= .2208497079533 / x;        g = log(g) + (x-3.5)*log(x + .85) - x - .85;        return s ? log(pi/(3-x)/sin(180*(x-3))) - g : g;}main(){        double g, x;        printf("%lf", &x);        g = lg(x);        printf("lnG(%g)=%14.12g\n", x, g);        printf("G(%g)=%14.12g", x, exp(g));}

diameter 发表于 2010-11-6 15:05:52

Afxhttp://www.rskey.org/images/large/fx2.0.jpg 2.0,好东西,比9860都好啊

diameter 发表于 2010-11-6 15:09:15

http://www.rskey.org/images/large/oh7000g.jpg这个没见过
属于“Overhead Display Calculators”
“架空显示计算器?”

疯不狂 发表于 2010-11-6 15:16:50

我怎么什么都看不到啊

Cyvre 发表于 2010-11-6 15:18:11

同ls

diameter 发表于 2010-11-6 15:18:52

????我都能看到

diameter 发表于 2010-11-6 15:19:13

刷新。使劲刷新

hcz 发表于 2010-11-6 18:25:37

“架空显示计算器”j_0004.gif

hcz 发表于 2010-11-6 18:30:17

架空显示的 计算器?
架空 来显示 计算器?
架空 显示计算 的器具?

疯不狂 发表于 2010-11-6 19:30:47

我去那个网站看到了,不过论坛的图片还是不能看。

imath 发表于 2010-11-6 19:52:29

悲剧了,图片是红叉

Cichol 发表于 2010-11-6 22:55:40

好大一堆叉烧包

vistasystem 发表于 2010-11-6 23:01:10

好全。 终于找到全面的了
原来9850是20世纪的事情= =
页: [1] 2
查看完整版本: CASIO 可编程计算器大集合