代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/129131/14263533
java addpolyn.java
import java.io.*;
import java.util.*;
class Variable implements Comparable, Cloneable {
public char id;
public int exp;
public Variable() {
}
public Variable(char c, int i
www.eeworm.com/read/230977/14264069
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/128829/14277642
c fet440_lcd03.c
//******************************************************************************
// MSP-FET430P440 Demo - LCD, displays numbers on 4 multiplex rate LCD
//
// Description "FET440_4muxLCD": This pr
www.eeworm.com/read/128628/14285790
cpp stat_fun.cpp
#include
class shared
{
static int a;
int b;
public:
void set(int i, int j)
{
a=i;
b=j;
}
static void show();
};
int shared::a;
www.eeworm.com/read/128628/14286202
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/230389/14290862
plg pid.plg
礦ision2 Build Log
Project:
D:\work\keil-c\pid\pid.uv2
Project File Date: 10/21/2006
Output:
Build target 'Target 1'
compiling pid.c...
PID.C
www.eeworm.com/read/128512/14292437
plg shurufa.plg
Build Log
--------------------Configuration: shurufa - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
www.eeworm.com/read/230301/14293883
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/128482/14293890
m makepid.m
env = getenv('TTKERNEL');
if isempty(env)
error('Environment variable TTKERNEL not defined - please quit MATLAB and set this variable first.')
end
ccd = pwd;
cd(env)
mex ttkernelMATLAB.cpp
cd