代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/223154/14652428
m hup.m
function b=hup(c)
%HUP(C) tests if the polynomial C is a Hurwitz-Polynomial.
% It tests if all roots lie in the left half of the complex
% plane
% B=hup(C) is the same as
% B=all(re
www.eeworm.com/read/222766/14674750
c init.c
#include "init.h"
#include "dbgdata.h"
struct HeaderRec readHeaderRec(FILE * fptr);
/*
init execution environment ( same way BIOS would boot a PC )
1) open executable and read header and
www.eeworm.com/read/222764/14674931
c init.c
#include "init.h"
#include "dbgdata.h"
struct HeaderRec readHeaderRec(FILE * fptr);
/*
init execution environment ( same way BIOS would boot a PC )
1) open executable and read header and
www.eeworm.com/read/122497/14687251
m rainbow.m
function map=rainbow(m)
%RAINBOW Colormap Variant to HSV.
% RAINBOW(M) Rainbow Colormap with M entries.
%
% Red - Orange - Yellow - Green - Blue - Violet
%
% RAINBOW by itself is the same length as th
www.eeworm.com/read/122125/14719605
bas module1.bas
Attribute VB_Name = "Module1"
'if you want to change the location of the INI file
'this is where you do it. If you dont want to change
'the location of the ini file, then save it to the same
'dir
www.eeworm.com/read/121597/14750023
pot goal.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
www.eeworm.com/read/121334/14759598
htm sh.htm
Making
Multiple Instances of an Application run in the Same Process
Space
This
www.eeworm.com/read/119872/14819020
pot gtkterm.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Julien Schmitt
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr
www.eeworm.com/read/118367/14875349
bas module1.bas
Attribute VB_Name = "Module1"
'if you want to change the location of the INI file
'this is where you do it. If you dont want to change
'the location of the ini file, then save it to the same
'dir
www.eeworm.com/read/118194/14882328
py client.py
# Echo client program
import socket
HOST = '127.0.0.1' # The remote host
PORT = 50007 # The same port as used by the server
s = socket.socket(socket.AF_INET, socket.SOCK_STRE