代码搜索:programed

找到约 98 项符合「programed」的源代码

代码结果 98
www.eeworm.com/read/331325/3413860

c sound.c

// Sound Control for EZ-USB FX2 // programed by takuya matsubara #include #include #include "sound.h" #define SOUNDPORT IOA #define SOUNDPORTOE OEA #define SOUND_BIT
www.eeworm.com/read/391713/8389228

ini shop.ini

#------------------------------------------------------# # 武器屋设定用ファイル shop.ini # programed by M.Ishii(Dr.HectPascal) # Version 0.78 # # http://www.speed.co.jp/hpa/index.htm # hpa@post.tok2.com
www.eeworm.com/read/491360/1191752

m set_d.m

% Program 7-9 % % set_D.m % % Programed by A.Kanazawa % Checked by H.Harada % function D = set_D(x,y,R) % the function to determine the distance between BSs i_R = sqrt(3) * R; j_R = i_R
www.eeworm.com/read/173155/5376344

m set_d.m

% Program 7-9 % % set_D.m % % Programed by A.Kanazawa % Checked by H.Harada % function D = set_D(x,y,R) % the function to determine the distance between BSs i_R = sqrt(3) * R; j_R = i_R
www.eeworm.com/read/270429/4238303

m set_d.m

% Program 7-9 % % set_D.m % % Programed by A.Kanazawa % Checked by H.Harada % function D = set_D(x,y,R) % the function to determine the distance between BSs i_R = sqrt(3) * R; j_R = i_R
www.eeworm.com/read/423126/2029243

m set_d.m

% Program 7-9 % % set_D.m % % Programed by A.Kanazawa % Checked by H.Harada % function D = set_D(x,y,R) % the function to determine the distance between BSs i_R = sqrt(3) * R; j_R = i_R
www.eeworm.com/read/173725/9637976

c pucspi.c

/*Programed by zhoudb 2002-6-21 用通用I/O口实现SPI通讯接口功能*/ #include "bdcomm.h" #include "pucspi.h" /*低端接口函数声明*/ void SpiPhyInit(void); void ChipSelect(unsigned char SlaveID,char EnableFlag); void SpiW
www.eeworm.com/read/173725/9637968

h pucspi.h

/*Programed by zhoudb 2002-6-21*/ #ifndef __GENERAL_PORT_SPI_H #define __GENERAL_PORT_SPI_H /*物料层的相关定义*/ #define BitMask 0x80 #define SS_EN 0 #define SS_DIS 1 #define HALFPERIOD 1 /