代码搜索:reordering
找到约 256 项符合「reordering」的源代码
代码结果 256
www.eeworm.com/read/373012/9478986
f reordering.f
www.eeworm.com/read/452312/7107808
m reordering.m
%*******************************
%Filename:reordering.m
%Author:Hweel_Zheng(郑奕辉)
%First created:2008.08.23
%Last mended:2008.08.25
%******************************
%数据重新排序子程序
[nb,mb]=
www.eeworm.com/read/370635/9589668
m test_reordering.m
www.eeworm.com/read/118801/6095273
3qt qhebrewcodec.3qt
'\" t
.TH QHebrewCodec 3qt "9 December 2002" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a co
www.eeworm.com/read/248047/12605468
3qt qhebrewcodec.3qt
'\" t
.TH QHebrewCodec 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a co
www.eeworm.com/read/124910/6038848
implies
# Due to the reordering and the oher nifty extensions in the i686 it is
# not really good to use heavily i586 optimized code on a i686. It's
# better to use i486/i386 code.
i386/i486
www.eeworm.com/read/353746/10423406
txt test-tibetan.txt
Regular letters འབྲུག་རྒྱལ་ཁབ་འདི་དགའ་ཏོག་ཏོ་ཡོད།
Reordering of Digits ༡༿༢༿༣༿ Illegal ཀ༿ སྐ༿༾
Digits with other combining marks ༡༾༢༘༤༥༦ Illegal ཀ༘ཁ༙སྐ༘༙
Tsa phru after base ཀ༹ Illegal ཀྱུ༹ ཀི༹
Tsa phr
www.eeworm.com/read/304660/13790217
txt test-tibetan.txt
Regular letters འབྲུག་རྒྱལ་ཁབ་འདི་དགའ་ཏོག་ཏོ་ཡོད།
Reordering of Digits ༡༿༢༿༣༿ Illegal ཀ༿ སྐ༿༾
Digits with other combining marks ༡༾༢༘༤༥༦ Illegal ཀ༘ཁ༙སྐ༘༙
Tsa phru after base ཀ༹ Illegal ཀྱུ༹ ཀི༹
Tsa phr
www.eeworm.com/read/162614/5523210
f90 scalarize.f90
! Program to test the scalarizer
program testarray
implicit none
integer, dimension (6, 5) :: a, b
integer n
a = 0
do n = 1, 5
a(4, n) = n
end do
b(:, 5:1:-1) = a
a(1:5