搜索资源列表
DoubleBuffer
- 用csharp及gdi+实现双缓存画图,解决画图时闪屏,刷新慢的问题,是了解双缓存画图的好东西-Gdi+ with csharp and achieve double-buffer drawing, solving the splash screen when drawing, slow refresh problem is to understand the double buffer drawing a good thing
SAAlgorithm
- 用VC++实现SA算法,求解48个城市的最短路径问题-With VC++ Achieve SA algorithm, solving the 48 cities in the shortest path problem
p1
- 巨大的数据量使显示速度成为制约普及和网络化的重要因素,文章结合4(5’公司的607(84空间数据引擎,提出了一种利用分级技术提高矢量图显示速度的方案,并讨论了几种插值算法在这一应用中的优缺点。- W ith the ant colony algorithm for solving the traveling salesman problem (TSP) as a prototype, a simpli- fied algorithm was developedwhich considered
realclock
- 可以显示圆盘时钟。利用双缓存的方法可以解决闪屏问题。同时,利用GetBkColor可以解决解决双缓存带来的内存块黑屏的问题。-You can display disc clock. Using double-buffering method can solve the problem of the splash screen. At the same time, the use of GetBkColor can solve the problem of solving the dual cac
EIGHE-QUEEN
- 经典的八皇后问题利用遍历法解决的直观动态展示-An intuitive dynamic display on solving the classic eight queens problem with traversal method