-
监控与数据采集系统源代码
工业控制监控和数据采集系统源代码,采用c#编程。包括组态部分,运行部分,数据处理部分等。包括各种驱动编写方法,简单的框架有助于学习如何开发组态软件,里面包含很多第三方控件,遵循GPL协议,分享给大家。
- 2022-04-23 01:49:38下载
- 积分:1
-
工厂反射
工厂模式,就是类似像工厂生产东西一样的意思。只需得到出厂的东西,具体怎么生产就不知道了。拿程序来说,就是自己定义一个类,这个类当中会有很多方法,而这些方法就是创建对象的作用,用这个类的人只需知道调用哪个方法得到哪个具体对象,至于怎么得到就不用管了。 反射机制,其实也很简单,就是一个类,可以利用反射机制得到自己有多少个方法,属性,方法名等等,这时候就可以判断这个类有无这个属性,或这个方法。从而调用该方法。 缓存机制,主要作用就是缓存一些数据。在这里不知道他到底有什么作用。但缓存机制就是起一个缓存,然后等下次调用的时候就直接从缓存中取数据。 这跟你的IE浏览器浏览网页是一个道理的。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 16:13:31下载
- 积分:1
-
Dynamic menu and sub
动态删除菜单以及子菜单的sample,vc6开发-Dynamic menu and sub-menu to delete the sample, vc6 to develop
- 2023-06-03 06:20:03下载
- 积分:1
-
从access导数据到oracle,
从access导数据到oracle, -Introduction to access data from the oracle,
- 2022-12-21 10:20:03下载
- 积分:1
-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-05-22 21:32:46下载
- 积分:1
-
流程图式的启动界面
流程图式的启动界面 -Flowchart-style interface to start
- 2022-04-12 09:19:30下载
- 积分:1
-
This is a good original software code, I learned from the Internet, and do not k...
这是一个不错的软件原码,我从网上下的,不知道怎和以样,你们自已看看吧,我也不知道-This is a good original software code, I learned from the Internet, and do not know how to like, you own and watch it, I do not know
- 2023-08-03 11:00:03下载
- 积分:1
-
College Management Software
College Management Software
- 2022-01-22 05:06:44下载
- 积分:1
-
粗糙集C++
粗糙集属性约简启发式算法的实现,AReduce.exe,reduce.mdb很实用,希望能帮助有需要的人。
- 2022-03-06 20:37:12下载
- 积分:1
-
MiNiGUI按键图片与背景图片
/* ** $Id: bmpbkgnd.c 759 2009-09-21 05:22:47Z dongjunjie $**** Listing 5.2**** bmpbkgnd.c: Sample program for MiniGUI Programming Guide** Create a dialog box filling background with bitmap.**** Copyright (C) 2003 ~ 2007 Feynman Software.**** License: GPL*/#include"include.h"/*************************************///打开GPIO 口的返回值int fd;//等待重新发送标志int pir_send = 0;int lock = 1;int wait = 0;int wait_flag = 3;extern int human_flag;extern int timing;extern int human;extern int light;extern int prompt;/*************************************/#ifdef _LANG_ZHCN#include "bmpbkgnd_res_cn.h"#elif defined _LANG_ZHTW#include "bmpbkgnd_res_tw.h"#else#include "bmpbkgnd_res_en.
- 2022-02-04 05:45:32下载
- 积分:1