资源列表
PSO
- Here is a very simple version of PSO in Matlab. PSO is a very popular, population based metaheuristic algorithm that mimics swarming behavior/intelligence in order to solve optimization problems.
sdsd
- 征服管理工具源码,功能很多。自动开帮战!-Conquest management tools source, a lot of functions. Automatic opening Gang Wars!
测量及网站
- 在vb中实现对距离的测量,实现简单的代码编辑,以及简单的网站GIS制作(Distance measurement is implemented in VB)
frogrbm
- 停车场程序的设计,能实现计费与便道车入库的功能,很好的(The parking lot, program design, can realize the billing and the function of the library service road car, very good)
signax
- 用win32 api实现的弹幕演示效果, 其实就是一个透明窗口,在上面绘制文本(Win32 API is used to implement the barrage of demonstration effect, is a transparent window, in the above drawing text)
TrueColorToolBar_src
- 真彩工具栏类,可以设计出漂亮的真彩工具条来-color toolbar category, the beautiful design of tools to True Color
CoolFunctionBar
- WINCE下的动态创建功能工具条,可随意摆放位置,继承CControlBar类-WINCE with dynamic tools to create feature articles can be freely positioned, inheritance CControlBar class
timer1
- 时钟的设计,本例实现调用系统时钟,可以定位当前时间,即记录通过菜单按下键盘的时刻。-Clock design, implementation calls in this case the system clock can locate the current time, that record the moment of the menu, press the keyboard.
MessageTranToolTip
- 让你的tooltip变的透明,通过设定透明度
Example082
- 自动滚屏功能 很简洁的例子 非常适合初学者,并且程序中带注释。-Automatic rolling screen function Very simple example Very suitable for beginners, and the program with the notes.
ScrollBarDemo
- 使用Win32 API写的简单调色板程序,主要子窗口采用滚动条,仅供学习参考-Use Win32 API to write a simple palette of programs, the main sub-windows with scroll bars, only to learn information
真彩工具条类
- CTrueColorToolBar m_wndToolBar; m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_LEFT | CBRS_SIZE_DYNAMIC);//创建并设置工具栏样式 m_wndToolBar.LoadToolBar(IDR_TOOLBAR1);//加载一下普通工具栏 m_wndToolBar.LoadTrueColorToolBar(59, IDB_BITMAP3);