代码搜索:rotate
找到约 3,044 项符合「rotate」的源代码
代码结果 3,044
www.eeworm.com/read/414769/11102592
for rotate.for
SUBROUTINE rotate(r,qt,n,np,i,a,b)
INTEGER n,np,i
REAL a,b,r(np,np),qt(np,np)
INTEGER j
REAL c,fact,s,w,y
if(a.eq.0.)then
c=0.
s=sign(1.,b)
www.eeworm.com/read/318216/13483129
bmp rotate or flip free rotate.bmp
www.eeworm.com/read/180347/9311778
swf text_rotate in rotate out.swf
www.eeworm.com/read/293878/8267957
swf text_rotate in rotate out.swf
www.eeworm.com/read/192181/8400714
gif rotate.gif
www.eeworm.com/read/291235/8433595
cpp rotate.cpp
#include
#include "nr.h"
using namespace std;
void NR::rotate(Mat_IO_DP &r, Mat_IO_DP &qt, const int i, const DP a,
const DP b)
{
int j;
DP c,fact,s,w,y;
int n=r.nrows();
if
www.eeworm.com/read/390359/8470019
c rotate.c
#include
#include
#include "defs.h"
#include "cache.h"
/* Here is my modification */
const int m=8, n=4;
char rotate_descr[] = "Naive Row-wise Traversal of src";
void rot
www.eeworm.com/read/390106/8483825
htm rotate.htm
Limiting the Size of a Log by Using a Rotating Sequence of Files (Java Developers Almanac Example)
www.eeworm.com/read/290380/8486586
c rotate.c
#include
#include
void main(void)
{
unsigned value = 1;
printf("%u rotated right once is %u\n", value,
_rotr(value, 1));
value = 5;
printf("%u rota
www.eeworm.com/read/188943/8503948