代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/143457/12874403
cpp p4-196.cpp
#include
#include
#include
#define ARRAY_SIZE 10
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
www.eeworm.com/read/143457/12874463
cpp p4-199.cpp
#include
#include
#include
#include
#define ARRAY_SIZE 15
using namespace std;
//定义整型数的vector容器类
typedef vector IntVector ;
//显示数组
void pu
www.eeworm.com/read/143457/12874477
cpp p4-200.cpp
#include
#include
#include
#include
#define ARRAY_SIZE 15
using namespace std;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/139077/13189392
m wht.m
%************ WVD_Hough变换 ***************
%使用说明:
% wvd为要做Hough变换的wvd矩阵;
% M为斜率采样点数;
% N为频率轴截距采样点数,一般取值范围为频率轴一个周期(m/2);
% 得到的Hough变换的'截距'轴的对应值为初始频率;'斜率'轴的K值
% 对应的实际斜率
www.eeworm.com/read/324090/13288479
_c key._c
/************************************************************
FileName: KEY.c
Description: 键盘模块,实现时间的调整和参数的设置
Function List:
1.inchour() //小时加1的子程序,在调整小时的状态下按下加1键调用到此程
www.eeworm.com/read/324090/13288488
c key.c
/************************************************************
FileName: KEY.c
Description: 键盘模块,实现时间的调整和参数的设置
Function List:
1.inchour() //小时加1的子程序,在调整小时的状态下按下加1键调用到此程
www.eeworm.com/read/136972/13350499
h xt8-5.h
//xt8-5.h(arraymax.h)
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
www.eeworm.com/read/136431/13379428
c build_table.c
/*
* Compaq Hot Plug Controller Graphical User Interface
* Copyright 2000, 2001 Compaq Computer Corporation
* All rights reserved.
*
* This program is free software; you can redistri
www.eeworm.com/read/136431/13379441
h build_table.h
/*
* Compaq Hot Plug Controller Graphical User Interface
* Copyright 2000, 2001 Compaq Computer Corporation
* All rights reserved.
*
* This program is free software; you can redistri
www.eeworm.com/read/315480/13541804
cgi topsites.cgi
#!/usr/bin/perl
#
&set_defaults;
eval {
require "variables.pl";
};
if ($@) {
print "Content-type: text/html\n\n";
&header;
print