代码搜索:高通骁龙

找到约 10,000 项符合「高通骁龙」的源代码

代码结果 10,000
www.eeworm.com/read/490651/6450623

h mould.h

#define uchar unsigned char #define uint unsigned int uchar code shuzi[]={ /*-- 文字: 0 --*/ /*-- 宋体12; 此字体下对应的点阵为:宽x高=8x16 --*/ 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x0F,0x10,0x
www.eeworm.com/read/485710/6556760

bak hzcode.h.bak

#include"USEH1.h" #ifndef __HZCODE_H__ #define __HZCODE_H__ //许文的应聘作品,感谢您百忙抽空考查! uchar code HZcode[][32]= { /*-- 文字: 许 --*/ /*-- 宋体12; 此字体下对应的点阵为:宽x高=16x16 --*/ {0x40,0x41,0x4E,0xC4,0x0
www.eeworm.com/read/484432/6576081

txt at89c51---temperature-control.txt

TEMPH EQU 20H ;温度的高8位 TEMPL EQU 21H ;温度的低8位 TEMP_HEX EQU 22H ;十六进制温度值 TEMP_BCD EQU 23H ;十进制温度值 TEMP_DOT EQU 24H FLAG EQU 25H ;是否检测到DS18B20标志位 ;==================================
www.eeworm.com/read/483854/6596332

m q711.m

%《MATLAB在电子信息课程中的应用》第七章例7.11程序q711 % 时域采样与重构 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear; close all; A=444.128; a=50*sqrt(2)*pi; b=a; for k=1:2 if k==1 Fs=400; elseif k==2 Fs=1000;end
www.eeworm.com/read/483854/6596355

m q24.m

%《MATLAB在电子信息课程中的应用》第二章第四节演示程序q24 % 逻辑运算及流程控制 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format,echo off disp(' < 小于 '),disp(' ') disp(' 大于 '),disp(' ')
www.eeworm.com/read/265260/11271798

cjb 示例.cjb

E:\VBWORK\学生成绩管理系统\示例.CJB 机电工程学院 96 能源 1 班 70 100 1 4 3 1 2 1 2 1 30 60 10 10.5 1 8388863 27 座号 姓 名 语文 高数 英语 普物 制图 工力 传热 革命史 ∑智育 德平时 德调节 ∑德育 体育课 体平时 ∑体育 总评 名次 1
www.eeworm.com/read/264753/11302811

txt ex2-1-3.txt

!环境设置 !综合实例2-1-3 FINI /CLE /FILNAME,EX2-1-3 /TITLE,EXAMPLE 2-1-3 *AFUN,DEG !指定角度单位为度 !几何参数设定 R1=0.5 !孔半径 R2=1 !倒圆角半径 W=4.5 !宽 L1=5.5 !长 L2=2.5 !切槽长 H1=8 !高
www.eeworm.com/read/264753/11302826

txt ex2-1-2.txt

!环境设置 !综合实例2-1-2 FINI /CLE /FILNAME,EX2-1-2 /TITLE,EXAMPLE 2-1-2 *AFUN,DEG !指定角度单位为度 !几何参数设定 R1=5 !内径 R2=6 !内环外径 R3=8 !外径 R4=0.5 !孔径 R5=6.2 !孔中心线半径 H=2.5 !高
www.eeworm.com/read/408868/11366994

c ctest.c

//#include #include #include sbit BEEP=P2^7; unsigned char th0_f; //在中断中装载的T0的值高8位 unsigned char tl0_f; //在中断中装载的T0的值低8位 void dems(unsigned int r5);
www.eeworm.com/read/408868/11366997

c ctest_twotager.c

//#include #include #include sbit BEEP=P2^7; unsigned char th0_f; //在中断中装载的T0的值高8位 unsigned char tl0_f; //在中断中装载的T0的值低8位 void dems(unsigned int r5);