代码搜索:contiguous
找到约 282 项符合「contiguous」的源代码
代码结果 282
www.eeworm.com/read/281000/10274030
cpp fig02_08.cpp
/**
* Linear-time maximum contiguous subsequence sum algorithm.
*/
int maxSubSum4( const vector & a )
{
int maxSum = 0, thisSum = 0;
for( int j = 0; j < a.size( ); j++ )
{
www.eeworm.com/read/266379/11229332
cpp fig02_08.cpp
/**
* Linear-time maximum contiguous subsequence sum algorithm.
*/
int maxSubSum4( const vector & a )
{
int maxSum = 0, thisSum = 0;
for( int j = 0; j < a.size( ); j++ )
{
www.eeworm.com/read/124443/6047575
c dma.c
/*
Copyright (c) 2002-04, Thomas Kurschel
Part of Radeon accelerant
DMA engine handling.
Currently, VID DMA is always used and data is always copied from
graphics memory to other memory.
www.eeworm.com/read/127767/14337264
txt e1022. enabling and disabling multiple selections in a jtree component.txt
// Create tree
JTree tree = new JTree();
// Allow only a single node to be selected (default)
tree.getSelectionModel().setSelectionMode(
TreeSelectionModel.SINGLE_TREE_SE
www.eeworm.com/read/292866/8328427
py mpi_kmeans.py
#!/usr/bin/python
# Wrapper for the MPI-Kmeans library by Peter Gehler
from ctypes import c_int, c_double, c_uint
from numpy.ctypeslib import ndpointer
import numpy as N
from numpy import empty,arra
www.eeworm.com/read/161644/5550777
cs virtualkeys.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace APLib.Native
{
[Flags()]
public enum VirtualKeys : uint
{
VK_NONE = 0,
VK_LBUTTON = 0x01,
VK_RBUTTON =
www.eeworm.com/read/251577/12335690
hpp fast_string_concatenator.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/string/fast_string_concatenator.hpp (originally stlsoft_fast_string_concatenator.h)
*
* Purpos
www.eeworm.com/read/396039/2425789
std atomicity.std
testing contiguous accesses
testing noncontiguous accesses
www.eeworm.com/read/396039/2425783
std i_noncontig.std
testing noncontiguous in memory, noncontiguous in file using nonblocking I/O
testing noncontiguous in memory, contiguous in file using nonblocking I/O
testing contiguous in memory, noncontiguous in
www.eeworm.com/read/396039/2425791
std noncontig.std
testing noncontiguous in memory, noncontiguous in file using independent I/O
testing noncontiguous in memory, contiguous in file using independent I/O
testing contiguous in memory, noncontiguous in