代码搜索:Digital
找到约 10,000 项符合「Digital」的源代码
代码结果 10,000
www.eeworm.com/read/464438/7158443
ref hdllib.ref
EN digital_clk NULL E:/DEMO_FPGA/digital_clk_timesim.vhd sub00/vhpl00 1111691296
AR dfgf testbench_arch E:/DEMO_FPGA/dfgf.timesim_vhw sub00/vhpl03 1111691299
EN dfgf NULL E:/DEMO_FPGA/dfgf.timesim_v
www.eeworm.com/read/189078/8490745
txt 大数相乘代码.txt
原始url:
http://bugeyes.blog.edu.cn/user1/20989/archives/2005/355575.shtml
两整数相乘,一般计算过程(相乘、移位、相加)如下:
4321
×) 999
----------
38889
38889
38889
----------
4316679
模拟该过程的C语言代码如下(整数在数组中逆序存
www.eeworm.com/read/189078/8490923
txt 求解2个数的乘积.txt
求解2个数的乘积[原创]
两个数相乘,大概从小学就学过了,列一个竖式,求出很多中间结果,然后再把这些中间结果移位相加。如345与345相乘,竖式如下:
345
× 345
------
1725
138
www.eeworm.com/read/188318/8551029
m exa060702_2.m
%--------------------------------------------------------------------------
% exa060702_2 , for example 6.6.2 and 6.7.2;
% to test buttord.m and butter.m;
% to design a Butterworth Bandpass digital
www.eeworm.com/read/388598/8598440
c evmdm642_apll.c
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== evmdm642_apll.c ========
* Analog PLL control
www.eeworm.com/read/388370/8612552
m imp_invr.m
function [b,a] = imp_invr(c,d,T)
% Impulse Invariance Transformation from Analog to Digital Filter
% ---------------------------------------------------------------
% [b,a] = imp_invr(c,d,T)
% b
www.eeworm.com/read/187617/8620329
60394
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!usc!sdd.hp.com!caen!uunet!math.fu-berlin.de!easix!jester!michael
From: michael@jester.GUN.de (Michael Gerhards)
www.eeworm.com/read/431476/8675193
readme
The aclock program displays an analog clock widget.
See also the dclock sample that displays a digital LCD clock and can
switch between time and date.
www.eeworm.com/read/431476/8675213
readme
The dclock program displays a digital LCD clock and can switch
between time and date.
See also the aclock sample that displays an analog clock.