资源列表
[Windows Mobile] 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<tristancohn> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[Symbian] circulant.m
说明:function A = circulant(x) function A = circulant(x) return square circulant matrix with first row x barnett 2/5/08 x = x(:) A = toeplitz([x(1) x(end:-1:2)], x) -function A = circulant(x) function A = circulant(x) retu<tristancohn> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[通讯/手机编程] CC-ConvolutionalCode
说明:here is an attached copy of convolution encoder.<mohsin> 在 2025-06-04 上传 | 大小:4.02mb | 下载:0
[通讯/手机编程] Volume-1Number-2PP-302-313
说明:here is a copy of pdf file related to verilog -here is a copy of pdf file related to verilog ...<mohsin> 在 2025-06-04 上传 | 大小:552kb | 下载:0
[android开发] using_google_app_engine
说明:aausing google app engine<skynet> 在 2025-06-04 上传 | 大小:5.12mb | 下载:0
[通讯/手机编程] bluedemo.tar
说明:大气的移动互联网模板,支持ipad,iphone,android-a mobile theme demo<mr.sun> 在 2025-06-04 上传 | 大小:1.19mb | 下载:0
[android开发] 33.WebView
说明:android浏览器的应用,简单易懂,直接可以用-android browser-based application, easy to understand, can be used directly<张其栋> 在 2025-06-04 上传 | 大小:884kb | 下载:0
[3G开发] LT-1B-Programs
说明:按键代码,可以方便你们学习和工作之用啊,多多指教-Keypad Code KeyCode<王同> 在 2025-06-04 上传 | 大小:2.74mb | 下载:0
[串口编程] UART1_AutoBaud
说明:LPC2378 串口程序波特率设定 开发软件ADS1.2-LPC2378 serial port baud rate setting process development software ADS1.2<w_jiawei> 在 2025-06-04 上传 | 大小:136kb | 下载:0