代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/233421/14151632
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/124221/14586086
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/122037/14722600
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/220447/14800039
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/117121/14939574
h shell.h
template
void inssort2(Elem A[],int n,int incr) {
for(int i=incr;i=incr)&&(Comp::lt(A[j],A[j-incr]));j-=incr)
swap(A,j,j-incr);
}
template
www.eeworm.com/read/216670/14998193
txt changelog.txt
27.12.2001
- released 0.7.2
- w3cam.cgi: added default input in the gui mode
- added new option "bgr=1" to swap RGB24 to BGR24
- fixed v4l.c:v4l_set_input() for the ov511 driver
11.11.2001
- add
www.eeworm.com/read/212549/15154162
h kernel.h
#pragma once
#include
typedef float Qfloat;
template inline void swap(T& x, T& y) { T t=x; x=y; y=t; }
template inline void clone(T*& dst, S* src, int n)
{
www.eeworm.com/read/38039/1088205
res ptbswprc.res
!
! Pro/Table Swap Rows/Columns popup resource file.
!
! 10-Apr-95 E-07-10 jas $$1 Created from ptbinsrc.res
! 12-Jun-95 E-07-18 jas $$2 Changed labels on radio buttons
! 05-Jun-01
www.eeworm.com/read/478549/1350652
c dosswap.c
/* DOSSWAP.C - Functions to manage DOS swap areas */
#include
#include
#include
#include "tsr.h"
#define GET_DOSSWAP3 0x5d06
#define GET_DOSSWAP4 0x