js的数据在哪里?为什么jquery需要导入文件,而js不用导入,可以直接用?

2024-12-01 05:19:45
推荐回答(1个)
回答1:

height_offset = floor(((int)max_loc) / nCol);
width_offset = (int)max_loc - nCol*height_offset;

if (height_offset > 0.5*nRow)
height_offset = height_offset - nRow;
if (width_offset > 0.5*nCol)
width_offset = width_offset - nCol;

delete[] cross_real;
cross_real = NULL;