资源列表
MultiColHeaderDgv
- 用VB写的DataGridView控件重写类,实现了DataGridView的多重表头设置,效果不错。亲测通过。只需将作为组件添加到窗体中,设置其Tree属性即可实现多重表头。-VB write rewrite class DataGridView control to achieve a multi-meter set DataGridView, good results. Pro-test passed. Simply add a component to the form, set its
DataBase
- access数据库连接类 实现数据库与程序的交互
voauial
- 用VB实现的快速表格 A quick form with VB-Using VB to realize the rapid form A quick form with VB
e6_8
- 用C++编写的任给一个二进制数进行转换成为十进制数-Written in C++, either be converted to a binary number into decimal number
Tools
- 自己写的一些小功能,如时间戳转换,cookie设置,文件上传等等。-Write some small features, such as a timestamp conversion, cookie settings, file uploads and more.
BusinessRules
- CodeSmithTemplets 罗辑层模板
ThroughInstanceToThinkInCSharpInheritanceMechanism
- 通过实例来剖析C#继承机制。在.net中实现-ThroughInstanceToThinkInCSharpInheritanceMechanism
webdesktop
- 查询系统的文件组织与导航界面的设计与代码实现,树形控件的应用-Inquires the file system organization and navigation interface design and code realization, the application of the tree control
MyFirstASPNETPage
- 第1章 互联网程序设计概论 MyFirstASPNETPage-Chapter 1 Introduction to Internet Programming MyFirstASPNETPage
jmail
- Jmail的邮件处理源代码,使用jmail组件实现邮件的收发
vc
- 鹰眼VC MAPX,具体一些关于电子地图的功能,鹰眼在本文档中使用实现,急需VC+MO关于鹰眼的代码
intersection-between-line
- 快速排斥试验:设以线段 P1P2 为对角线的矩形为 R , 设以线段 Q1Q2 为对角线的矩形为 T ,如果 R 和 T 不相交,显然两线段不会相交。 (2) 跨立试验:如果两线段相交,则两线段必然相互跨立对方。若 P1P2 跨立 Q1Q2 ,则矢量 ( P1 - Q1 ) 和( P2 - Q1 ) 位于矢量 ( Q2 - Q1 ) 的两侧。 -intersection between line