代码搜索:Rotates

找到约 176 项符合「Rotates」的源代码

代码结果 176
www.eeworm.com/read/205721/15309087

m rot_deg.m

function dataout=rot_deg(datain,rotang,rec1,rec2) %function dataout=rot_deg(datain,rotang) % %This function rotates two gathers by a fixed rotation angle % %rotang=rotation angle in degrees %rec=reco
www.eeworm.com/read/366702/2884638

c 20050922-1.c

/* This revealed a bug when rotates are expanded into two shifts. */ /* { dg-do run } */ /* { dg-options "-O1 -std=c99" } */ #include #if __INT_MAX__ == 2147483647 typedef unsigned i
www.eeworm.com/read/162614/5531445

c 20050922-1.c

/* This revealed a bug when rotates are expanded into two shifts. */ /* { dg-do run } */ /* { dg-options "-O1 -std=c99" } */ #include #if __INT_MAX__ == 2147483647 typedef unsigned i
www.eeworm.com/read/357384/10210321

m rotate_image.m

function [out_image_m,out_ref_points_m] = rotate_image( degree, in_image_m, in_ref_points_m ) % % rotate_image - rotates an image given inside a matrix by the amount of "degree" counter-clockwise %
www.eeworm.com/read/457053/1601619

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*
www.eeworm.com/read/455269/1625165

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*
www.eeworm.com/read/213708/4913508

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*
www.eeworm.com/read/307320/3725060

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*
www.eeworm.com/read/301403/3840760

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*
www.eeworm.com/read/290228/3984140

cc my-endian.cc

#include "my-endian.h" /* rotates 2 bytes */ unsigned short swap2(u_2bytes In) { u_2bytes Out; ((char*)&(Out))[0] = ((char*)&(In))[1]; ((char*)&(Out))[1] = ((char*)&(In))[0]; return Out; } /*