代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/292863/8328534
m pixelaxes.m
% [ZOOM] = pixelAxes(DIMS, ZOOM)
%
% Set the axes of the current plot to cover a multiple of DIMS pixels,
% thereby eliminating screen aliasing artifacts when displaying an
% image of size DIMS.
www.eeworm.com/read/292863/8328643
m pixelaxes.m
% [ZOOM] = pixelAxes(DIMS, ZOOM)
%
% Set the axes of the current plot to cover a multiple of DIMS pixels,
% thereby eliminating screen aliasing artifacts when displaying an
% image of size DIMS.
www.eeworm.com/read/172005/9727186
c double1.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Please do not modify sections of text which are marked as "DO NOT EDIT ...".
//
www.eeworm.com/read/172005/9727240
lst aa.lst
C51 COMPILER V7.10 AA 10/03/2005 21:04:09 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE AA
OBJECT MODULE PLACED IN aa.O
www.eeworm.com/read/172005/9727339
lst single.lst
C51 COMPILER V7.10 SINGLE 10/04/2005 20:45:22 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE SINGLE
OBJECT MODULE PLACED IN
www.eeworm.com/read/172005/9727420
lst double1.lst
C51 COMPILER V7.10 DOUBLE1 10/04/2005 20:36:59 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE DOUBLE1
OBJECT MODULE PLACED IN
www.eeworm.com/read/269848/11073222
m agcvec.m
%本程序生成测试向量。
clc;
clear;
framelength = 5000;
datai=randsrc(1,framelength,[-1 1]);
dataq=randsrc(1,framelength,[-1 1]);
stuff=zeros(1,15);
for i=1:length(datai)
x((i-1)*16+1)=datai(i);
www.eeworm.com/read/411703/11231688
java linezcanvas.java
package game;
import java.util.*;
import javax.microedition.lcdui.*;
import javax.microedition.media.Manager;
public class LinezCanvas extends Canvas
{
//Display对象
Display display;
//屏幕