代码搜索:modification
找到约 10,000 项符合「modification」的源代码
代码结果 10,000
www.eeworm.com/read/128502/5989961
xpm open.xpm
/* XPM */
/*
G N O K I I
A Linux/Unix toolset and driver for Nokia mobile phones.
Copyright (C) 1999 Pavel Jan韐 ml. & Hugh Blemings.
Released under the terms of the GNU GPL, see file COPYI
www.eeworm.com/read/124910/6036954
h stat.h
/* Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th
www.eeworm.com/read/124910/6037392
h stat.h
/* Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/124804/6040021
cpp fig16_10.cpp
// Fig. 16.10: fig16_10.cpp
// Demonstrating a public member function that
// returns a reference to a private data member.
// Time class has been trimmed for this example.
#include
www.eeworm.com/read/110417/6164865
java iiterativetype.java
/* $Id: IIterativeType.java,v 1.1.1.1 2001/02/24 04:59:04 raif Exp $
*
* Copyright (C) 1997-2001 The Cryptix Foundation Limited. All rights reserved.
*
* Use, modification, copying and distrib
www.eeworm.com/read/101135/6238285
1 touch.1
.TH TOUCH 1
.SH NAME
touch \- update a file's time of last modification
.SH SYNOPSIS
\fBtouch\fR [\fB\-c\fR] \fIfile\fR ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
www.eeworm.com/read/492150/6424358
txt readme.txt
English version of the description
Calculation of the 32-Bit CRC (Cyclic Redundancy Codes)
Polynom: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x^1+x^0
Init : 0
XorOut
www.eeworm.com/read/408407/11389459
txt isxunpack_readme.txt
____________________________________________________________________
:::::::::::::::::::::::::::::::::::::::::::::#####::::::::::::::::::
:::::::::::::::###::::::###::::::::::::::::::#####::::::####
www.eeworm.com/read/260630/11716580
m vecreal.m
function v = vecreal(V)
% function v = vecreal(V)
%
% kronecker vec operation: makes vector out of V
% v = stack of cols of V
% This version: modification to make use of symmetry in V
[m,N]=size(V);