代码搜索:zfc
找到约 16 项符合「zfc」的源代码
代码结果 16
www.eeworm.com/read/254531/12131226
c text.c
#include
#include
#include
void delay(unsigned int i)
{
unsigned int a,b;
for(a=0;a
www.eeworm.com/read/390169/8481144
cpp class.cpp
#include"class.h"
//|---------------------------|str类函数定义
istream &operator >>(istream &in,str &zfc1)
{
in>>zfc1.m_string;
return in;
}
ostream &operator
www.eeworm.com/read/349789/10799922
c main.c
#include "SPCE061A.h"
/*****************************************************************************
Program: example for LCD'Display
author: zfc
Date: 2006/07/30
************************
www.eeworm.com/read/212172/15165009
bas 公用.bas
Attribute VB_Name = "公用"
'与我发表的老虎机不同的是使用了BitBlt绘图,
'应该说比我的那个还要好,
'
'zfc775 07.1.30
'有话直接留言 zfc775.ys168.com
Option Explicit
Publ
www.eeworm.com/read/390169/8481155
h class.h
#include
#include
#include
class str
{
char m_string[30];
public:
friend istream &operator >>(istream &in,str &zfc1);
friend ostream &operator