代码搜索:地址操作
找到约 10,000 项符合「地址操作」的源代码
代码结果 10,000
www.eeworm.com/read/482097/6626307
bat 查看网关的mac地址.bat
@echo off
set /p getway="请输入网关IP地址:"%getway%
arp -a|find "%getway% "
pause
www.eeworm.com/read/477605/6728940
ppt 012.tcp ip 地址 .ppt
www.eeworm.com/read/410464/11284551
config 友情链接地址.config
sql_sysquery
数据源
SELECT * FROM PE_U_FriendSite W
www.eeworm.com/read/263494/11360990
sql 3.4.3 ip地址处理函数.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_IP2Int]') and xtype in (N'FN', N'IF', N'TF'))
drop function [dbo].[f_IP2Int]
GO
--1. 字符串IP地址转换成IP数值函数。
CREATE FUNCTION dbo
www.eeworm.com/read/404210/11490264
c 设置服务器地址.c
//---------------------------------------------------------------------------------------------------
//标准菜单程序
//
//
//---------------------------------------------------------------------------
www.eeworm.com/read/404210/11490269
h 设置服务器地址.h
//---------------------------------------------------------------------------------------------------
void MENU_SetupIP(unsigned char *pBuf);
//----------------------------------------------------
www.eeworm.com/read/404210/11490339
obj 设置服务器地址.obj
www.eeworm.com/read/404210/11490367
lst 设置服务器地址.lst
C51 COMPILER V8.02 设置服务芲礯址 01/09/2009 16:21:05 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 设置服务芲礯址
OBJECT MODULE PLACED IN 设置服务器地
www.eeworm.com/read/157209/11730234
txt 地址译码(for m68008.txt
-- M68008 Address Decoder
-- Address decoder for the m68008
-- asbar must be '0' to enable any output
-- csbar(0) : X"00000" to X"01FFF"
-- csbar(1) : X"40000" to X"43FFF"
-- csbar(2) : X"08000"
www.eeworm.com/read/343026/11982841
sql 3.4.3 ip地址处理函数.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_IP2Int]') and xtype in (N'FN', N'IF', N'TF'))
drop function [dbo].[f_IP2Int]
GO
--1. 字符串IP地址转换成IP数值函数。
CREATE FUNCTION dbo