登录
首页 » Windows开发 » 一款很好的水污染监测系统,用VC++实现,具有很高的学习价值...

一款很好的水污染监测系统,用VC++实现,具有很高的学习价值...

于 2022-02-12 发布 文件大小:2.87 MB
0 237
下载积分: 2 下载次数: 1

代码说明:

一款很好的水污染监测系统,用VC++实现,具有很高的学习价值-A very good water pollution monitoring system, using VC++ Realize, have a high learning value

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

发表评论

0 个回复

  • Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很...
    Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很多不同窗体小部件(widget)的图形用户界面(GUI)。Bindows应用程序可以使用很多方法与服务器端进行交互。其中大多数方法是基于XML的。它同样支持XML-RPC和基于SOAP的Web Services。程序设计语言是JavaScript。 所有windows控件的模拟。按钮,标签,列表,文本框,对话框,颜色,样式,等等,一个典型桌面应用应该有的控件、样式都具备 新版本1.30beta,增加了千呼万唤的Theme支持。Erik&Emil不愧为世界水平的JavaScript高手,原本仅用做浏览器脚本支持的这个小东西如今被发挥得淋漓尽致,几乎到了浏览器JavaScript所能表现的最高境界-Bindows is a framework for B/S application. it works with morden exploer, use DHTML show GUI composed by lots of different widgets, and support many way to communicate with server base on XML,support XML-RPC and web services(SOAP).Bindows developed use JavaScript, implement all widgets in windows( button,tag,list-box, editbox,dialog) with same color and style etc. which enough to build a classic desktop application. New 1.30beta version, add Theme support. Erik&Emil is famous JavaSrcipt developer,they let the JavaScript on the top of the world.
    2023-01-04 15:35:03下载
    积分:1
  • 让桌面下满樱花
    用VB语言开发的一个桌面小程序,运行后可以看到桌面下满樱花的效果,可以从压缩包解压后,在路径bin/Release/樱花.exe直接运行,也可以用Visual Studio 2010 以上的软件版本打开
    2023-08-17 14:50:04下载
    积分:1
  • windows平台下利用FFMPEG实现的简易的音乐播放器,实现了暂停 播放功能
    利用FFMPEG+sdl在windows平台下实现的win32程序,windows下的音乐播放器,实现了暂停,播放,结束能功能,程序简介易懂,很希望能与大家分享交流!
    2022-03-23 22:35:15下载
    积分:1
  • 华为海思的windows mobile手机方案的设备驱动程序参考代码
    华为海思的windows mobile手机方案的设备驱动程序参考代码-reference code for drivers of Hisilicon Windows Mobile solution
    2022-07-03 01:40:29下载
    积分:1
  • 实现对txt文档的读取,能够实现的txt文档的保存,同时处理一定的数据...
    实现对txt文档的读取,能够实现的txt文档的保存,同时处理一定的数据-Txt document to achieve the reading, to achieve the preservation of the txt file, at the same time to deal with a certain degree of data
    2022-10-16 06:30:03下载
    积分:1
  • c# 鼠标钩子
    c#鼠标钩子 获取窗口,标题,类名 等。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2023-05-02 14:50:03下载
    积分:1
  • 小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊...
    小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。经过不难的推理,相信读者都能轻而易举的解出这道题。但是,我们是否能用计算机解这一道题呢?答案是肯定的。本文就让读者去领略一下计算机快速解决问题。-was a kid, I saw the intelligence that one : a farmer with a wolf, a goat and some vegetables across the river. Only a river boat, small boat, can only put under farmer and his thing. Unattended circumstances, the wolf to Qiyang, the sheep to the meal, ask the farmers how to make three things safely across the river. It is not difficult to read the reasoning, I believe readers are easily able to come up with Jesus. However, we can use the computer solutions for this and that? The answer is yes. This paper to let readers understand what computer quick fixes to the problem.
    2022-03-07 10:02:15下载
    积分:1
  • production avi file.
    制作avi文件的程序。-production avi file.
    2022-08-21 18:42:32下载
    积分:1
  • 一个MP3播放器程序用VC .NET,谁有兴趣的话可以下载…
    一个使用VC.NET代码写的MP3媒体播放器,有兴趣的朋友可以下载研究一下-a mp3 player programed by vc.net,anyone who have interest in it can download and research
    2022-05-31 23:26:35下载
    积分:1
  • This is an applet program, which implements Stack and List by means of java. It...
    用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.
    2022-07-18 04:12:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载