Your conditions: 钱俊彦
  • 一种模糊互模拟的局部算法

    Subjects: Computer Science >> Computer Application Technology submitted time 2023-02-15 Cooperative journals: 《桂林电子科技大学学报》

    Abstract: In order to verify whether the given states satisfiy the bisimulation, a local algorithm of fuzzy bisimulation is proposed.
    The algorithm takes verification and traversal at the same. While verify the given states whether satisfiy the fuzzy
    bisimulation, the state space is dynamically increased, so that the algorithm only needs to traverse part of the state space to
    complete the verification. In some cases, the local algorithm of fuzzy bisimulation can verify whether the given states satisfiy
    the fuzzy bisimulation more quickly, especially when the two states do not satisfy the fuzzy bisimulation. The local algorithm
    and the existing global algorithm are implemented by Java and compared by experiments.The experiments,shows that
    this algorithm is more efficient than the existing global fuzzy bisimulation algorithm when the given states do not satisfiy the
    bisimulation.

  • 基于最短长链接优先选择的VLSI阵列重构算法

    Subjects: Computer Science >> Computer Application Technology submitted time 2022-11-02 Cooperative journals: 《桂林电子科技大学学报》

    Abstract: In order to improve the reconstruction efficiency of the very large-scale integrated logic array, an improved algorithm
    based on the principle of first selecting the shortest and long interconnect is proposed. This improved algorithm constructs
    logical columns from both ends of the array until the two logical columns intersect, then stops constructing logical
    columns. In the local area with two intersecting logical columns as the boundary, the processor unit with the shortest link
    length of each row is searched from top to bottom, and the selected processing unit is used to construct the locally optimal
    logical column. Based on the above operations, using the idea of divide and conquer, the newly obtained logical column is
    used as the boundary of the new local area, and the new local optimal logical column is obtained in turn. Finally, connect the
    obtained local optimal logical columns to obtain the final target array. Through comparison and analysis with existing reconstruction
    algorithms, the efficiency of the proposed algorithm is verified. The final simulation results show that under the
    condition that the scale of the logic array remains unchanged, compared with the existing reconstruction algorithm, this
    improved algorithm can effectively reduce the number of processor accesses during the array reconstruction process, and to a
    certain extent, the running time of the reconstruction is reduced, and the reconstruction efficiency of the logic array is improved