代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/285245/8858883
java auto.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
class auto extends JPanel
{
JFrame frame;
Image img;
int x1,y1,x2,y2,x3,y3,x4,y4;
auto()
{
frame = new JFrame()
www.eeworm.com/read/185211/9050321
vhd auto.vhd
use work.all;
entity AUTO is
port( B: in BIT_VECTOR(3 downto 0);
CLK: in BIT;
Acout: out BIT_VECTOR(2 downto 0));
end auto;
architecture behave of AUTO is
func
www.eeworm.com/read/380937/9121792
c auto.c
# include
void main()
{
int i, j, k;
int m, n, p;
i = 8;
j = 10;
k = 12;
/* 自增在操作数之前 */
m = ++i;
printf("i = %d\n", i);
printf("m = %d\n", m);
/* 自减在操作数之
www.eeworm.com/read/182196/9212265
ico auto.ico
www.eeworm.com/read/375212/9368844
m auto.m
function [ax,mx,stdx] = auto(x)
%AUTO Autoscales matrix to mean zero unit variance
% Autoscales a matrix (x) and returns the resulting matrix (ax)
% with mean-zero unit variance columns, a vector
www.eeworm.com/read/178075/9418801
c auto.c
//---------------------------------------------------------------------------
// Terawins Inc. Company Confidential Strictly Private
//
// $Archive: Auto.c 702 $
// $Revision: 1.01 $
// $Author:
www.eeworm.com/read/178075/9418882
lst auto.lst
C51 COMPILER V7.50 AUTO 10/30/2006 16:14:46 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE AUTO
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/178075/9418888
h auto.h
#if !defined(__AUTO_H__)
#define __AUTO_H__
BOOL srcOptimizing(uCHAR);
BOOL AutoPositionAdj(uCHAR);
void Auto_H_Pos(uCHAR);
void Auto_V_Pos(uCHAR);
void HPosAutoAdj();
void VPosAutoAdj
www.eeworm.com/read/178075/9419083