-
jhb
说明: 利用离散动态规划算法进行的水库优化调度,适用于单库的水库调度(Reservoir optimal operation using discrete dynamic programming algorithm)
- 2020-01-10 15:15:01下载
- 积分:1
-
数学建模10大算法详解_程序源码打包
数学建模常用的一些算法的程序,一些比较基础但是很实用的算法(Some algorithms commonly used in mathematical modeling)
- 2018-08-15 11:50:14下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
EXTREMEProposersDayWebinarSlides
说明: Darpa Extreme 项目ppt资料(Darpa Extreme PowerPoint)
- 2020-06-21 21:00:02下载
- 积分:1
-
SBM-DEA
说明: 本代码求解有非期望产出的非导向SBM模型,仅供同学们科研学术使用(A tool to calculate the DEA model)
- 2021-01-05 22:13:40下载
- 积分:1
-
企业内部沟通系统,企业内部管理及通讯使用,方便适用
企业内部沟通系统,企业内部管理及通讯使用,方便适用-Internal communication systems, internal management and communications use, easy to apply
- 2022-03-22 14:04:53下载
- 积分:1
-
MATLAB 路径规划
基于遗传算法实现最短路径规划,动态优化路径信息,效率高(Realize shortest path planning based on genetic algorithm, dynamically optimize path information, and high efficiency)
- 2020-12-14 16:29:14下载
- 积分:1
-
有关中子的结构原理,以及中子在医学成像领域的相关研究
有关中子的结构原理,以及中子在医学成像领域的相关研究-Related to the structure of neutron principle, as well as the neutron in the field of medical imaging research
- 2022-02-01 15:07:10下载
- 积分:1
-
Xilinx_ZCU102_Evaluation_Kit-master
说明: Xilinx zcu102 开发板入门例子,可运行于vivado 2017.4 平台(Xilinx zcu102 development board introduction example, can run on vivado 2017.4 platform)
- 2020-06-17 03:20:01下载
- 积分:1
-
VB API实现简单的程序窗口
VB 基于API技术实现简单的程序窗口,源码文件说明:用VB的模块模仿写的几个小例子(不用窗体)[源码]
FirstWindow
利用Win32API和消息机制显示的窗口(VB6则把一切底层操作隐藏起来)
Menu_Project
使用Res文件中的菜单资源来显示菜单,这个VB版的程序没能显示出菜单,这是两者的差异,VB6应该不能通过加载资源文件中的菜单资源来在窗口中显示菜单。
MsgWindow
先打开Windows附件中自带的Notepad记事本程序,然后在程序中将要显示的内容通过SendMessage发送到记事本中,可以通过查看记事本中的内容来了解MsgWindow的运行情况。
在程序中将收到的消息查表翻译成文本以“WM_XXX”格式显示出来,并且将调用各个API函数的过程也显示出来,这样可以分析窗口的各种行为和消息之间的关系。
SendMessage 两个程序,一个Send,一个Receive,利用SendMessage函数实现两个程序窗口间的消息互发
代码中用到了StrUtils_Change1.bas模块,来自PSC,自已做了些许修改。主要是用到了wsprintf函数,对应于Win32API函数wprintf(Win32API函数wprintf在VB中不能去调用它,调用会出错。)
- 2023-08-17 05:30:03下载
- 积分:1