-
利用PSO算法优化求解PID参数
PSO粒子群优化的PID参数,通过matlab平台C语言来编写,达到优化控制的目的(PSO particle swarm optimization PID parameters, through the MATLAB platform C language to write, to achieve the purpose of optimization control)
- 2021-01-01 21:58:58下载
- 积分:1
-
Dot.NET单元测试艺术PDF中文版
《.NET单元测试艺术》针对单元测试艺术这个重要主题展开讨论,引导读者从简单的测试开始,逐渐过渡到如何写出可维护、可读、可信赖的测试。(The.net unit test art discusses the art of unit testing this important subject, guides the reader from the beginning of the simple test, gradually transition to the how to write maintainable, readable, reliable testing.)
- 2017-11-22 12:37:49下载
- 积分:1
-
16x16
74HC595作为列驱动,16*16LED点阵仿真文件,(Lt /RTI & )
- 2017-05-21 00:20:59下载
- 积分:1
-
booksystem_A5
图书馆管理系统,能进
图书管理系统软件
图书管理系统软件
行图书馆管理系统能实测国民经济和企业的各种运行情况;利用过去的数据预测未来;从企业全局出发辅助企业进行管理决策;利用信息控制企业的行为;帮助企业实现其规划目标。
图书馆管理系统合运用了管理科学,系统科学,运筹学,统计学,计算机科学等学科的知识。可以通俗的简化的描述图书馆管理系统的三要素:系统的观点、数学的方法以及计算机的应用。
图书馆管理系统概念结构主要由四大部分组成即信息源、信息处理器、信息用户、信息管理者组成。(Library Management System
Library Management System Software
Library Management System Software
The library management system can measure the national economy and the operation of enterprises; use past data to predict the future; assist enterprises in management decision-making from the overall situation of enterprises; use information to control the behavior of enterprises; help enterprises achieve their planning objectives.
Library management system combines management science, system science, operations research, statistics, computer science and other disciplines. It can describe the three elements of library management system in a simple way: the viewpoint of system, the method of mathematics and the application of computer.
The conceptual structure of library management system mainly consists of four parts: information source, information processor, information user and information manager.)
- 2019-02-25 12:13:35下载
- 积分:1
-
用GtkWidget实现的重新定位父窗口的示例程序
用GtkWidget实现的重新定位父窗口的示例程序,在GTK中重新加载父窗口可以实现类似自动取词,平移窗口等功能
- 2022-03-02 21:03:47下载
- 积分:1
-
LL(1)08281085
LL(1)预测分析法程序,打开事先存好的文件,按行分析程序,并给出分析栈、余留符号串等内容(LL (1) forecast analysis program, open the file in advance a good memory, by line analysis program, and gives analysis of the stack, the remaining symbol string, etc.)
- 2011-06-02 13:12:07下载
- 积分:1
-
QQE-with-Alerts
质量定量预测(QQE)指标的运作方式就像受欢迎的相对强弱指数(RSI)指标的平滑版。质量定量预测藉著加入两条以波动性为基础的移动止损线以在相对强弱指数的基础下进一步扩充。这些移动止损线由一条快及一条慢移动平均线真实波动幅度均值(Average True Range, ATR)平均真实区域 (ATR)所组成。这些ATR线被平滑化,使这个指标不易受到短期波动性所影响。
一个运用质量定量预测最普遍的方法,是在质量定量预测线反映出超买或超卖情况的期间寻找快及慢移动止损线的跨越情况。(Quality quantitative prediction (QQE indicator works like popular relative strength index (RSI) index smoothing. Quality quantitative prediction by joining the two based on the volatility of move the stop loss line in order to further expand under the basis of the relative strength index. These move the stop loss line by a fast and a slow moving Average real Average volatility (Average True Range, ATR) Average real area (ATR). The ATR line were smoothing, make this less susceptible to the short-term volatility.
A quantitative prediction methods of the most common use quality is the quality of quantitative forecast line reflects an overbought or oversold condition during the search for fast and slow moving across the stop line.
)
- 2015-07-05 21:52:49下载
- 积分:1
-
sram-w5300_1
stm32控制w5300 和sram实现网络数据传输(stm32 w5300 sram)
- 2016-04-12 10:10:43下载
- 积分:1
-
C# 使用ODBC非DSN连接SQL Server数据库
C# NoDSN功能实例,使用ODBC非DSN连接SQL Server数据库,string odbcConStr =//创建数据库连接字符串
@"driver=SQL Server;server=WIN-GI7E47AND9RLS;UID=sa;PWD=;database=db_TomeTwo";
OdbcConnection odbcCon = new OdbcConnection(odbcConStr);//创建数据库连接对象
OdbcDataAdapter da =//创建数据适配器对象
new OdbcDataAdapter("select * from 帐单", odbcCon);
DataTable dt = new DataTable();//创建数据表
da.Fill(dt);//填充数据表
this.dgv_Message.DataSource =//设置数据源
dt.DefaultView;
}
- 2023-03-02 09:35:03下载
- 积分:1
-
SRAM+NAND核心板PCB工程
说明: STM32 SRAM+NAND核心板PCB工程(STM32 SRAM+NAND PCB)
- 2019-11-11 16:49:34下载
- 积分:1