代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/441213/7674507
dat map.dat
Don't change the file !!!
But you can add some map at the end of [custom maps] section.
And you must restart the boxman program!
ps:Never use the same number to sign your map.
+ : wall
- : ou
www.eeworm.com/read/439437/7709110
m qcoeff.m
function [y,L,B] = QCoeff(x,N)
% [y,L,B] = QCoeff(x,N)
% Coefficient Quantization using N=L+B bit Representation
% with Rounding operation
% y: quantized array (same dim as x)
%
www.eeworm.com/read/436446/7769689
m normalize.m
function angles = normalize(angles)
% Normalizes angles to interval (-pi,pi]
%angles = pi - mod(pi-angles, 2*pi);
% Same result, more efficiently:
angles = angles + (2*pi)*floor((pi-angles)/(2
www.eeworm.com/read/435150/7796203
cpp printthat.cpp
// Exercise 10.4 This file is the same as for Exercise 10.3.
// printthat.cpp
#include "printthat.h"
#include "print.h"
void print_that(const string& s) {
print2::print(s);
}
www.eeworm.com/read/435150/7796204
cpp print.cpp
// Exercise 10.4 This file is the same as for Exercise 10.3.
// print.cpp
#include "print.h"
#include
#include
using std::string;
void print1::print(const string& s) {
www.eeworm.com/read/435150/7796209
cpp printthis.cpp
// Exercise 10.4 This file is the same as for Exercise 10.3.
// printthis.cpp
#include "printthis.h"
#include "print.h"
void print_this(const string& s) {
print1::print(s);
}
www.eeworm.com/read/434781/7801798
java ex3(3).java
// containers/Ex3.java
// TIJ4 Chapter Containers, Exercise 3, page 809
/* Using Countries, fill a Set multiple times with the same data
* and verify that the Set ends up with only one of each ins
www.eeworm.com/read/434781/7801992
java scarab.java
// reusing/Scarab.java
// TIJ4 Chapter Reusing, Exercise 24, page 274
/* In Beetle.java, inherit a specific type beetle from class Beetle, following
* the same format as the existing classes. Trace
www.eeworm.com/read/299389/7863253
txt localmaxmin.txt
function [x,n]=localmaxmin(y,xn)
%LOCALMAXMIN(Y) Local Maxima and Minima.
% X = LOCALMAXMIN(Y) or LOCALMAXMIN(Y,'max') for vector Y returns a logical
% vector X the same size as Y such that Y(X) co
www.eeworm.com/read/299228/7872292
po vi.po
# Vietnamese translation for WGet.
# Copyright © 2008 Free Software Foundation, Inc.
# This file is distributed under the same license as the wget-1.11.1-b2093 package.
# Phan Vinh Thinh