代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/481274/6647061
h ds1302.h
#ifndef _DS1302_H
#define _DS1302_H
#define uchar unsigned char
#define uint unsigned int
/********************************************************************
函 数 名:RTInputByte()
功
www.eeworm.com/read/403181/11521065
txt 16位二进制转化为5位bcd的pic子程序.txt
; 16位二进制数转化为5 BCD码子程序
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit bi
www.eeworm.com/read/260483/11723636
frm 数据文件_录入f1.frm
VERSION 5.00
Begin VB.Form frmInputRowCol
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "提供列数和行数"
ClientHeight = 1710
ClientLeft =
www.eeworm.com/read/343298/11959588
m exfft.m
function FD = exfft(TD,r)
%----------------------------------
% Name: exfft
% Param:
% TD -时域序列
% r -2的幂数,即迭代次数
% Return:
% FD -频域序列
%
www.eeworm.com/read/151343/12218410
m firstcounterinterleave.m
function [dataStreamOutput1] = firstCounterInterleave(dataStreamInput, TTI)
%计算交织矩阵的行数和列数
inputBitNumber = length(dataStreamInput);
if (TTI == 80)
columnNumber = 8;
permutationPattern = [
www.eeworm.com/read/217087/14978903
txt sytctl2.txt
购货凭证
会员卡号:%s 姓名:%s
流水号:%d 时间:%s
-------------------------------------------
商品名称 数 量 售价 金
www.eeworm.com/read/217087/14979249
txt sytctl2.txt
购货凭证
会员卡号:%s 姓名:%s
流水号:%d 时间:%s
-------------------------------------------
商品名称 数 量 售价 金
www.eeworm.com/read/114371/15056652
txt 16位二进制转化为5位bcd的pic子程序.txt
; 16位二进制数转化为5 BCD码子程序
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit binar
www.eeworm.com/read/212672/15151434
h sintb.h
;========================================================================
;SIN表,从0度到90度,间隔1度,SIN值为Q15数,即SIN(A)*2^15
;========================================================================
;SI