我在哪里可以找到适用于 Windows 的 tomesh.c?

问题描述:

在很多论文中被用作参考:

It is used as a reference in many papers:

K.Akeley、P. Haeberli 和 D. Burns.tomesh.c:SGI 上的 C 程序开发人员工具箱 CD,1990 年.

K. Akeley, P. Haeberli, and D. Burns. tomesh.c : C Program on SGI Developer's Toolbox CD, 1990.

在官方 SGI 的站点上,我发现只有 UNIX 可分发.

On official SGI's site, I find only UNIX distributive.

但是我在哪里可以找到 Windows 操作系统所需的源代码和简短描述?

But where can I find source code and short description of the desirable for Windows OS?

我发现另一种线性速度缓存优化算法实现:http://files.rsdn.ru/38429/ls_vcache_opt.zip以及如何在 C++ 上的代码示例中使用解释(但使用俄语):http://www.rsdn.ru/forum/src/3076506.1

I find another linear speed cache optimisation algorithm realisation: http://files.rsdn.ru/38429/ls_vcache_opt.zip And how to use explanation (but on russial language) with code samle on C++: http://www.rsdn.ru/forum/src/3076506.1

这是一个链接 到源.它是直接的C",所以它应该可以在 Windows 上简单地编译.

Here's a link to the source. It's straight "C", so it should compile on Windows simply.