代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/421239/10747579
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/416164/11039376
txt readme.txt
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : readme.txt
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/416164/11039387
txt readme.txt
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : readme.txt
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/469335/6973313
m immove.m
function im2 = immove(im, xdir, ydir)
%
% Warning: xdir and ydir are reversed
% (they refer to the rows and columns respectively)
%
xs = size(im,1);
ys = size(im,2);
zs = size(im,3);
i
www.eeworm.com/read/165343/7143960
m jakes.m
function g2 = jakes(N)
% function g2 = jakes(N)
% use Jakes method to simulate the amplitude of a fading channel
% returns |g|^2, which is the SQUARE magnitude of the channel.
%
% e.g., to plot in dB
www.eeworm.com/read/462042/7211774
txt 代码6-4.txt
rgb = imread('board.tif');
ycbcr = rgb2ycbcr(rgb);
rgb2 = ycbcr2rgb(ycbcr);
www.eeworm.com/read/452756/7433417
java myclass2.java
package Mypackeage.Mypackage1;
class MyClass2
{
public void show2()
{
System.out.println("这是类Class2");
}
}
//包的创建与使用
www.eeworm.com/read/199482/7848908
cpp pj_labrd.cpp
#include "stdafx.h"
#ifndef lint
static const char SCCSID[]="@(#)PJ_labrd.c 4.1 94/02/15 GIE REL";
#endif
#define PROJ_PARMS__ \
double Az, kRg, p0s, A, C, Ca, Cb, Cc, Cd; \
int rot;
#define P
www.eeworm.com/read/140416/13082721
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/140062/13112218
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