代码搜索结果
找到约 10,000 项符合
7 的代码
c7-7.cpp
#include
#include
#include
using namespace std;
struct S
{int num;
string name;
char sex;
char job;
union
{int grade;
char position[10
test7_7.txt
#include
#define MAXLINE 1024
int main(void)
{
char line[MAXLINE];
FILE *fp;
if(!(fp=tmpfile()))
{
printf("tempfile error");
exit(1);
test7_7.txt
#include
#define MAXLINE 1024
int main(void)
{
char line[MAXLINE];
FILE *fp;
if(!(fp=tmpfile()))
{
printf("tempfile error");
exit(1);
ex7_7.dsp
# Microsoft Developer Studio Project File - Name="Ex7_7" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
ex7_7.cpp
//【例7.7】双向链表类模板和结点类模板。
#include
#include //保留此头文件,可使用标准字符串
using namespace std;
template class DblList;
template class DblNode{
T info;//数据域
Db
ex7_7.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
chap7_7.mdl
Model {
Name "chap7_7"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
chap7_7.mdl
Model {
Name "chap7_7"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
例7-7.m
>> Hc_box= uicontrol(gcf,'Style','check',...
'Position',[100 50 100 20],...
'String','Axis Box',...
'CallBack',[...
ans7_7.m
xth = 0;
tic
for x = -10:0.5:10
xth = xth + 1;
if x