代码搜索:system verilog
找到约 10,000 项符合「system verilog」的源代码
代码结果 10,000
www.eeworm.com/read/399963/7819111
c system1.c
#include
#include
int main()
{
printf("Running ps with system\n");
system("ps -ax");
printf("Done.\n");
exit(0);
}
www.eeworm.com/read/399963/7819113
c system2.c
#include
#include
int main()
{
printf("Running ps with system\n");
system("ps -ax &");
printf("Done.\n");
exit(0);
}
www.eeworm.com/read/199733/7826774
cc hello-system.cc
#include
component print_string
{
public:
inport const char* in(const char*);
};
const char* print_string::in(const char*s)
{
printf(s);
return s;
}
template compone
www.eeworm.com/read/387872/7849913
h dl_system.h
//------------------------------------------------------------------------------------
//
// I N T E L P R O
www.eeworm.com/read/387872/7849918
c system_init.c
//------------------------------------------------------------------------------------
//
// I N T E L P R O
www.eeworm.com/read/387872/7849950
h system_init.h
//------------------------------------------------------------------------------------
//
// I N T E L P R O
www.eeworm.com/read/299113/7887993
m system_1.m
function [sampl,re_sampl]=<mark>system</mark>_1(A,F,P,D,snr,N)
%输入变量A ,F,P分别为输入信号的幅度、频率和相位,D为量化电平数,snr
%为信道信噪比,N为D/A转换时的内插点数;输出变量sampl为抽样后的输入
%信号,re_sampl为恢复出的输入信号。
%数字基带传输系统的MATLAB仿真实现%
%以下列出你自己编写的代码%
[samp ...
www.eeworm.com/read/299073/7890182
v system_timer.v
//Copyright (C) 1991-2004 Altera Corporation
//Any megafunction design, and related net list (encrypted or decrypted),
//support information, device programming or simulation file, and any other
//
www.eeworm.com/read/299073/7890304
01 system.ptf.4.01
SYSTEM system
{
System_Wizard_Version = "4.01";
System_Wizard_Build = "214";
WIZARD_SCRIPT_ARGUMENTS
{
device_family = "CYCLONE";
clock_freq = "50000000";
genera