代码搜索:Beginning

找到约 2,857 项符合「Beginning」的源代码

代码结果 2,857
www.eeworm.com/read/165536/10058464

txt jd.txt

JD [DUAL MODE] NAME JD - Jump to a directory. SYNTAX JD directory USAGE J
www.eeworm.com/read/354597/10343606

txt jd.txt

JD [DUAL MODE] NAME JD - Jump to a directory. SYNTAX JD directory USAGE J
www.eeworm.com/read/354196/10376475

c main.c

//******************************************************************************* // MSP-MMC Demo - Demo to show how to use the MMC library // // Description; This example shows the correct setup
www.eeworm.com/read/350493/10740538

txt java.txt

野人过河问题   一、问题描述:   有M个传教士和N个野人来到河边渡河, 河岸有Q条船, 每次至多可供K人乘渡。问传教士为了安全起见, 应如何规划摆渡方案, 使得任何时刻, 河两岸以及船上的野人数目总是不超过传教士的数目(否则不安全, 传教士有可能被野人吃掉)。即求解传教士和野人从左岸全部摆渡到右岸的过程中, 任何时刻满足M(传教士数)≥C(野人数)和M+C≤k的摆渡方案。   ...
www.eeworm.com/read/274335/10875693

h xm_lib.h

/****************************************************************************/ /****************************************************************************/ /**
www.eeworm.com/read/458682/7291329

sh ex45a.sh

#!/bin/bash echo echo "String operations using \"expr \$string : \" construct" echo "===================================================" echo a=1234zipper5FLIPPER43231 echo "The string being opera
www.eeworm.com/read/458682/7291771

sh ex45.sh

#!/bin/bash # Demonstrating some of the uses of 'expr' # ======================================= echo # Arithmetic Operators # ---------- --------- echo "Arithmetic Operators" echo a=`expr 5 + 3`
www.eeworm.com/read/457234/7330754

h fltstruc.h

/* * HT Editor * fltstruc.h * * Copyright (C) 2003 Sebastian Biallas (sb@biallas.net) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/449987/7492150

lst rarfiles.lst

; File order list for solid archiving ; ; Here you may modify the file list which tells RAR the order in which ; to add files to a solid archive. ; ; This file may contain file names, wildcards and a
www.eeworm.com/read/444676/7608841

asm mini-42b.asm

.model tiny ;Sets memory model for TASM .radix 16 ;Sets default number system to hexidecimal (base 16) .code ;starts c