由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 请教个VBA问题 (转载)
相关主题
英语Vista我只是觉得这个题目很有意思
help prove the following code correctness?求教一个算法题.
计算机硕士找工作问题大家有没有发现 好多美国人思维跟咱们不大一样
CS Algo Question请问学了VBA去哪里找practice/project来练习?
[转载] review paper碰上的一个小问题问个VBA的问题
Latex怎么调整公式的长度啊这样的开源软件合作靠谱吗?
An algorihmic question谁能解释下 domain-driven data mining?
ACM's action on plagiarismHow to deal with "the AC power adapter type cannot be determined"?
相关话题的讨论汇总
话题: vba话题: action话题: condition话题: city话题: dweller
进入CS版参与讨论
1 (共1页)
M**********n
发帖数: 4964
1
【 以下文字转载自 Database 讨论区 】
发信人: MitbbsDragon (中國龍), 信区: Database
标 题: 请教个VBA问题
发信站: BBS 未名空间站 (Wed Aug 5 18:06:08 2015, 美东)
6. Simplify the table.
Determine if there are rules (columns) that have the same actions. If so,
determine if these are rules that are identical except for one condition and
for that one condition, all possible values of this condition are present
in the rules in these columns.
上面这段话的link在二楼。
我现在工作需要经常接触这种表格,我要处理的condition比这个例子(Gender, City
Dweller, and age group)要多很多;我要处理的action也比这个例子(Gender, City
Dweller, and age group)要多很多。所以总的来说,是比这种sample复杂很多,肉
眼很难判断出来。
我想做一个excel-based VBA tool,当然也不一定需要excel,如果access或者其他能
更好处理这种问题。
我的问题不是怎么写VBA,我想请教一下有什么好的idea能把上面这段话用VBA表达出来。
我现在想到的办法是,比如一共有20个action,我写个两个loop,先让后面19个action
和第1个action比较看看有没有重复,接着最后面18个action和第2个action比较,。。
。。。以此类推,算出总共有多少个不重复的action。但是上面这段话的第二句话,用
loop就感觉复杂很多了。
大家觉得用什么办法会比较省事呢?
谢谢。
M**********n
发帖数: 4964
1 (共1页)
进入CS版参与讨论
相关主题
How to deal with "the AC power adapter type cannot be determined"?[转载] review paper碰上的一个小问题
请问什么是传说中的"远程控制木马"??? (转载)Latex怎么调整公式的长度啊
弱问啥叫key indexingAn algorihmic question
问个EXCEL的问题 (转载)ACM's action on plagiarism
英语Vista我只是觉得这个题目很有意思
help prove the following code correctness?求教一个算法题.
计算机硕士找工作问题大家有没有发现 好多美国人思维跟咱们不大一样
CS Algo Question请问学了VBA去哪里找practice/project来练习?
相关话题的讨论汇总
话题: vba话题: action话题: condition话题: city话题: dweller