代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/309003/3708725
m scfig14.m
% scfig14 -- Short Course 14: Estimating Time Series Spectrum
%
% Here we illustrate the use of Wavelet Shrinkage in a time series setting.
% Our example is taken from Hong-Ye Gao's 1993 Ph.D. Thes
www.eeworm.com/read/307757/3721092
java condb.java
import java.sql.*;
public class ConDB{
// jdbc-odbc驱动
String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver";
// 指定要访问的数据库
String sConnStr = "jdbc:odbc:course";
Connection conn = null;
ResultSet