代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/326116/13165521
v mult4x4.v
module mult4x4(out,a,b,clk);
output[7:0] out;
input[3:0] a,b;
input clk;
reg[7:0] out;
reg[1:0] firsta,firstb;
reg[1:0] seconda,secondb;
wire[3:0] outa,outb,outc,outd;
always @(posedge clk)
www.eeworm.com/read/241049/13174067
dsw d4r4.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/241049/13174071
dsp d4r4.dsp
# Microsoft Developer Studio Project File - Name="D4R4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/241049/13174073
opt d4r4.opt
www.eeworm.com/read/241049/13174076
cpp d4r4.cpp
#include
#include
#include
#include
#include
#include
double gammln(double xx)
{
int j;
float temp;
double cof[6],st
www.eeworm.com/read/241049/13174079
plg d4r4.plg
Build Log
--------------------Configuration: D4R4 - Win32 Debug--------------------
Command Lines
Results
D4R4.exe - 0 error(s)
www.eeworm.com/read/241049/13174081
ncb d4r4.ncb
www.eeworm.com/read/241049/13176477
cpp d4r4.cpp
#include
#include
#include
#include
#include
#include
void main()
{
//program d4r4
//driver for routine factln
www.eeworm.com/read/325882/13177835
m chap4_4rule.m
%S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
%Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes;
%Outputs
case 3,