代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/355178/10288907
c ledcfg_c.c
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT led.cdb */
/* Include Header
www.eeworm.com/read/355177/10289085
c testcfg_c.c
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT test.cdb */
/* Include Heade
www.eeworm.com/read/278058/10577227
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/278058/10577246
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/351679/10629647
c videocfg_c.c
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT video.cdb */
/* Include Head
www.eeworm.com/read/351676/10630332
c videocfg_c.c
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT video.cdb */
/* Include Head
www.eeworm.com/read/159601/10634982
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/350251/10752675
f90 vfeapglobals.f90
!****************************************************************************
! Global data, PARAMETERs, and structures
!***************************************************