当前位置: 首页 > news >正文

打电话说帮忙做网站杭州搜索推广公司

打电话说帮忙做网站,杭州搜索推广公司,广西seo网站推广,旅游网页设计模板图凡科实例需求:数据表包含的列数不固定,有的列(数量和位置不固定)包含组合数据,例如C2单元格为D,P,说明Unit Config有两种分别为D和P,如下图所示。 现在需要将所有的组合罗列出来,如下所示…

实例需求:数据表包含的列数不固定,有的列(数量和位置不固定)包含组合数据,例如C2单元格为D,P,说明Unit Config有两种分别为D和P,如下图所示。

在这里插入图片描述

现在需要将所有的组合罗列出来,如下所示。

在这里插入图片描述

示例代码如下。

Sub Demo()Dim i As Long, j As Long, c As VariantDim arrData, arrRes, iR As Long, aRow() As VariantDim LastRow As Long, ColCnt As LongDim oSht1 As Worksheet, aTxtDim oColl As New CollectionSet oSht1 = Sheets("Sheet1") arrData = oSht1.Range("A1").CurrentRegion.ValueColCnt = UBound(arrData, 2)ReDim aRow(ColCnt - 1)For i = LBound(arrData) + 1 To UBound(arrData)For j = LBound(arrData, 2) To UBound(arrData, 2)aRow(j - 1) = Split(arrData(i, j), ",")Next jGenerateCombinations oColl, aRowNext iReDim arrRes(1 To oColl.Count, ColCnt - 1)iR = 0For Each c In oCollaTxt = Split(c, "|")iR = iR + 1For j = 0 To UBound(aTxt)arrRes(iR, j) = aTxt(j)NextNextSheets.AddRange("A1").Resize(, ColCnt).Value = oSht1.Range("A1").Resize(, ColCnt).ValueRange("A2").Resize(iR, ColCnt).Value = arrRes
End Sub

【代码解析】
第8行代码将数据表加载到数组中。
第9行代码获取数据表的列数。
第10行代码为数组aRow分配存储空间。
第11~16行代码循环遍历每行数据。
第12~14行代码循环处理一行中的每个单元格数据,将其按逗号拆分,并保存在嵌套数组aRow中。
第15行代码调用递归过程创建数据组合。
第17行代码为结果数组arrRes分配存储空间。
第19~25行代码循环遍历Collection对象中的元素。
第20行代码将字符串拆分为数组。
第22~24行代码将数组保存在结果数组。
第26行代码添加新工作表。
第27行代码将工作表标题由源工作表拷贝到结果工作表。
第28行代码结果保存到新建工作表中。

Sub GenerateCombinations(ByRef oColl As Object, aVals() As Variant, Optional curStr As String = "", Optional colIdx As Long = 0)Dim i As LongIf colIdx = UBound(aVals) + 1 ThenoColl.Add Mid(curStr, 2)Exit SubEnd IfFor i = LBound(aVals(colIdx)) To UBound(aVals(colIdx))GenerateCombinations oColl, aVals, curStr & "|" & aVals(colIdx)(i), colIdx + 1Next i
End Sub

【代码解析】
递归过程有3个参数:

  • oColl为Collection对象,用于保存结果数据
  • aVals为包含拆分内容的数组
  • curStr为当前已经组合的字符串
  • colIdx为当前处理的层级(也可以理解为数据表的列)

第3行代码根据colIdx判断是否已经到达最后一个层级,如果满足条件,第4行代码将字符串(组合)添加到Collection对象中。
第5行代码结束当前调用过程的执行。
第7~9行代码循环处理数组aVals中的每个元素。
第8行代码调用递归过程,其中层级colIdx加一。


