(1) 所有TXT文件重命名为同名的DAT文件。
(2) 所有.svn目录重命名为_svn。
提示:请分别给出采用递归和堆栈方式的实现。
Implement a class, which can search all file and subdirectories in a specified path
(1) Rename all TXT files to DAT file with filename unchanged.
(2) Rename all .svn directories to _svn.
Tips: you can use Recursion or Stack solution. We prefer to solutions in both ways.
(1) 集合A包含所有负数
(2) 集合B包含所有正质数
Implement a class, which can withdraw different categories of elements from an integer array.
(1) Set A includes all negative integers.
Set B include all positive primes.
3. 实现一个计算器
(1) 包含加/减/乘/除
(2) 包含10进制/16进制转换
功能可参考Windows自带的计算器
孩子,作业要自己完成
少年,这不是作业哇,这是面试题,俺是初学者,请赐教...