代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/210119/15206378
m qpskdemod1.m
%qpskdemod1.m
%QPSK解调程序
function [demodata] = qpskdemod1(idata,qdata,para,nd,m1);
%***********************variables*******************************
%idata
%qdata
%demodata:解调后数据(para-by-nd matrix
www.eeworm.com/read/192685/8302476
html 19816.html
请问 VB 中要如何做到 ex: 我的程式为 my.exe ==> c:\my para1 para2 (详内)
请问 VB 中要如何做到 ex: 我的程式为 my.exe ==
www.eeworm.com/read/192685/8349243
html 19831.html
Re: 请问 VB 中要如何做到 ex: 我的程式为 my.exe ==> c:\my para1 para2 (详内)
Re: 请问 VB 中要如何做到 ex: 我的程式为 m
www.eeworm.com/read/494144/6379110
c project_part_parameter.c
/*****************************************************************************
**
** Project_Part_parameter.c
**
** Description:
** Contains Unigraphics entry points for the application.
*
www.eeworm.com/read/308339/13703955
v mult_para_recurs_8x8_2sc.v
`timescale 1ns/1ps
module mult_para_recurs_8x8_2sC (a,b,clk,reset,y);
input[7:0] a,b;
input clk,reset;
output[15:0] y;
/*---------------------------------------\
| _Function: always @
www.eeworm.com/read/182116/9216912
awk makeman.awk
#!/usr/bin/gawk -f
#
# makeman - make zgv man page from texinfo file.
# Public domain by Russell Marks.
#
# Requires gawk (it uses `gensub' (gawk only?) and `[:blank:]' (POSIX)).
#
# Note that this *I
www.eeworm.com/read/100285/6270782
sgml current_user.sgml
SQL_CURRENT_USER
SQL - Functions
CURRENT_USER
www.eeworm.com/read/299188/6324445
m giins.m
%插入cp
function [ich,qch]=giins(ich1,qch1,para,gilen)
ich=[ich1(para-gilen+1:para),ich1];
qch=[qch1(para-gilen+1:para),qch1];
www.eeworm.com/read/415313/11076810
m parsecmd.m
% ParseCmd: parse the command line
%
% Parameters:
% classifier_str: classifier description string
% delimiter: delimiter to separate the command
% display: display the detailed infomation, defau