登录
首页 » Delphi-C++Builder » 设计模式delphi源代码

设计模式delphi源代码

于 2022-04-07 发布 文件大小:2.95 MB
0 239
下载积分: 2 下载次数: 1

代码说明:

设计模式delphi源代码-design patterns source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用于创建一个良好的网页模板和一些代码,所以应该是很好的希望…
    用来制作网页的一个不错的模版 及相关一些代码等,应该还不错吧 希望大家能够相互借鉴 评价下!-Used to create a good web page templates and some code so it should be good hope that we can learn from each other under the evaluation!
    2022-03-15 03:27:05下载
    积分:1
  • 2022-02-12 13:07:49下载
    积分:1
  • 本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。...
    本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。-this book theory with practice, discussion of the "how to use Delphi object-oriented programming methods, and the building of good design procedures" theme.
    2022-04-06 19:30:12下载
    积分:1
  • 本章概要介绍Borland C++ Builder(BCB)和解释什么..
    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also
    2022-03-28 15:37:04下载
    积分:1
  • DELPHI breakthrough in the master source
    DELPHI高手突破的源码-DELPHI breakthrough in the master source
    2022-03-06 20:24:55下载
    积分:1
  • ADOM+设计篇意在测试com+的事务处理能否正确执行。 将组件安装后,在组件服务中该com+组件的属性设置中将“激活”页的“启用对象池”选项选中,执行客户...
    ADOM+设计篇意在测试com+的事务处理能否正确执行。 将组件安装后,在组件服务中该com+组件的属性设置中将“激活”页的“启用对象池”选项选中,执行客户端程序调用上面这个方法,发现com+的事务机制不能正确执行,数据会写入数据库中。如果不选中“启用对象池”,则一切正常,数据并不会写到数据库中。 说明:Translation DataModule的设置,事务属性:requires a transaction,允许object pooling,pooled设为true,无论将AutoComplete设为True或False都会出现上述情况。 该问题最先由ytwxw (wxw) 提出,至今尚未有结论,我也发现类似问题。我俩探讨后无法解决,特在此再开一贴。请各路com+高手帮忙解答! -ADOM design sections was aimed at testing com business can correct implementation. Components will be installed, Component services in the com component attributes will be set up "activated" page "open object pool" option selected. implementation of client programs call the above, the Panel found com mechanism for proper implementation, data will be included in the database. If not selected "targets of the opening pool", then everything normal, and no data writes database. Note : Translation DataModule settings, the panel attributes : requires a transaction, allowing object pooling. pooled as a true, Regardle
    2022-08-16 22:17:39下载
    积分:1
  • * The most important classes and components * The new features of Delphi 6...
    * The most important classes and components * The new features of Delphi 6 * Programming DLLs * Delphi and databases * Delphi and the internet * Developing components Addison-Wesley Nitty Gritty Programming Series provides the most important facts that you willneed to know to get up and running in new programming topics quickly and when you have becomeproficient you can use it as an on-going reference book for all the fundamentals. Divided into three sections, this book provides everything you need to know to startprogramming in Delphi 6. * Introduction -- all the main topics that you ll need to get working now. * Reference section -- all the necessary instructions and topics in one easy reference section so that you can refer back to the book again and again. * Practical tips and tricks -- find out how to put those important concepts into practice and get expert tips on how to improve your programming.-* The most important classes and components
    2022-01-22 07:45:12下载
    积分:1
  • 在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、...
    在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、拖动鼠标等。鼠标控制的三个相关属性是Cursor、DragCursor、DragMode;鼠标控制的三个对象方法是BeginDrag、Dragging、EndDrag;鼠标控制的七个事件包括OnDragDrop等。-In the Windows environment, the mouse and keyboard are the main input device. In Delphi, almost every object has to reflect the control of the mouse events, these events are the main functions include changing the shape of the mouse pointer, move, trigger, drag the mouse and so on. Mouse control of three related attributes are Cursor, DragCursor, DragMode mouse control of the three objects is BeginDrag, Dragging, EndDrag mouse control of the seven events, including OnDragDrop so.
    2022-02-01 18:16:48下载
    积分:1
  • 其实学Delphi并不难,看你的努力程度,我才学了一个学期,就已经可以做一些小的应用软件了, 现在在接做两个大的系统,首先要相信自己,才能有可能成功,找些好...
    其实学Delphi并不难,看你的努力程度,我才学了一个学期,就已经可以做一些小的应用软件了, 现在在接做两个大的系统,首先要相信自己,才能有可能成功,找些好的书,如《DELPHI编程技巧与实例》等,-Actually, academic Delphi is not difficult to see your efforts, I scholarship for a semester. it can do some small software applications, now done in the following two systems, we must first believe in themselves and may be successful, and find some good books, like "Delphi programming techniques and examples."
    2022-09-09 16:20:03下载
    积分:1
  • C Builder6 with the source, the C for beginners have a pretty good friends with...
    C++Builder6随书的源程序,对初学C++的朋友有相当不错的帮助,此书六月份才出版-C Builder6 with the source, the C for beginners have a pretty good friends with the help of this book published until June
    2022-04-12 07:19:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载