代码搜索:formatting

找到约 1,526 项符合「formatting」的源代码

代码结果 1,526
www.eeworm.com/read/181854/9234116

txt 创建新xml文件.txt

string fileName="booknew.xml"; XmlTextWriter tw=new XmlTextWriter(fileName,null); tw.Formatting=Formatting.Indented; tw.WriteStartDocument(); tw.WriteStartElement("book"); tw
www.eeworm.com/read/181854/9234131

txt xml文件insert2.txt

//利用XmlDoc只能以二级为单位插入 string Nowmy=System.DateTime.Now.ToString(); doc.Load("history.xml"); int total=listViewReco.Items.Count; for(int i=0;i
www.eeworm.com/read/169056/9884148

java falltime.java

import java.text.*; // needed for formatting public class FallTime { public static void main(String[] args) { int height; double time; DecimalFormat df = new DecimalFormat("#.
www.eeworm.com/read/169056/9884202

java fortable.java

import java.text.*; // needed for formatting public class ForTable { public static void main(String[] args) { int num; DecimalFormat df = new DecimalFormat("0000"); System.out.
www.eeworm.com/read/363937/9930943

htm cximage.htm

www.eeworm.com/read/359581/10135041

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/356874/10219721

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/281140/10260119

ex1 if.ex1

IF─例子 下面这个例子用来测试目录是否存在。IF命令不能直接用来测试目录,但空 (NUL)设备存在于硬盘的每一个目录下。因此,可以通过空设备来测试硬盘目 录是否存在。 ? if exist c:\mydir\nul goto process 在下面这个例子中,当MS-DOS未找到PRO