代码搜索结果
找到约 10,000 项符合
7 的代码
d7r7.cpp
#include "iostream.h"
#include "fstream.h"
#include "stdlib.h"
#include "string.h"
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j
d7r7.dsp
# Microsoft Developer Studio Project File - Name="D7R7" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
d7r7.plg
Build Log
--------------------Configuration: D7R7 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP4
d7r7.cpp
#include "iostream.h"
#include "fstream.h"
#include "stdlib.h"
#include "string.h"
void main()
{
//program d7r7
//driver for routine sort3
int i,j,nlen = 64;
double a[65], b
example7_7.java.bak
import java.awt.*;
import java.awt.event.*;
import java.math.*;
class MyButton extends Button implements ActionListener
{
String name;TextField text;
Container con;
MyButton(String
xt7-7-2.txt
#include
using namespace std;
#define NULL 0
struct student
{long num;
float score;
student *next;
};
int n;
student *del(student *head,long num)
{student *p1,*p2;
ex7p7.cmd
/* * ======== example1.cmd ======== * */
MEMORY{
PAGE 0:
EPROG: origin = 0x1400, len = 0x7c00
VECT: origin = 0xff80, l
sa_ex7_7.m
% Linear predictive AOA estimation for a M = 6 element array with noise variance = .1
% allow transpose(u3) = [0 0 1 0 0 0]
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];