代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/269293/11102460
java hostlookup.java
import java.net.*;
import java.io.*;
public class HostLookup {
public static void main (String[] args) {
if (args.length > 0) { // 使用命令行的方式
for (int i = 0; i < args.length; i++) {
Syst
www.eeworm.com/read/411408/11246324
cpp 00021.cpp
/*
名称编号:00021
实现功能:3中方式访问成员函数
(1)成员函数指针访问成员函数
(2)对象指针访问成员函数
(3)对象名访问成员函数
运行结果:通过
*/
/***************************************************************************/
#include
using na
www.eeworm.com/read/265782/11253829
txt epgcstringlist参数release问题.txt
改用stl方式传递参数
CString s;
VectorString *vec=NULL;
DealEpg(WM_MSG_EPG, MAKELONG(WM_EPG_FILE, WM_EPG_GET)
,0, (LPARAM )&vec);
if(vec == NULL)
return;
int n = vec->size();
for(int i=0;
www.eeworm.com/read/411007/11261335
txt lcd1602的滚动显示.txt
LCD1602的滚动显示
2006-04-01 09:51:40
大中小
/**************************************LCD1602头文件*********************************/
#ifndef _LCD1602_H_
#define _LCD1602_H_
//输入方式设置
#define LCD_
www.eeworm.com/read/148168/12488427
txt kj03-03-10.txt
CheckBoxList控件的作用与CheckBox控件类似,但功能更为强大(如支持以数据连接方式建立列表等)。其声明语法如下:
www.eeworm.com/read/134069/14010961
txt 8-20.txt
/* 范例:8-20 */
#include
#define HI int a; a=3; printf("a=%d\n",a);
/* 取代标记也可以用此种方式表示 */
#define GG int i;\
for(i=1;i