代码搜索结果
找到约 10,000 项符合
9 的代码
chap9.h
void get_status(void);
void clear_feature(void);
void set_feature(void);
void set_address(void);
void get_descriptor(void);
void get_configuration(void);
void set_configuration(void);
void get_
c9.h
// c9.h 对两个数值型关键字的比较约定为如下的宏定义
#define EQ(a,b) ((a)==(b))
#define LT(a,b) ((a)
3-9.m
subplot(221)
rectangle('Position',[0.59,0.35,3.75,1.37])
title('矩形');
subplot(222)
rectangle('Position',[0.59,0.35,3.75,1.37],...
'Curvature',[0.8,0.4],...
'LineWidth',2,'Line
4-9.m
figure('name','OK');
figure(10),set(10,'name','OK');
%创建二个窗口对象(Figue),并把对象名设置为“OK”
[flag1,fig1] = figflag('OK');
close all;
[flag2,fig2] = figflag('OK');
%两种状态下,测试窗口名为“OK”的情况
disp([flag1,fig1])
pymap9.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
pymap9.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CStatic
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "pymap9.h"
pymap9.plg
Build Log
--------------------Configuration: pymap9 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
pymap9.cpp
// pymap9.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "pymap9.h"
#include "pymap9Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat