代码搜索:daima
找到约 546 项符合「daima」的源代码
代码结果 546
www.eeworm.com/read/433183/8541168
txt daima.txt
#include
#include
#include
#include
#pragma comment (lib,"Urlmon.lib")
#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
www.eeworm.com/read/182990/9181313
txt daima.txt
词法分析器程序源代码
include #include #include #define MAX 50
void main()
{
FILE *in,*out;/*存放输入字符串和输出单词串的文件*/
char arr[MAX];/*arr数组存放单词符号*/
char currentchar;/*currentcha
www.eeworm.com/read/160034/10577382
h daima.h
#ifndef __DAIMA_H
#define __DAIMA_H
#include "yufa.h"
#define CODE_SIZE 200
#define RUN_STACK_SIZE 500 //runtime stack size
enum fct {lit,opr,lod,sto,cal,intint,jmp,jpc};
struct instruc
www.eeworm.com/read/160034/10577396
cpp daima.cpp
#include "daima.h"
void CDaima::Gen(enum fct x,int y,int z)
{
if (cx
www.eeworm.com/read/277857/10598017
cpp daima.cpp
#include "DAIMA.h"
void CDaima::Gen(enum fct x,int y,int z){
if (cx
www.eeworm.com/read/277857/10598052
h daima.h
#ifndef __DAIMA_H
#define __DAIMA_H
#include "YUFA.h"
#define CODE_SIZE 200
#define RUN_STACK_SIZE 500
enum fct {lit,opr,lod,sto,cal,intint,jmp,jpc};
struct instruction{
fct f;
www.eeworm.com/read/275857/10790368
txt daima.txt
Internet Draft B. Ford
Document: draft-ford-midcom-p2p-01.txt M.I.T.
Expires: April 27, 2004
www.eeworm.com/read/272279/10963559
txt daima.txt
如何与资源管理器互动剪切/拷贝/粘贴文件
一.本文将向读者介绍下面两个问题的解决方案:
1,用户在资源管理器(Windows Explorer)中剪切/拷贝(Cut/Copy)文件,然后在自己的应用程序中进行粘贴(Paste)操作;
2.用户在自己的应用程序中剪切/拷贝文件,在资源管理其中粘贴操作。
二.本文中的代码编写工具及测试环境:
1,VC6.0, Platform SDK(无 ...
www.eeworm.com/read/417373/10992515
h daima.h
#ifndef __DAIMA_H
#define __DAIMA_H
#include "yufa.h"
#define CODE_SIZE 200
#define RUN_STACK_SIZE 500 //runtime stack size
enum fct {lit,opr,lod,sto,cal,intint,jmp,jpc};
struct instruc