-
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧...
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
- 2023-07-26 14:30:04下载
- 积分:1
-
还可以啦!!有问题请讲
还可以啦!!有问题请讲-can! ! There are problems, please
- 2023-08-30 12:15:04下载
- 积分:1
-
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个...
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个-The branch and bound algorithm for traveling salesman problem, very fast, and the node can reach 35
- 2022-02-03 02:43:54下载
- 积分:1
-
使用PB实现取得多网卡ip
GetIP支持多网卡
使用PB实现取得多网卡ip
GetIP支持多网卡-More than the realization of the use of PB card adapter supports multi-ip GetIP
- 2022-04-19 23:04:13下载
- 积分:1
-
delphischool
驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 delphi 语言实现驾校管理软件 d
- 2022-02-15 18:04:32下载
- 积分:1
-
三菱PLC FX系列PLC编程口通信协议动态链接库DLL V2.0简介
一、三菱PLC FX系列PLC编程口通信协议动态链接库DLL(以下简称D...
三菱PLC FX系列PLC编程口通信协议动态链接库DLL V2.0简介
一、三菱PLC FX系列PLC编程口通信协议动态链接库DLL(以下简称DLL)
,是为满足工业通信需要,针对工业领域要求上位机对三菱FX系列PLC
实时采集与控制的组态编程而设计。本DLL是采用Delphi语言开发的标
准串口通讯库,具有以下特点:
1)、实时性、可靠性好,可根据通信数据量自行调整通信时间
2)、适用于多PLC联网和上位机通信,满足多方面的需要
3)、函数接口功能全,操作简单
4)、附加实用转换与读取函数,易于快速开发(VC等非RAD开发环境的开
发);
5)、支持USB、PC扩展卡等扩展串口号
6)、支持多种操作系统win9x/win2000/winXP(标注Win32 DLL)
7)、可在多种编程环境下使用,例如VB、VC、Delphi等开发环境。-err
- 2022-03-19 02:51:50下载
- 积分:1
-
VC + SQL数据库编程
人事、工资、部门管理
包含SQL备份文件及部分源码注释...
VC + SQL数据库编程
人事、工资、部门管理
包含SQL备份文件及部分源码注释-VC+ SQL Database Programming personnel, wages, management SQL backup file contains the source code and some notes
- 2023-08-17 19:20:06下载
- 积分:1
-
数据库操作
ODBC是一种使用SQL的程序设计接口,使用ODBC能使用户编写数据库应用程序变得容易简单,避免了与数据源相连接的复杂性。在Visual C++中,MFC的ODBC数据库类CDatabase(数据库类)、CRecordSet(记录集类)和CRecordView(记录视图类)可为用户管理数据库提供了切实可行的解决方案。
- 2022-12-16 04:05:03下载
- 积分:1
-
1. Login with SYSDBA server, as well as the creation of a MISDBA users, Password...
1. 用SYSDBA登录服务器,并且创建一个MISDBA用户,密码为PASSWORD。
2. 用SYSDBA用户创建MISDB数据库(可直接注册使用光盘提供的MISDB.GDB)。
3. 用MISDBA用户登录MISDB数据库。
4. 在ISQL中,依次输入第5章的数据表创建SQL语句;或者根据表5-1至表5-7自行创建数据表。
5. 在SQL Explorer中创建MISDB数据库连接。
6. 用MISDBA用户登录,并且输入原始数据。除了表5-8至表5-11的内容,还需要根据需要设置部门(DEPARTMENT)、职务(JOB)和人事科登录用户(ID=’RSK’,PASSWD=’RSK’,AUTHORITY=’3’,STATE=’F’)。
7. 修改源程序中的数据库连接组件参数。
-1. Login with SYSDBA server, as well as the creation of a MISDBA users, Password for PASSWORD. 2. With SYSDBA user created MISDB database (direct registration for the use of CD MISDB. GDB). 3. User login with MISDBA MISDB database. 4. In ISQL, followed importation of Chapter 5 of the data table creation SQL; Or, according to Table to Table 5-1 5-7 to set up a data table. 5. SQL Explorer created MISDB connected to the database. 6. MISDBA with users log in, and the importation of raw data. Table 5-8 addition to the Table 5-11, also need to install sector (DEPARTMENT) duties (9732106) and the Personnel Section logged in users (ID =
- 2022-03-17 00:22:23下载
- 积分:1
-
Data structure algorithms, three runway airport simulation. The algorithm is mai...
数据结构算法,三跑道飞机场模拟。
主要是队列的算法
内容包括:
实验报告
源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
- 2022-02-14 18:36:29下载
- 积分:1