代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/111666/15506563
c gpif.c
//
// This program configures the General Purpose Interface.
// Parts of th
www.eeworm.com/read/378212/9241496
pas unit_serviceextra.pas
unit Unit_ServiceExtra;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, Buttons, StdCtrls, Grids, Menus;
type
T
www.eeworm.com/read/378212/9241675
pas unit_serviceitemextra.pas
unit Unit_ServiceItemExtra;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, Buttons, StdCtrls, Grids, Menus;
type
www.eeworm.com/read/281086/10266390
pas unit_serviceextra.pas
unit Unit_ServiceExtra;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, Buttons, StdCtrls, Grids, Menus;
type
T
www.eeworm.com/read/281086/10266742
pas unit_serviceitemextra.pas
unit Unit_ServiceItemExtra;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, Buttons, StdCtrls, Grids, Menus;
type
www.eeworm.com/read/103075/7087277
test21
#!/bin/sh
. ./init_test
echo "*** Update Conflicts, two hosts, and conflict with files and directories"
runA -f $H/A
runB -a $H/B
mkdir $H/A/dir-a $H/B/dir-b $H/A/dir-a/dir-aa $H/B/dir-b/dir-bb
to
www.eeworm.com/read/103075/7087322
test43
#!/bin/sh
. ./init_test
echo "*** Test hard link copy option"
runA -f $H/A
runB -a $H/B
touch $H/A/file1
ln $H/A/file1 $H/A/file2
runA
runB
[ -f $H/B/file1 ] && Exit 1
[ -f $H/B/file2 ] && Exit 2
www.eeworm.com/read/434922/7800315
m im_hessstrflt2.m
function g2 = hessstrflt2(init_im, scale)
[y,x]=meshgrid(-3:6/scale:3,-3:6/scale:3);
g2a=(2*(x.^2)-1).*exp(-(x.^2+y.^2));
g2a=g2a/sum(abs(g2a(:)));
g2b=2*x.*y.*exp(-(x.^2+y.^2));
g2b=g2b/sum(a
www.eeworm.com/read/310963/13639259
c test-hash-functions.c
/*
Copyright (c) 2005, Simon Howard
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are
www.eeworm.com/read/128447/5990910
s vec_ivsr.s
/*===========================================================================
//
// vec_ivsr.S
//
// SPARClite vectors: interrupt vector service routine
//
//==========================================