代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/170938/5402588
m wt04fig08.m
% CAPTION
fprintf('\n');
disp('Figure 4.8')
disp('Left: scaling function associated to a Mexican hat wavelet.')
disp('Right: Fourier transform of this scaling function.')
close all;
N = 1024;
www.eeworm.com/read/471115/6897370
java giftshop2.java
public class GiftShop2 {
public static void main(String[] arguments) {
Storefront2 store = new Storefront2();
store.addItem("C01", "MUG", "9.99", "150", "FALSE");
store.
www.eeworm.com/read/393095/8312227
java giftshop2.java
public class GiftShop2 {
public static void main(String[] arguments) {
Storefront2 store = new Storefront2();
store.addItem("C01", "MUG", "9.99", "150", "FALSE");
store.
www.eeworm.com/read/247775/12619307
cpp splie2.cpp
void splie2(double x1a[], double x2a[], double ya[][11], int m, int n, double y2a[][11])
{
double ytmp[101], y2tmp[101];
int j,k;
for (j = 1; j
www.eeworm.com/read/234917/14093988
cpp splie2.cpp
void splie2(double x1a[], double x2a[], double ya[][11], int m, int n, double y2a[][11])
{
double ytmp[101], y2tmp[101];
int j,k;
for (j = 1; j
www.eeworm.com/read/203451/15359089
cpp splie2.cpp
void splie2(double x1a[], double x2a[], double ya[][11], int m, int n, double y2a[][11])
{
double ytmp[101], y2tmp[101];
int j,k;
for (j = 1; j
www.eeworm.com/read/202446/15384044
def sample.def
; sample.def : Declares the module parameters for the DLL.
LIBRARY "sample"
DESCRIPTION 'sample Windows Dynamic Link Library'
EXPORTS
WizardGetVersion @1
WizardGetCount
www.eeworm.com/read/202446/15384054
def sample.def
; Sample.def : Declares the module parameters for the DLL.
LIBRARY "Sample"
DESCRIPTION 'Sample Windows Dynamic Link Library'
EXPORTS
WizardGetVersion @1
WizardGetCount
www.eeworm.com/read/200130/15440629
m sumarize11_2_2cl.m
RGB = imread('saturn.png');
I = rgb2gray(RGB);
h = [1 2 1; 0 0 0; -1 -2 -1];
I2 = filter2(h,I);
imshow(I2,[]), colorbar