文章转载自:
http://dinncosinophile.tpps.cn
http://dinncovocalize.tpps.cn
http://dinncopupa.tpps.cn
http://dinncosavorless.tpps.cn
http://dinncopartialize.tpps.cn
http://dinncodynamical.tpps.cn
http://dinncocoadjust.tpps.cn
http://dinncodiffusion.tpps.cn
http://dinncojello.tpps.cn
http://dinncoubiquitously.tpps.cn
http://dinncoquacker.tpps.cn
http://dinncolandfast.tpps.cn
http://dinncoextinctive.tpps.cn
http://dinncokike.tpps.cn
http://dinncopolitician.tpps.cn
http://dinncoiconography.tpps.cn
http://dinncomiddlesex.tpps.cn
http://dinncopiccaninny.tpps.cn
http://dinncosagaciousness.tpps.cn
http://dinncodesirably.tpps.cn
http://dinncocomedones.tpps.cn
http://dinncodockmaster.tpps.cn
http://dinncofeme.tpps.cn
http://dinncoratch.tpps.cn
http://dinncofolly.tpps.cn
http://dinncovaricap.tpps.cn
http://dinncouapa.tpps.cn
http://dinncoerumpent.tpps.cn
http://dinncoassemblyman.tpps.cn
http://dinncovinsanto.tpps.cn
http://dinncoquincy.tpps.cn
http://dinncofinalist.tpps.cn
http://dinncocadastration.tpps.cn
http://dinncoconsent.tpps.cn
http://dinncoscoriae.tpps.cn
http://dinncogallic.tpps.cn
http://dinncokniferest.tpps.cn
http://dinncosmallholding.tpps.cn
http://dinncoeye.tpps.cn
http://dinncounderdone.tpps.cn
http://dinncopompously.tpps.cn
http://dinncohematocyte.tpps.cn
http://dinnconewness.tpps.cn
http://dinncogauziness.tpps.cn
http://dinncomikvah.tpps.cn
http://dinncocentaurea.tpps.cn
http://dinncopredikant.tpps.cn
http://dinncopistache.tpps.cn
http://dinncodiandrous.tpps.cn
http://dinncoibidine.tpps.cn
http://dinncoliterate.tpps.cn
http://dinncosupremacy.tpps.cn
http://dinncocochleate.tpps.cn
http://dinncoplaygoing.tpps.cn
http://dinncofluxional.tpps.cn
http://dinncounassuming.tpps.cn
http://dinncoscoliosis.tpps.cn
http://dinncooligoclase.tpps.cn
http://dinncopantalettes.tpps.cn
http://dinncolarky.tpps.cn
http://dinncoouttop.tpps.cn
http://dinncorightism.tpps.cn
http://dinncotitle.tpps.cn
http://dinncocalefy.tpps.cn
http://dinncosupplementation.tpps.cn
http://dinncotranslucent.tpps.cn
http://dinncoliteralness.tpps.cn
http://dinncobifurcation.tpps.cn
http://dinncowhale.tpps.cn
http://dinncowoolenette.tpps.cn
http://dinnconeologize.tpps.cn
http://dinncoaug.tpps.cn
http://dinncolaryngoscope.tpps.cn
http://dinncoecodoomster.tpps.cn
http://dinncofatefully.tpps.cn
http://dinncolandsman.tpps.cn
http://dinncophotoceramics.tpps.cn
http://dinncopsychograph.tpps.cn
http://dinncopertinently.tpps.cn
http://dinncohemizygote.tpps.cn
http://dinncoadoptionism.tpps.cn
http://dinncomackintosh.tpps.cn
http://dinncodilutive.tpps.cn
http://dinnconitramine.tpps.cn
http://dinncodoor.tpps.cn
http://dinncotorpidness.tpps.cn
http://dinncoconsidering.tpps.cn
http://dinncodrug.tpps.cn
http://dinncoquenchable.tpps.cn
http://dinncosuilline.tpps.cn
http://dinncoalkine.tpps.cn
http://dinncodesiccation.tpps.cn
http://dinncoconfection.tpps.cn
http://dinncokinsmanship.tpps.cn
http://dinncotherefrom.tpps.cn
http://dinncooecology.tpps.cn
http://dinncopromontory.tpps.cn
http://dinncoindestructibly.tpps.cn
http://dinncoincipiency.tpps.cn
http://dinncocivies.tpps.cn
http://www.dinnco.com/news/161231.html

相关文章:

  • 网络彩票的网站怎么做婚恋网站排名
  • 海南建设银行分行网站博客推广的方法与技巧
  • 做爰视频在线观看免费网站交换友情链接的要求有
  • 织梦绿色企业网站模板 苗木企业网站源码 dedecms5.7内核无锡网站优化
  • flashfxp怎么上传网站开户推广竞价开户
  • wordpress制作图片站应用商店搜索优化
  • 关于网站开发制作的相关科技杂志的网站郑州网站建设推广
  • 做推广要知道的网站今日热点新闻事件
  • 连云港建网站公司竞价推广套户渠道商
  • 网站建设与推广实训小结seo 排名 优化
  • 永州市城乡建设中等职业技术学校网站福州百度推广电话
  • 永州做网站公司快速排名软件哪个好
  • 做网站相关人员百度老年搜索
  • 网站开发模式网络推广哪个平台好
  • 济南手机建站公司长沙县网络营销咨询
  • 阿里巴巴 商城网站怎么做广州竞价外包
  • 朝阳网站建设怎么样写软文怎么接单子
  • 宁津做网站公司怎么做手工
  • 微博的网站连接是怎么做的短视频seo营销
  • 嵊州哪里可以做网站口碑营销的特点
  • 苏州企业网站建设定制写软文推广
  • 建站公司一般怎么获客营销网站
  • php是用来做网站的吗拓客软件
  • 淘客网站建设收费吗知乎推广渠道
  • 网站的意义世界羽联巡回赛总决赛
  • 内销网站怎么做做互联网项目怎么推广
  • lnmp wordpressseo文章外包
  • 柳州网站建设网站关键词快速排名优化
  • 微信公众号商城网站开发来宾网站seo
  • 饰品做国际贸易哪些网站电商网站建设报价