代码搜索:ACT
找到约 7,251 项符合「ACT」的源代码
代码结果 7,251
www.eeworm.com/read/477541/6738249
cpp kiss.cpp
#include "kiss.h"
kiss::kiss(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle(tr("Kiss, My First Qt Program!"));
Layout();
SetTimer();
//setCentralWidget(&chatroom);
//setC
www.eeworm.com/read/234029/14124684
lst wave.lst
C51 COMPILER V8.02 WAVE 08/19/2007 10:03:35 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE WAVE
OBJECT MODULE PLACED IN wa
www.eeworm.com/read/234029/14124705
c wave.c
#include
#include"reg52.h"
#define DA0832_1 PBYTE[0xff]
#define DA0832_2 XBYTE[0xfdff]
#define uchar unsigned char
#define uint unsigned int
sbit WR2_XFER=P2^2;
sbit cs=P2^0;
//
www.eeworm.com/read/327092/6346762
html 0332-0335.html
Developer.com - Online Reference Library - 0672311739:RED HAT LINUX 2ND EDITION:Essential System Administration
www.eeworm.com/read/283686/8996543
cpp actuator_init.cpp
// Distributed control system: actuator node
//
// Receives messages from the controller and actuates
// the plant.
#define S_FUNCTION_NAME actuator_init
#include "ttkernel.cpp"
// code function
d
www.eeworm.com/read/448693/7527104
java dependencyevaluator.java
package mstparser;
import java.io.*;
public class DependencyEvaluator {
public static void evaluate(String act_file, String pred_file) throws IOException {
boolean labeled = false;
BufferedR
www.eeworm.com/read/301746/13849177
tdf area_en.tdf
include "fran_pg.inc";
include "lpm_compare";
SUBDESIGN area_en
(
clk : INPUT;
h_start[10..0] : INPUT;
h_end[10..0] : INPUT;
v_start[10..0] : INPUT;
v_end[10..0] : INPUT;
www.eeworm.com/read/301746/13849232
inc floatingblocks.inc
FUNCTION floatingblocks
(
clk ,
blocksize[6..0] ,
act_hcounter[10..0] ,
act_vcounter[10..0] ,
hposition[10..0] ,
vposition[10..0]
)
RETURNS
(
www.eeworm.com/read/301746/13849268
tdf varintensitys.tdf
-- varloadblockcounters.tdf
-- Age van Dalfsen, 2003-12-02
-- subdesign to generate the h and v counter values
-- for the variable load block pattern
SUBDESIGN varintensitys
(
clk :
www.eeworm.com/read/301746/13849279
inc varintensitys.inc
FUNCTION varintensitys
(
clk ,
intensity[3..0] ,
act_vcounter[10..0] ,
act_hcounter[10..0]
)
RETURNS
(
henable,
venable
);