代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, MSCommLib_TLB, ComCtrls, IdBaseComponent, IdComponent,

unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, MSCommLib_TLB, ComCtrls, IdBaseComponent, IdComponent,

nlnetapi.c

/*++ Copyright (c) 1991 Microsoft Corporation Module Name: nlnetapi.c Abstract: This module loads Netapi.dll at runtime and sets up pointers to the APIs called by Msv1_0.

monte.c

#include #include #include #include #include #include /* Computation of the integ

makefile.pth

# ---- for GNU gcc ---- CC = gcc CFLAGS = -Wall -DUSE_CDFT_PTHREADS OFLAGS_FFT = -O6 -ffast-math OFLAGS_PI = -O6 -ffast-math # ---- for SUN WS cc ---- # #CC = cc # #CFLAGS = -DUSE_CDFT_PTHREADS #

static_error.h

#ifndef STATIC_ERROR_H #define STATIC_ERROR_H //BEGIN static_error.h //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // DESCRIPTION // Static sensitivity lists are co

satsp.m

%模拟退火求解TSP问题 clc clear %参数设置 t0=1000;%初始温度 tf=0.01;%程序终止的温度 N=500;%城市的个数, L=100*N;%同一温度下的迭代次数 T=t0;%温度的参数控制 pi0=1:N;%随机初始一个样本 min_f=0; %随机初始城市坐标 A=randperm(N); B=randperm(N); %生成距离矩阵 %

thread.cpp

// // Copyright (C) 2007 Arne Steinarson // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be h