代码搜索:LOOKFOR
找到约 127 项符合「LOOKFOR」的源代码
代码结果 127
www.eeworm.com/read/359048/2980804
java countreader.java
import java.io.*;
public class CountReader extends FilterReader {
private int count = 0;
private char lookFor = 0;
public CountReader(Reader in, char lookFor) {
super(in);
www.eeworm.com/read/162614/5516480
exp obj-c++.exp
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/263974/4298388
config rewriteregular.config
(.*)\/login\.[\w]{2,5}
user_login.aspx
0
login
www.eeworm.com/read/208064/15255130
cpp searchdlg.cpp
// SearchDlg.cpp : implementation file
//
#include "stdafx.h"
#include "dotNET界面.h"
#include "SearchDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/367606/9740257
m twobody.m
%Two body Orbit gravity
% Richard Rieber
% December 18, 2006
% rrieber@gmail.com
%
% Revision 8/21/07: Improved help and comments
% Added H1 line for lookfor functionality
%
www.eeworm.com/read/425913/10309930
m hohmann.m
% Orbit Hohmann transfer
% Richard Rieber
% October 17, 2006
% rrieber@gmail.com
%
% Revision 8/21/07: Supressed outputs from various calculations.
% Added H1 line for lookfor
www.eeworm.com/read/367606/9740260
m hohmann.m
% Orbit Hohmann transfer
% Richard Rieber
% October 17, 2006
% rrieber@gmail.com
%
% Revision 8/21/07: Supressed outputs from various calculations.
% Added H1 line for lookfor
www.eeworm.com/read/367606/9740254
m rvtolatlong.m
%orbit radius velocity latitude longitude ECEF
% Richard Rieber
% October 17, 2006
% rrieber@gmail.com
%
% Revision 8/21/07: Added H1 line for lookfor functionality.
%
% [Lat, Long] = RVtoLatLo
www.eeworm.com/read/367606/9740258
m jd.m
% Julian Date
% Richard Rieber
% November 9, 2006
% rrieber@gmail.com
%
% Revision 8/21/07: Added H1 line for lookfor functionality.
%
% function JD = JD(yr,day)
%
% Purpose: This function