2006年10月18日

(原創) 第一个SystemC的程序:Hello World (C/C++) (SystemC) (IC Design)

摘要: 1// All systemc modules should include systemc.h header file 2#include "systemc.h" 3// Hello_world is module name 4SC_MODULE (HelloWorld) { 5 SC_CTOR (HelloWorld) { 6 // Nothing in constructor 7... 阅读全文

posted @ 2006-10-18 09:09 真 OO无双 阅读(2198) 评论(2) 推荐(0)

(轉貼) 如何设定SystemC的Project环境? (C/C++) (SystemC) (VC++) (IC Design)

摘要: Creating SystemC Applications----------------------------- 1. Start Visual Studio. From the Start Page select New Project and Win32 Console Project. Type the project name and select a suitable locatio... 阅读全文

posted @ 2006-10-18 08:36 真 OO无双 阅读(1846) 评论(0) 推荐(0)

(轉貼) 如何在Visusl Studio.NET 2003编译SystemC的Library? (C/C++) (SystemC) (VC++) (IC Design)

摘要: Visual C++ 7.1--------------The download directory contains two subdirectories: 'msvc71' and 'examples'. The 'msvc71' directory contains the project and workspace files to compile the 'systemc.lib' li... 阅读全文

posted @ 2006-10-18 08:13 真 OO无双 阅读(1208) 评论(0) 推荐(0)

(原創) 解决问题时,不要只从演算法的角度去思考 (日記)

摘要: 人类很多能力是靠学习而来的,这种能力只要你学习了『方法』后,就拥有这个能力。如数学,有一定的公式跟规则,如写程序,也有一定的方法,这种技能通常定义明确,Input只要依照一定的『演算法』后,就会有明确的Output,也可以说是『数位』的能力。 阅读全文

posted @ 2006-10-18 02:08 真 OO无双 阅读(489) 评论(0) 推荐(0)

导航