代码搜索:arry
找到约 143 项符合「arry」的源代码
代码结果 143
www.eeworm.com/read/162614/5524838
ada c43224a.ada
-- C43224A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/105068/15678425
cpp median.cpp
void medfilter1(float* data,int len,int num)
{
/*data输入数据
*len数据长度
*num滤波器长度
*/
float*temp;
temp=new float[len];
float med(float*,int);
if(len
www.eeworm.com/read/292333/8361009
cpp shannon coding.cpp
/*程序中通过修改宏定义#define max_PN 6,是消息符号的个数具有可变性,在一定意义上说有灵活性*/
#include
#include
#include
#define max_CL 10 /*maxsize of length of code*/
#define max_PN 20 /*输入序列的个数*/
www.eeworm.com/read/365949/9838745
cpp maxxb.cpp
//这个程序在本书所带软盘中。文件名为MAXXB.CPP
//这个程序利用子程序来找出一个数组中的最大值的下标。
#include
void main(void)
{
int max(int[], int); //定义具有数组叁数的子程序
int array[10] = {34, 56, 70, 99, 82, 100, 32, 43, 77,
www.eeworm.com/read/365949/9838753
cpp max.cpp
//这个程序在本书所带软盘中。文件名为MAX.CPP
//这个程序利用子程序来找出一个数组中的最大单元值。
#include
void main(void)
{
int max(int[], int); //定义具有数组叁数子程序
int array[10] = {34, 56, 70, 99, 82, 100, 32, 43, 77, 80}
www.eeworm.com/read/354609/10342460
bak 1302_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/354609/10342482
m51 1302.m51
BL51 BANKED LINKER/LOCATER V5.12 05/12/2008 22:17:17 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/354609/10342502
plg 1302.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\yejing\1302.uv2
Project File Date: 05/11/2008
Output:
Build target 'Targ
www.eeworm.com/read/354609/10342509
opt 1302.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/464498/7151144
c main.c
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 这是个纯软件仿真的例子,非常简单。
// 请在 Debug 方式下运行!Release是烧写Flash的,需要 万利公司 的 STM32 EK 开发板
// Project--->options----