代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/253260/12235180
cpp arrstruc.cpp
// arrstruc.cpp -- an array of structures
#include
struct inflatable
{
char name[20];
float volume;
double price;
};
int main()
{
using namespace std;
inflata
www.eeworm.com/read/150130/12310649
h app_intr.h
/////////////////////////////////////////////////////////////////////////////
// app_intr.h
//
// Constants and structures for application interface to USB
// example firmware.
//
// Note that a
www.eeworm.com/read/337096/12391418
cpp assgn_st.cpp
// assgn_st.cpp -- assigning structures
#include
struct inflatable
{
char name[20];
float volume;
double price;
};
int main()
{
using namespace std;
inflatabl
www.eeworm.com/read/337096/12391442
cpp arrstruc.cpp
// arrstruc.cpp -- an array of structures
#include
struct inflatable
{
char name[20];
float volume;
double price;
};
int main()
{
using namespace std;
inflata
www.eeworm.com/read/250662/12393070
c qsort.c
/*
** Demonstrates sorting an array of structures with qsort
*/
#include
#include
typedef struct {
char key[ 10 ]; /* the sort key for the array */
int other_data; /*
www.eeworm.com/read/231176/14249595
html annotated.html
AVR447: Sine wave driving of three phase moto
www.eeworm.com/read/124842/14533782
ex1 in.ex1
Experiments = 1
Total Trials = 1000
Population Size = 50
Structure Length = 30
Crossover Rate = 0.6
Mutation Rate = 0.001
Generation Gap = 1.0
Scaling Window
www.eeworm.com/read/123562/14624431
readme
Knight's Tour Applet V1.0 (C) 1999 Markku V鋒鋋ho
Data Structures Project
University of Helsinki
Department of Computer Science
QUICK START
If you have JDK 1.1 inst