资源列表
log
- login using java program. it was developed by using swing concepts.
捕捉MouseExit事件
- MouseDown、MouseUp、MouseMove。VB 似乎提供了很好的 Mouse 事件。但好象还缺少什么!对!还差 MouseExit(鼠标移出)事件。-MouseDown, MouseUp, MouseMove. VB seems to provide a good Mouse incident. But what seemed to lack! Right! Worse MouseExit (mouse outflow) incident.
Sourcea
- Hi who are you im fine
dde
- vb与matlab结合大家可以参考或者修改一下,因为这只是个很简单的。-vb combined with Matlab or can refer you to change it, because this is very simple.
convert
- 非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
read
- 这是一个系统,请用虚拟机运行或刻盘Bios设置光盘启动或U盘启动等-This is a system, please use the virtual machine to run or dials Bios CD-ROM boot or U disk to start the setup
AddUserUI
- 该文件使用了C++中类的概念,将窗体类型化,当使用时进行创建,不使用时可以删除,节省内存。-the file describes the form about class。
ColorButton
- 一种彩色按钮编程源代码,基于windows,VC++语言编写-color button source code by Visual C++
open_XLS_in_matlabgui
- GUI中打开XLS文件 pushubutton作为利用算法计算出结果,将结果放在XLS文件中, 并打开XLS文件的功能-open XLS in matlab gui
机器鱼控制程序
- 四关节机器鱼控制程序,飞行摇杆操作,可上浮下沉,前进后退
app16_7
- KeyAdapter类事件处理KeyEvent事件-KeyAdapter incident KeyEvent class events
数据库作业
- 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有n个项i1,i2,…,in,它们的重量分别是w1,w2,…,wn。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。