代码搜索:parallel
找到约 6,530 项符合「parallel」的源代码
代码结果 6,530
www.eeworm.com/read/243169/4530393
cmd coff2hex.cmd
agc_audio.out /* hex500 user_audio.cmd*/
-a
-map agc_audio.map
-o agc_audio.hex
-bootorg PARALLEL
-e 0x100 /* -e _c_int00*/
-boot
-swwsr 0x7fff
-bscr 0x8802
-memwidth 16/* default 16*/
-
www.eeworm.com/read/243169/4530394
cmd coff2hex_a.cmd
adm_audio.out /* hex500 user_audio.cmd*/
-a
-map user_audio.map
-o adm_audio.hex
-bootorg PARALLEL
-e 0x100 /* -e _c_int00*/
-boot
-swwsr 0x7fff
-bscr 0x8806
-memwidth 16/* default 16*/
www.eeworm.com/read/277197/4158866
entries
/Makefile.am/1.1/Tue Jul 11 22:55:09 2006//
/Makefile.in/1.1/Tue Jul 11 22:55:09 2006//
/list_atomic.template/1.1/Tue Jul 11 22:55:09 2006//
/run_parallel.inc/1.1/Tue Jul 11 22:55:09 2006//
/test_atom
www.eeworm.com/read/424669/2014929
cmd coff2hex.cmd
agc_audio.out /* hex500 user_audio.cmd*/
-a
-map agc_audio.map
-o agc_audio.hex
-bootorg PARALLEL
-e 0x100 /* -e _c_int00*/
-boot
-swwsr 0x7fff
-bscr 0x8802
-memwidth 16/* default 16*/
-
www.eeworm.com/read/424669/2014930
cmd coff2hex_a.cmd
adm_audio.out /* hex500 user_audio.cmd*/
-a
-map user_audio.map
-o adm_audio.hex
-bootorg PARALLEL
-e 0x100 /* -e _c_int00*/
-boot
-swwsr 0x7fff
-bscr 0x8806
-memwidth 16/* default 16*/
www.eeworm.com/read/167538/9964285
txt zzx12864c5_st7565_.txt
;THIS PROGRAM FOR I/O MODE TO EXAMPLE 12864
;st7565 串口程序
;制作日期:2004-11-12
;change:2004-12-07
;RESET TO VCC(YXD-12864T03 8-bit TRI-STATE PARALLEL I/O PORT)
RESETPIN BIT P3.4
CS1 BIT P3.7
www.eeworm.com/read/314041/6955455
m sblockclc.m
function [A1,B1,C1,D1,Dn1]=sblockclc(aa,ba,ca,da,adn,ab,bb,cb,db,bdn);
%Parallel matrix calculation
bapbb=conv(ba,bdn)+conv(bb,adn);
capcb=conv(ca,bdn)+conv(cb,adn);
aamab=conv(aa,bdn)-conv(ab,adn
www.eeworm.com/read/458661/7291915
m imped.m
% imped.m - mutual impedance between two parallel standing-wave dipoles
%
% Usage: [Z21,Z21m] = imped(L2,L1,d,b) (mutual impedance of dipole 2 due to dipole 1)
% [Z21,Z21m] = imped(L2,L1,d)
www.eeworm.com/read/447915/7544010
h lcdm.h
#ifndef _LCDM_H
#define _LCDM_H
#define LCDM_DLY 0
//LCM Controlling Port for parallel mode(8080 mode)
#define LCDM_CTL1_SEL P5SEL
#define LCDM_CTL1_DIR P5DIR
#define LCDM_CTL1_OUT P5OUT
#d
www.eeworm.com/read/197261/8008711
m sblockclc.m
function [A1,B1,C1,D1,Dn1]=sblockclc(aa,ba,ca,da,adn,ab,bb,cb,db,bdn);
%Parallel matrix calculation
bapbb=conv(ba,bdn)+conv(bb,adn);
capcb=conv(ca,bdn)+conv(cb,adn);
aamab=conv(aa,bdn)-conv(ab,adn