-
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。...
数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
- 2022-07-27 11:48:22下载
- 积分:1
-
马里奥Flash游戏
资源描述大学生Flash游戏设计,马里奥Flash游戏。马里奥来到雪山冒险,玩家通过键盘上下键对马里奥进行控制,吃金币、躲障碍等,过程中马里奥的移动速度恒定,玩家只需要操控上下键控制其上跳下蹲就可以。简单的Flash小游戏。
- 2023-08-24 06:35:04下载
- 积分:1
-
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以...
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以方便使用-For stationary time series in the parameter estimation methods (including moment estimation, maximum likelihood estimation) and forecasting methods (including the difference equation forecasting methods, inverse function of forecasting methods, Green s function prediction method) Application matlab program, we can easily use
- 2022-02-09 15:40:28下载
- 积分:1
-
游戏地图编辑器及源代码,有什麽功能自己看看吧
游戏地图编辑器及源代码,有什麽功能自己看看吧-game map editor and source code, a function of their own to see what it
- 2022-07-14 10:21:49下载
- 积分:1
-
第1例到第6例的源描述都是从第8例的程序包中
提取出来的,不能单独编译,这些例子的编译与
模拟请参考第8例....
第1例到第6例的源描述都是从第8例的程序包中
提取出来的,不能单独编译,这些例子的编译与
模拟请参考第8例.-Example No. 1 to the first six cases are the source described in Example 8 from the first package to extract it and can not be a separate compiler, which compiler and simulation examples please refer to the first eight cases.
- 2022-03-17 08:48:02下载
- 积分:1
-
因为一般动态显示导致点阵显示扫描驱动程序的共同…
由于普通LED点阵显示屏动态显示通常采用硬件扫描驱动,这在一些需要特殊显示的场合显得不够灵活。文中提出了一种利用PC机和单片机的通讯来实现显示屏灵活的动态显示和远程监控的设计方法,同时该方法还可以将显示内容在PC机上进行预览。-Because of the general dynamic display LED dot matrix display scan driver commonly used hardware, which in some occasions require special display appears not flexible enough. This paper presents a PC-use and single-chip communication to achieve a flexible dynamic screen display and remote monitoring and control design methods, while the method can also display the contents in the PC-on preview.
- 2022-01-28 17:40:57下载
- 积分:1
-
Adventure maze algorithm to achieve a CPP file. TC compiled in the next generati...
迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。-Adventure maze algorithm to achieve a CPP file. TC compiled in the next generation. Procedure is generated dos exe. LEFT/UP/RIGHT/DOWN in the maze to the left, on right, step down. Through the line shown as yellow, red back.
- 2022-07-18 02:01:47下载
- 积分:1
-
- 2022-03-16 17:36:30下载
- 积分:1
-
计算机操作系统实验――动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。...
计算机操作系统实验――动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
- 2022-11-14 05:05:03下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1