代码搜索:Split
找到约 9,328 项符合「Split」的源代码
代码结果 9,328
www.eeworm.com/read/408818/2244976
sh split_by_variant.sh
#!/bin/sh
# ---------------------------------------------------------
# Set the platform defines
# ---------------------------------------------------------
echo -n "/* Integrator configuration implie
www.eeworm.com/read/408818/2246334
sh split_by_variant.sh
#!/bin/sh
# ---------------------------------------------------------
# Set the core module defines according to Core Module
# ---------------------------------------------------------
# ------------
www.eeworm.com/read/405279/2294079
csh split-trace.csh
#!/bin/csh
if( "$1" == "" ) then
echo ""
echo "usage: $0 "
echo ""
exit 1
endif
echo "creating $1.agt"
grep " AGT " $1 > $1.agt
echo "creating $1.mac"
grep " MAC " $1 > $1.mac
echo
www.eeworm.com/read/402480/2319838
c comm_split.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/398634/2372561
c bt_split.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996-2002
* Sleepycat Software. All rights reserved.
*/
/*
* Copyright (c) 1990, 1993, 1994, 1995, 1996
* Keith Bos
www.eeworm.com/read/398510/2378055
c uip-split.c
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/398510/2378059
h uip-split.h
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/398510/2378081
c uip-split.c
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/398510/2378085
h uip-split.h
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/398200/2390604
c split_words.c
//=============================================================================
//
// split_words.c
//
// Quick hack to handle splitting of binary images into .lo and .hi files
//
//========