代码搜索:SystemC

找到约 1,802 项符合「SystemC」的源代码

代码结果 1,802
www.eeworm.com/read/395929/2431371

readme

Fork/Join capability in SystemC and type safe spawning of new processes. By Stuart Swan, Cadence Design Systems, Inc. 1 Aug 2001 This example demonstrates a fork/join and dynamic thread creation
www.eeworm.com/read/414114/11127115

readme

Fork/Join capability in SystemC and type safe spawning of new processes. By Stuart Swan, Cadence Design Systems, Inc. 1 Aug 2001 This example demonstrates a fork/join and dynamic thread creation
www.eeworm.com/read/141708/5769224

readme

This is a very simple example to show how a user can create a special enumerated data type. SystemC SCV uses a special C++ methodology called partial-template specialization to support arbitrary data
www.eeworm.com/read/346982/3179080

readme

This is a very simple example to show how a user can create a special enumerated data type. SystemC SCV uses a special C++ methodology called partial-template specialization to support arbitrary data
www.eeworm.com/read/336446/3351532

h transactor.h

#ifndef __TRANSACTOR_H__ #define __TRANSACTOR_H__ #include #include "transactor_if.h" class transactor : public transactor_port_if, public transactor_task_if { public: tr
www.eeworm.com/read/429117/1951760

readme

This is a very simple example to show how a user can create a special enumerated data type. SystemC SCV uses a special C++ methodology called partial-template specialization to support arbitrary data
www.eeworm.com/read/163678/10150131

h m3.h

#ifndef M3_H #define M3_H //BEGIN connections.h //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include #include SC_MODULE(m3) { // Port
www.eeworm.com/read/163678/10150134

h m2.h

#ifndef M2_H #define M2_H //BEGIN connections.h //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include #include SC_MODULE(m2) { // Port
www.eeworm.com/read/163678/10150641

cpp async_mem.cpp

//BEGIN async_mem.cpp (systemc) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include "async_mem.h" async_mem::async_mem(sc_module_name nm) : sc_module(nm), stim1
www.eeworm.com/read/350554/10732453

java readingroompane.java

package librarysearchingsystem; import java.awt.Color; import java.awt.Dimension; import javax.swing.*; import fileUtility.ReadingRoom; import fileUtility.filePath; import java.awt.SystemC