代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/451377/7466458
txt 文法受限实例.txt
const guhe1=12;
var guhe2,guhe3;
procedure jiaohuan;
var temp,temp2;
procedure jiaohuan2;
begin
call jiaohuan;
temp:=-guhe2*(+guhe2/(guhe2-guhe2+guhe2*guhe2+-));
guhe2:=guhe3;
gu
www.eeworm.com/read/450798/7476619
c 实例3.c
#include
#include
main(int argc, char *argv[])
{
FILE *in,*out;
char ch;
if(argc!=3);
{
printf("You forgot to enter a filename\n");
exit(0);
www.eeworm.com/read/450798/7476622
c 实例1.c
#include
#include
main()
{
FILE *fp;
char ch,filename[10];
scanf("%s",filename);
if( (fp=fopen(filename,"w") )==NULL)
{
printf("cannot open fil
www.eeworm.com/read/450798/7476626
c 实例2.c
#include
#include
main()
{
FILE *in,*out;
char ch,infile[10],outfile[10];
printf("Enter the infile nmae:\n");
scanf("%s",infile);
printf("Enter the o
www.eeworm.com/read/450131/7490151
h 实例doc.h
// 实例Doc.h : interface of the CMyDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DOC_H__E6D9C15B_D1B9_433A_958E_CAA250E95CDC__INCLUDED_
www.eeworm.com/read/450131/7490152
h 实例set.h
// 实例Set.h : interface of the CMySet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SET_H__B3CF4005_D486_44E9_8CFD_A5EB12925CC9__INCLUDED_
www.eeworm.com/read/450131/7490155
rc2 实例.rc2
//
// 实例.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////////
www.eeworm.com/read/450131/7490156
ico 实例doc.ico
www.eeworm.com/read/450131/7490158
h 实例view.h
// 实例View.h : interface of the CMyView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIEW_H__5D5D52BB_E7C9_4ED3_8C86_40245370E444__INCLUD
www.eeworm.com/read/450131/7490162
cpp 实例view.cpp
// 实例View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "实例.h"
#include "实例Set.h"
#include "实例Doc.h"
#include "实例View.h"
#ifdef _DEBUG
#define new DEBUG_NEW