-
understanding of the object types and examples to help the beginner JAVA
理解类和对象的例子,帮助初学JAVA的人-understanding of the object types and examples to help the beginner JAVA
- 2023-04-13 21:45:02下载
- 积分:1
-
在C#中创建不规则的窗体
在C#中创建不规则的窗体 -in C# to create irregular forms
- 2022-08-21 18:27:16下载
- 积分:1
-
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。...
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。-err
- 2023-06-26 23:55:03下载
- 积分:1
-
ssm框架实现的简单进销存管理系统
采用ssm框架实现了简单进销存管理系统。主要有三个模块:档案管理(员工档案、客户档案、商品档案)、销售管理(订货单)以及进货管理(进货单)。采用eclipse,JDK1.6,Tomcat6.0,MYSQL数据库开发,实现了各个子模块的增删改查
- 2023-08-24 12:30:05下载
- 积分:1
-
神经网络实例,可以改造成自己的东西,算法不错,无版权
神经网络实例,可以改造成自己的东西,算法不错,无版权-examples of neural network can be transformed into something of my own, the algorithm is true that without copyright
- 2022-01-27 13:59:41下载
- 积分:1
-
链表模板类的定义及使用
链表模板类的定义及使用-Chain template class definition and use
- 2022-04-07 23:57:33下载
- 积分:1
-
Supervisor of Digital PI
Supervisor of Digital PI-like Fuzzy
- 2022-04-23 17:37:41下载
- 积分:1
-
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行-tips on the Web server, light pole, but wince or other embedded operating systems
- 2023-02-24 02:00:03下载
- 积分:1
-
动态创建控件实例,演示如何动态创建和删除控件
动态创建控件实例,演示如何动态创建和删除控件-Examples of dynamically created controls, demonstrate how to dynamically create and delete controls
- 2022-04-19 16:59:09下载
- 积分:1
-
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
- 2022-08-11 05:55:04下载
- 积分:1