Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • BmpViewer.zip ... following functions: Provide a Graphic User Interface for user to browse the file system and select one WAV file Show the waveform of input audio signal Play the selected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc
  • WavPlayer.zip ... following functions: Provide a Graphic User Interface for user to browse the file system and select one WAV file Show the waveform of input audio signal Play the selected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc
  • cputime.rar Print the memory usage for each process 计算每个进程所用内存的C++源码
  • Fingerprint_Recognition_Toolbox.zip finger print toolboox based on matlab,
  • a4q1.rar ... you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the ... (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and ...
  • report-print.rar 现在正在做的项目中涉及大量的Excel文件导出导入操作,都是使用Java Excel来操作。 Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。下面我写了一个简单的例子,展示基本的读取,新建,更新(包括常见格式的设置:字体,颜色,背景,合并单元格),拷贝操作,有这些其实已经基本足够应付大部分问题了。下面是例的源代码:
  • ibook8_417489.rar ... try { Enterprise1TestClient1 client = new Enterprise1TestClient1() Enterprise1 remote=client.getHome().create() System.out.print(remote.helloWorld("Demo one")) }catch (RemoteException ex) { ex.printStackTrace() }catch (CreateException ex) ...
  • accept.rar ... in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 ...
  • get_dir.rar linux操作系统下运行,print current directory s files
  • del_line_num.rar ... 的程序 比如 1: #!/usr/bin/perl -w 2: 3: $radius=50 4: 5: $area=3.14159*($radius ** 2) 6: print $area 经过处理后变成 #!/usr/bin/perl -w $radius=50 $area=3.14159*($radius ** 2) print $area