代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/281140/10260622
ex1 goto.ex1
GOTO─例子
下面的批处理文件把驱动器A的磁盘格式化为系统盘。若操作成功,GOTO命令
就把MS-DOS定向到“end”标号。
echo off
format a: /s
if not errorlevel 1 goto end
echo An error occurre
www.eeworm.com/read/159990/10581961
java formatdemo.java
import java.util.*;
public class FormatDemo {
public static void main(String args[]) {
Formatter fmt = new Formatter();
fmt.format("Formatting %s is easy %d %f", "with Java", 10, 98.
www.eeworm.com/read/421785/10698208
c strings.c
/* strings.c -- string formatting */
#include
#define BLURB "Authentic imitation!"
int main(void)
{
printf("/%2s/\n", BLURB);
printf("/%24s/\n", BLURB);
printf("/%24.5s/\n
www.eeworm.com/read/276740/10711372
ex1 if.ex1
IF─例子
下面这个例子用来测试目录是否存在。IF命令不能直接用来测试目录,但空
(NUL)设备存在于硬盘的每一个目录下。因此,可以通过空设备来测试硬盘目
录是否存在。
? if exist c:\mydir\nul goto process
在下面这个例子中,当MS-DOS未找到PRO
www.eeworm.com/read/276740/10711882
ex1 goto.ex1
GOTO─例子
下面的批处理文件把驱动器A的磁盘格式化为系统盘。若操作成功,GOTO命令
就把MS-DOS定向到“end”标号。
echo off
format a: /s
if not errorlevel 1 goto end
echo An error occurre
www.eeworm.com/read/457902/7315601
c strings.c
/* strings.c -- string formatting */
#include
#define BLURB "Authentic imitation!"
int main(void)
{
printf("/%2s/\n", BLURB);
printf("/%24s/\n", BLURB);
printf("/%24.5s/\n
www.eeworm.com/read/449530/7501132
c strings.c
/* strings.c -- string formatting */
#include
#define BLURB "Authentic imitation!"
int main(void)
{
printf("/%2s/\n", BLURB);
printf("/%24s/\n", BLURB);
printf("/%24.5s/\n
www.eeworm.com/read/443571/7630541
java numberformatdemo.java
// Filename NumberFormatDemo.java.
// Program to illustrate formatting of numeric values.
//
// Written for JI book, Chapter 9 see text.
// Fintan Culwin, v 0.2, August 1997.
import java.text.N
www.eeworm.com/read/435808/7783798
package-list
org.semanticweb.kaon2.api
org.semanticweb.kaon2.api.flogic
org.semanticweb.kaon2.api.formatting
org.semanticweb.kaon2.api.logic
org.semanticweb.kaon2.api.owl.axioms
org.semanticweb.kaon2.api.owl.