代码搜索:Distributed
找到约 10,000 项符合「Distributed」的源代码
代码结果 10,000
www.eeworm.com/read/169087/9881130
c tls_none.c
/*
* WPA Supplicant / SSL/TLS interface functions for no TLS case
* Copyright (c) 2004, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/364159/9919746
h base64.h
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/364159/9919912
h os.h
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance
www.eeworm.com/read/363528/9948831
bat lanping.bat
@echo off
cls
color 34
if exist temp.txt del temp.txt
@echo 局域网IP地址已分配情况:
for /L %%p in (1,1,255) Do ( ping.exe -n 1 -w 20 10.10.10.%%p > temp.txt
for /f "tokens=1,2,3,4*" %%i in (temp.txt) d
www.eeworm.com/read/167382/9970741
m bingen.m
%*************************************************************************************
% This function generates random +1/-1 sequence with independent identically
% distributed symbols
www.eeworm.com/read/362501/9995550
m findcommon.m
function c = findcommon(a,b)
%*************************************************************************
%* Copyright c 2001 The board of trustees of the Leland Stanford *
%*