资源列表
gridvc
- vs2008,grid和报表控件的示例源代码。-vs2008,grid & report
sdi
- 实现了将一个窗口分割为多个窗口,供大家交流,如有问题,请联系-spiltter window
likewinamp
- vb 类似winamp窗体相吸效果 值得下载。-vb form PHASE results should be similar to winamp download.
ScrollBitmap
- 在对话框中显示一张BMP,且可拖动滚动条显示超出的部分,简单的自学例子。-In the dialog box to display a BMP, and can drag the scroll bar displays the excess part of the simple example of self-study.
Calculator
- 用MATLAB来实现计算器,功能全面,请大家指正-Realization Calculator
tushuguanlixitong
- 图书借阅管理的设计与实现系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面,枚举量用枚举类型表示。至少实现数据记录的增加、修改、删除、查询及相应结果的显示,查询应能按不同数据项进行。-Book Lending Management Design and Implementation of system design, including memory data structure de
dowhile
- DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-DO-WHILE loop statement, the translation of program design (simple priority method, the output quaternion type)
CustomDialog
- 改变对话框的底色,分为无模式对话框和有模式对话框-To change the background color of the dialog box is divided into non-modal dialog and modal dialog
banyungong
- 搬运工,VC界面开发,小游戏,适合仔细研究,写出自己的代码-Porters, VC interface development, small game, for careful study and write their own code
AlphaDialog
- Win2000/WinXP 透明窗口显示D3D物体,背景镂空。 把 3D 场景绘制到 RenderTarget 上,透明度信息(Alpha信息绘制到另一个 RenderTarget 上),把透明信息作为 LayeredWindow 的 Alpha 通道,实现了3D场景的背景镂空效果。-Combine D3D scene and Win2000/WinXP LayeredWindow.Render 3D scene to a D3D RenderTarget,and render Alpha
_RPcalculator
- 人品计算器,计算无任何根据,仅供娱乐,本人品计算器是对pudn上御风的作品存在的漏洞的一些改进,和一些其他的修改-Character calculator, without any basis, only for entertainment, I was pudn product calculator works on the Norikaze loopholes in some of the improvements, and some other changes to
Interactive
- 我们目前的项目程序普遍使用 Delphi 客户端内嵌 Internet Explorer 的方式实现,在开发过程中,由于不同的页面经常需要做一些特殊的处理,从而经常涉及到网页和客户端交互的过程。 在以往的项目中,我们大都通过在 Delphi 中捕获浏览器某个对象的事件的方式来解决,随着需要交互的地方越来越多,客户端的代码也由于增加了大量的代码变得难以维护,同时这些代码页不具有通用性,一旦换到另一个项目,绝大部分的事件处理代码随之废弃。而从网页向客户端传递数据我们以前大都采