-
VC++开发的GIS系统源码无错完整版
说明: 一个完整的可运行利用c++创建的GIS系统(A Complete Running GIS System Created by C++)
- 2020-06-22 21:40:01下载
- 积分:1
-
pde
抛物型方程隐格式求解程序 可以自己调整步长 非常方便 还有其他的几个小程序(Implicit schemes for Parabolic Equations)
- 2019-04-28 13:00:09下载
- 积分:1
-
1288759288
说明: typecho的一个插件 亲测非常好用 可以下载试一下(A plug-in for Typecho is very useful)
- 2020-06-24 15:20:01下载
- 积分:1
-
一个贪食蛇的小游戏,可以一个人或者两个人玩
一个贪食蛇的小游戏,可以一个人或者两个人玩-a small game can be a person or two people play
- 2022-07-08 04:38:24下载
- 积分:1
-
PSCAD_model
参加中国科学软件网组织的PSCAD研讨会ppt,里有过电压模型、次同步振荡SSR、风力发电模型(China Software Network participated in scientific seminars organized PSCAD ppt, there are over-voltage model, SSO SSR, wind power generation model)
- 2014-05-11 15:56:56下载
- 积分:1
-
advanced
基于yii2.0框架的个人博客开发,初学者(Build personal blog based on yii2.0)
- 2017-06-29 16:35:20下载
- 积分:1
-
百叶窗效果幻灯片特效
一款使用纯CSS3制作的效果非常炫酷的全屏百叶窗效果幻灯片特效(A total of 15 different effects of pure CSS3 sliding buttons. These sliding buttons pass through the)
- 2019-02-15 15:37:40下载
- 积分:1
-
LabVIEW通过1200以太网
西门子S7-1200 PLC支持多种协议通过以太网通讯方式,如OPC、TCP、S7、MODBUS-TCP等。TCP方式相比其它协议,具有更多的灵活性,更快的数据响应等优点,本人即介绍LabVIEW通过TCP方式与S7-1200 PLC通信。
S7-1200 PLC的TCP通信方式,称之为“开放式用户通讯”,通过以太网发送或读取数据。(SIEMENS S7-1200 PLC supports a variety of protocols through Ethernet communications such as OPC, TCP, S7, MODBUS-TCP, and so on. Compared with other protocols, TCP has more flexibility, faster data response and so on. I introduce LabVIEW to communicate with S7-1200 PLC through TCP mode.
S7-1200 PLC TCP communication, known as "open user communications", send or read data over ethernet.)
- 2017-10-07 08:16:12下载
- 积分:1
-
Logistic_Sequence
说明: 一维离散动力系统logistic混沌序列吸引子matlab实现(One-dimensional discrete dynamic system logistic chaotic sequence attractor matlab realization)
- 2020-06-28 17:41:54下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1