代码搜索:thin

找到约 1,525 项符合「thin」的源代码

代码结果 1,525
www.eeworm.com/read/281807/9132906

m strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a
www.eeworm.com/read/281807/9133244

m strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a
www.eeworm.com/read/179890/9332635

ini db.ini

driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver #driverClassName=oracle.jdbc.driver.OracleDriver url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=comQQ #url=jdbc:oracle:thin:
www.eeworm.com/read/273649/10907995

xml configdatasource.xml

oracle jdbc:oracle:thin:@localhost:1521 MyTest oracle
www.eeworm.com/read/467466/7003755

m fingerprint.m

% Bibliography % Thai, Raymond. Fingerprint Image Enhancement and Minutiae Extraction. % read image into memory img = imread('fingerprints/21_8.bmp'); % convert to gray scale and thin image at
www.eeworm.com/read/466489/7036063

m fingerprint.m

% Bibliography % Thai, Raymond. Fingerprint Image Enhancement and Minutiae Extraction. % read image into memory img = imread('fingerprints/21_8.bmp'); % convert to gray scale and thin image at
www.eeworm.com/read/440502/7068558

java oracleconnection.java

package DataBaseConnection; import java.sql.*; public class OracleConnection { private String driver = "oracle.jdbc.driver.OracleDriver"; private String url = "jdbc:oracle:thin:@localhost:1521:
www.eeworm.com/read/458101/7308536

asp@filename=trycss_outline tryit_view.asp@filename=trycss_outline

p { border: red solid thin; outline: green dotted thick } Some text.
www.eeworm.com/read/396035/8135713

css styles.css

.orders { border: thin solid black; } .ordersHeader { text-align: center; font-style: italic; color: Snow; background: Teal; } .evenColumn { height: 25px; text-
www.eeworm.com/read/246187/12752254

java oraclebean.java

package oracle; import java.sql.*; public class oracleBean { String serverName = "localhost"; String driver = "oracle.jdbc.driver.OracleDriver"; String url = "jdbc:oracle:thin:@"+serverNam