代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/156908/11753316
h complex.h
/*
* Quick and dirty complex data type using float arithmetic
* Should be extended
*/
#ifndef COMFLOAT_H
#define COMFLOAT_H
#include "floating.h"
class Complex
{
Float x,y;
pu
www.eeworm.com/read/155163/11892929
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/155163/11892964
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/153577/12025660
mak adc.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/153387/12036785
eqn counter_7seg.fit.eqn
--C1_cn is bcd_counter:inst4|cn at LC_X13_Y30_N9
--operation mode is normal
C1_cn_lut_out = C1L51 & C1_cn # !C1L41;
C1_cn = DFFEAS(C1_cn_lut_out, GLOBAL(B1_count2[9]), !GLOBAL(clr), , , , , , );
www.eeworm.com/read/339483/12231728
sh m4.sh
#!/bin/bash
# m4.sh: Using the m4 macro processor
# Strings
string=abcdA01
echo "len($string)" | m4 # 7
echo "substr($string,4)" | m4 # A01
echo "regexp
www.eeworm.com/read/338832/12278765
readme
This directory contains several example programs that use finite-domain and Boolean constraints.
alpha.pl Arithmetic puzzle
bridge.pl Bridge scheduling problem
www.eeworm.com/read/337942/12332990
m 复件 zhengshu.m
function fangcheng
[t,y]=ode45(@weifen,[0:0.0025:50],[0.5 0.20 5]);
%figure,plot(t,y(:,1));
figure,plot(y(:,1),y(:,3));
%figure,plot(y(:,1),y(:,2));
%figure,plot(y(:,2),y(:,3));
%figure,plot