搜索资源列表
AsynchCalcPi-smartphone5.0
- windows mobile 5.0 smartphone C#多线程异步PI计算程序,包括取消功能-windows mobile 5.0 smartphone multithreaded C# or asynchronous PI counting procedures, including the abolition of functional
AsynchCalcPi-Pocketpc5.0
- windows mobile 5.0 pocket pc 多线程异步PI计算程序,包括取消功能-windows mobile 5.0 pocket pc multi-threaded asynchronous PI program, including the abolition of functional
circle.m
- function circle(cx, cy, r, linetype) N = 150 x = zeros(1,N+1) y = zeros(1,N+1) for n=1:N+1 x(n) = cx + r*cos(2*pi*n/N) y(n) = cy + r*sin(2*pi*n/N) end hold on plot(x, y, linetype) hold off -function circle(cx, cy, r, lin