代码搜索:Segmentation
找到约 3,259 项符合「Segmentation」的源代码
代码结果 3,259
www.eeworm.com/read/407313/2266438
c segment.c
/* Segmentation of the AMD64 architecture.
*
* 2003-07 by SONE Takeshi
*/
#include "openbios/config.h"
#include "openbios/kernel.h"
#include "sys_info.h"
#include "relocate.h"
#include "segment.h"
www.eeworm.com/read/393163/2487979
m get_square_data.m
% Let the user draw a square with the mouse,
% and then click on the corners to do a manual segmentation
ss = 6;
Q1 = 1; Q2 = 2; Q3 = 3; obsvel = 6;
CLOCKWISE = 1; ANTICLOCK = 2;
LR = 1; UD = 2
www.eeworm.com/read/160391/5571279
m get_square_data.m
% Let the user draw a square with the mouse,
% and then click on the corners to do a manual segmentation
ss = 6;
Q1 = 1; Q2 = 2; Q3 = 3; obsvel = 6;
CLOCKWISE = 1; ANTICLOCK = 2;
LR = 1; UD = 2
www.eeworm.com/read/150428/12293824
java ictclascaller.java
package org.apache.nutch.analysis;
/**
* Title:ICTCLAS Caller
* Description:do chinese word segmentation.don't change the pakage and CLASS name, orelse you can't use it.
* 请不要改变包名、
www.eeworm.com/read/366702/2877183
f90 cshift_shift_real_2.f90
! { dg-do compile }
! PR35724 Compile time segmentation fault for CSHIFT with negative third arg
SUBROUTINE RA0072(DDA,LDA,nf10,nf1,mf1,nf2)
REAL DDA(10,10)
LOGICAL LDA(10,10)
www.eeworm.com/read/366702/2876848
f90 eoshift_2.f90
! { dg-do compile }
! pr35724 compile time segmentation fault for eoshift with negative third arg
subroutine ra0072(dda,lda,nf10,nf1,mf1,nf2)
real dda(10,10)
logical lda(10,10)
dda =
www.eeworm.com/read/309003/3708505
m mefig209.m
% mefig209 -- MRA plots w/segmentation
global Ramp Cusp Noise HeaviSine
global id n t
global E2 F2
global L
%
L=5;D=2; t = id / n;
swRamp = FWT_SegAI(Ramp ,L,D,F2,E2,t);
subplot(221
www.eeworm.com/read/306178/3745548
crashes
小人物重启系统海洋II海洋II上海2站 crashed on: Sat Feb 10 20:39:58 2001, error: Segmentation fault
海洋II上海2站 crashed on: Mon Feb 12 08:11:21 2001, error: Process terminated
海洋II上海2站 crashed on: Tue Feb 20 06:40:22 20
www.eeworm.com/read/349103/10851959
v pathsegment.v
module PathSegment(R1, R2, R3, R4, S2, S1, OP, REGOUT, clk);
/* Example for path segmentation */
input [15:0] R1, R2, R3, R4;
input S2, S1, clk;
input OP;
output [15:0] REGOUT;
reg [15:0] ADATA, BDAT