首页 新闻 会员 周边 捐助

关于C#的问题 跪求答案 各位大侠帮帮忙啊

0
[待解决问题]
  1. 实现一个类,使其可以将指定路径下的

(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. 实现一个类,使其可以将任意容量的整形数组分成不同的元素集合,结果为:

(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自带的计算器

c#
fly_Net的主页 fly_Net | 初学一级 | 园豆:200
提问于:2011-12-16 15:28
< >
分享
所有回答(2)
3

孩子,作业要自己完成

谦行 | 园豆:473 (菜鸟二级) | 2011-12-16 15:37

少年,这不是作业哇,这是面试题,俺是初学者,请赐教...

支持(0) 反对(0) fly_Net | 园豆:200 (初学一级) | 2012-06-18 10:53
0
File.Move
Directory.Move

如何判断一个数位质数
http://baike.baidu.com/view/10626.htm 
chenping2008 | 园豆:9836 (大侠五级) | 2011-12-16 17:39
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册