-
英国石油网,你可以
bp network,you can s
- 2022-08-03 16:16:18下载
- 积分:1
-
本程序是为了计算日变化的平均值。
输入文件的数据格式是
2006 9 20 0 30 12577 0.263253 2.74975...
本程序是为了计算日变化的平均值。
输入文件的数据格式是
2006 9 20 0 30 12577 0.263253 2.74975 -0.0157112 0.55523 8.65E-05 -7.9142 17.606
该输入文件按列为:年、月、日、时、分、序号、各量
计算结果将保存在数组里,如T【24】,24表示24小时(因为是1小时的平均)。
对输入文件的行进行循环,计算1小时的平均,该行的数据将累计平均到下标取“时”列的数组中。
-this program is to calculate the average daily change. Data input file format is 2006 9 20 0 30 12577 0.263253 2.74975-0.0157112 0.55523 8.65E-05-7.9142 17.606 of the losers into the document, as : year, month, day, hour, minute, serial number, the calculation results will be stored in the array, such as T [24]. 24 said 24 hours (because it is an hour average). On the importation of paper recycling firms, the calculation of the average one-hour, The data will be the cumulative average subscript taking "when" out of the array.
- 2022-07-02 15:40:35下载
- 积分:1
-
公布Blocks Unlock V1.0的Delphi源代码!
此软件用于对西门子S7
公布Blocks Unlock V1.0的Delphi源代码!
此软件用于对西门子S7-300 加密逻辑块解密。
-released V1.0 of Delphi source code! The software used for Siemens S7-300 encryption logic block declassified.
- 2022-08-06 01:49:30下载
- 积分:1
-
这是我收集有关zigbee的无线网络的书籍,希望对你有用
这是我收集有关zigbee的无线网络的书籍,希望对你有用-This is my collection of books zigbee wireless networks, in the hope useful to you
- 2022-05-16 03:16:40下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
LGDP4525 51 drivers, driver TFT display
LGDP4525 51驱动程序,驱动TFT显示-LGDP4525 51 drivers, driver TFT display
- 2022-01-25 23:34:45下载
- 积分:1
-
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信...
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信息,使你很快上手;解释如何集成JSF和数据库,使用目录服务,无线应用以及Web 服务;传授最好的经验和好习惯如使用样式表和消息绑定;覆盖全部JSF标记和如何创建新的标记库,英文,原名称:Core JavaServer Faces-tell you how to build a more robust application instead of the dull handwritten code; Answered most developers do not even ask the question; Demonstrate how to use the JSF and Tiles automatically build a consistent user interface; For the presentation and "How to ..." message and you will soon get started; As explained He JSF and database integration, the use of directory services, wireless applications and Web services; the best teaching experience and good habits such as the use of style sheets and news binding; coverage for all JSF tags and how to create a new library markings, English, the original name : Core JavaServer Faces
- 2022-04-14 11:45:10下载
- 积分:1
-
Delphi时间设置得到Windows系统时间
Delphi获取Windows当前时间,并设置系统时间,功能类似于Windows时间设置程序,先获取系统时间中的年月日、时分秒信息,然后可以自定义各个时间信息。
- 2022-11-17 15:45:03下载
- 积分:1
-
点取CAD中点,可以获得此点的坐标值,单位为
点取CAD中点,可以获得此点的坐标值,单位为-Point to take the midpoint of CAD can obtain the coordinates of this point, the unit of mm
- 2022-02-25 23:30:15下载
- 积分:1
-
推箱子游戏,游戏规则详见源代码注释部分,全C语言编程
推箱子游戏,游戏规则详见源代码注释部分,全C语言编程-Tuixiangzi game, the rules of the game as detailed source notes, the entire C language programming
- 2023-04-16 06:30:03下载
- 积分:1