b**********5 发帖数: 51 | 1 在C++中,怎样写一个function,实现自动从大到小排序Excel中的一列数据的功能。同
时另外一
列中,每行对应的文字注解,也要随之对应调整顺序。数据列中的数据是不断变化的,
所以,每
当有值发生变化,需要重新排序。 |
c*********g 发帖数: 154 | 2 搞个balance tree好了。insert、update、lookup的复杂度都是log(n)
【在 b**********5 的大作中提到】 : 在C++中,怎样写一个function,实现自动从大到小排序Excel中的一列数据的功能。同 : 时另外一 : 列中,每行对应的文字注解,也要随之对应调整顺序。数据列中的数据是不断变化的, : 所以,每 : 当有值发生变化,需要重新排序。
|
J*****n 发帖数: 4859 | 3 Excel里面就提供自带的function,何必麻烦用C++。 |
J******d 发帖数: 506 | 4 This is the "auto filter" feature of Microsoft Excel. To learn more, pleae
visit http://office.microsoft.com/en-us/excel/
【在 b**********5 的大作中提到】 : 在C++中,怎样写一个function,实现自动从大到小排序Excel中的一列数据的功能。同 : 时另外一 : 列中,每行对应的文字注解,也要随之对应调整顺序。数据列中的数据是不断变化的, : 所以,每 : 当有值发生变化,需要重新排序。
|
b**********5 发帖数: 51 | 5 Actually the environment is the worksheet as that in Excel built in the
software. And I don't have those menus in Excel, but can still use the built
in functions in Excel. So I don't have or can have auto filter feature. |
J******d 发帖数: 506 | 6 Can you do VBA? VBA can make auto filter.
built
【在 b**********5 的大作中提到】 : Actually the environment is the worksheet as that in Excel built in the : software. And I don't have those menus in Excel, but can still use the built : in functions in Excel. So I don't have or can have auto filter feature.
|
b**********5 发帖数: 51 | 7 JunkFood,
I can't use VBA too. What I can use is C++ and program what I need and
compile the cpp into .dll file and finally it's used in the software. |
z****g 发帖数: 1978 | 8 fucking support developer question. don't ruin your career
【在 b**********5 的大作中提到】 : 在C++中,怎样写一个function,实现自动从大到小排序Excel中的一列数据的功能。同 : 时另外一 : 列中,每行对应的文字注解,也要随之对应调整顺序。数据列中的数据是不断变化的, : 所以,每 : 当有值发生变化,需要重新排序。
|