代码搜索:XS
找到约 7,390 项符合「XS」的源代码
代码结果 7,390
www.eeworm.com/read/291128/8441257
rpt xs.rpt
Project Information d:\maxplus2\jiaotongdeng\xs.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 01/03/2007 20:40:42
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/291128/8441258
mmf xs.mmf
www.eeworm.com/read/291128/8441267
hif xs.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/291128/8441271
sym xs.sym
www.eeworm.com/read/291128/8441321
vhd xs.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity xs is
port(s,clk:in std_logic;
js1,js10a:in std_logic_vector(0 to 3);
r,g,y:o
www.eeworm.com/read/291128/8441323
snf xs.snf
www.eeworm.com/read/288361/8640424
ico xs.ico
www.eeworm.com/read/285976/8796068
xs test.xs
#include
#include
#include
int
func_2_args(int a, char *b)
{
printf("func_2_args received ... \'%d\', \"%s\"\n\n", a, b);
return 1;
}
int test (int a,
www.eeworm.com/read/285976/8796088
xs fractal.xs
#ifdef __cplusplus
extern "C" {
#endif
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus
}
#endif
#include "mandel.h"
MODULE = Fractal PACKAGE = Fractal
int
www.eeworm.com/read/285976/8796178
xs car.xs
#include
#include
#include
#include
#include
static int global_car_id = 0;
typedef struct {
int id;
} Car;
Car*
new_car()
{