代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/435369/7792793
c a.c
#include
#include
#include
#define MAXNIV 7
#define MAXOPC 15
#define MAXNOM 9
#define MAXLIT 41
#define MAXCOM 81
#define MENUINICIAL "MENU"
#define NOMDEF "
www.eeworm.com/read/435362/7793144
c fabiana.c
#include
#include
#include
#define MAXNIV 7
#define MAXOPC 15
#define MAXNOM 9
#define MAXLIT 41
#define MAXCOM 81
#define MENUINICIAL "MENU"
#define NOMDEF "
www.eeworm.com/read/435150/7796239
cpp ex8_04.cpp
// Exercise 8.4 Using reverse() from Ex 8.2 to reverse a command line argument.
#include
#include
using std::cout;
using std::endl;
using std::string;
string reverse(strin
www.eeworm.com/read/199662/7839540
cpp reversesubstring.cpp
#include
#include
#include
using namespace std;
string findReversed(string input)
{
string tempStr;
string result;
int subSize = 0;
for(int i = 0; i <
www.eeworm.com/read/198073/7952050
plg 2.plg
礦ision2 Build Log
Project:
D:\单片机实验室\51\2051循迹小车\1\2.uv2
Project File Date: 05/05/2006
Output:
Build target 'Target 1'
assembling STARTUP.A51
www.eeworm.com/read/398034/8009027
m sa_fig3_4.m
% Smart antennas 3-D pattern for cos(theta)^4 pattern
% use 100 data points in theta and 100 data points in phi
set(0,'defaultfigurecolor','w')
tend=pi;
fx=inline('sin(theta)^2*sin(theta)*cos(ph
www.eeworm.com/read/398034/8009050
m sa_fig6_17.m
% Figure 6.17 demonstration of time varying impulse response
N=20;
h=zeros(N,4);
figure;
for j=1:4
t=ones(N,1);
a=randn(N,1);
a=abs(a)/max(abs(a));
a=fliplr(sort(a'));
test=ceil(rand(6
www.eeworm.com/read/398034/8009056
m sa_fig3_7.m
% Smart antennas figure 3.7. 3-D pattern for cos(theta)^4 pattern
% use 100 data points in theta and 100 data points in phi
tend=pi/2;
set(0,'defaultfigurecolor','w')
fx=inline('abs(sin(3*pi*sin
www.eeworm.com/read/398034/8009093
m sa_fig3_1x.m
% Smart antennas 3-D pattern for loop antennas with radius a
% use 100 data points in theta and 100 data points in phi
set(0,'defaultfigurecolor','w')
tend=pi;
%a is inserted below before the pi
www.eeworm.com/read/398034/8009121
m sa_ex3_4.m
% Example 3.4 plotting the 3-D mesh pattern for cos(theta)^2.
fx=inline('cos(theta)^2*sin(theta)*cos(phi)')
fy= inline('cos(theta)^2*sin(theta)*sin(phi)')
fz = inline('cos(theta)^2*cos(theta)')