资源列表
电路板
- 回溯算法中的电路板问题-backtracking algorithms circuit board problems
FunctionItem
- 列表控件的部份代码,请大家看一下,学习一下-TIFFGetField(pTif, TIFFTAG_TILEWIDTH, &nTileWidth) TIFFGetField(pTif, TIFFTAG_TILELENGTH, &nTileHeight) //计算块数 int nHTileCount = (nWidth+ nTileWidth-1)/nTileWidth int nVTileCount = (nHeight+ nTileHeight-
1
- 一个蜘蛛画图程序,不错的图画处理。VB,朋友们-A spider drawing program, a good picture processing.
Mod_Tray_Icon
- VB6 sourcecode to create your application as a system tray icon
MaxLoading
- 贪心算法解最大装载问题-greedy algorithm largest Loading Problem Solution
Action
- 一些东西,可能你能用的到,希望大家都来下了
newslider
- 基于mfc的新的滑动条类,实现平滑滑动,-Mfc slider class-based, to achieve smooth sliding
zuhekan
- 一种不用遍历法可防止将重复项目添加到组合框中的方法-One kind without traversal prevents duplicate items added to the combo box method
StudentSearch
- 某系统登录后现实的内容,将页面分成两部分,包含五个选择框-The content of the reality after a system login, the page is divided into two parts, contains five selection box
窗口热键控制
- 这是用汇编语言编写的,通过键盘输入两点坐标,在屏幕上开一个窗口,并设定热键控制窗口的颜色,要求屏幕自上而下由浅到深变化!-This is written in assembly language, through the keyboard input 2:00 coordinates on the screen in an open window and set the hotkey control window colors, required by the screen from top t
fitellipse
- 转载一个用MATLAB写的椭圆拟合的代码,有点用