Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:objagg_tmp_graph_node_max_weight
Proto:static int objagg_tmp_graph_node_max_weight(struct objagg_tmp_graph *graph)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg_tmp_graph * | graph |
759 | max_weight = 0 |
761 | max_index = -1 |
764 | When i < nodes_count cycle |
766 | If crossed_out Then Continue |
768 | weight = objagg_tmp_graph_node_weight(graph, i) |
769 | If weight >= max_weight Then |
770 | max_weight = weight |
774 | Return max_index |
Name | Describe |
---|---|
objagg_opt_simple_greedy_fillup_hints |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |