资源列表
VBgzglxt
- vb6做的工作管理系统,包括查询,年度月度统计。个人工资统计等。-vb6 to do the work management system, including query, the monthly statistics for the year. Individual wage statistics.
MyVector
- 自己实现的vector容器,大家可以看看,我认为是比较好用的-Own implementation of vector container, we can see, I think it is more useful
tree_bar
- mfc上实现导航栏,树形结构,tab切换栏-mfc on the navigation bar, tree, tab-switching bar
OPNET
- 基于OPNET仿真建模方法研究的一篇论文
glpi-0.80.7.tar
- GLPI Great Code, Try it thanks to people who made it
Apress.Accelerated.Silverlight.2.Oct.2008-14302107
- .net Silverlight 2.0 book-Silverlight
BC45
- Borland C++ v4.5 在 doc 下面執行就可了-Borland C++ V4.5 can be in the doc following the implementation of the
Delphi2005codes
- 《Delphi 2005课程设计案例精编》-叶鑫主编-源代码,自己看吧。-"Delphi 2005 curriculum design case precision-made" - Yun editor-source code, their Look here.
KeyHook
- KEYHOOK 键盘钩子程序,可用来监听键盘事件。-KEYHOOK keyboard hook procedure can be used to monitor the keyboard events.
wenterzhouHUATU
- 该程序是用MFC编写的一个关于在MFC中的画板的实现,在MFC练习的时候很有用。-The program is written in a MFC MFC on the drawing board in the implementation of the MFC is useful when practicing.
BluetoothActivity
- 蓝牙波形接收程序 但是画图本分仅供参考有部分缺陷 在于退出时有闪退的现象-Bluetooth wave receiving sub-program but drawing for reference only drawback is that there are some flash back phenomenon exit
struts2_01
- Struts2框架中核心组件就是Action、拦截器等,Struts2框架使用包来管理Action和拦截器等。每个包就是多个Action、多个拦截器、多个拦截器引用的集合。 在struts.xml文件中package元素用于定义包配置,每个package元素定义了一个包配置。它的常用属性有: l name:必填属性,用来指定包的名字。 l extends:可选属性,用来指定该包继承其他包。继承其它包,可以继承其它包中的Action定义、拦截器定义等。 l namespace:可选