-
克里金
说明: 克里金建模函数,实现在遗传算法中的联合。(Kriging modeling function)
- 2020-06-01 11:19:16下载
- 积分:1
-
- 2022-05-08 21:34:57下载
- 积分:1
-
Credit evaluation is very classic English papers, computer stolen from their tea...
信用评价的很经典的英文论文,从老师电脑里偷出来的-Credit evaluation is very classic English papers, computer stolen from their teachers out of the ~ ~ ~
- 2022-10-18 22:20:05下载
- 积分:1
-
BollMacd突破上轨
说明: 原创:MACD加布林通道交易策略.可多周期多品种组合测试效果.(Original: MACD and Boll trading strategy. Multi cycle and multi variety combination test effect)
- 2019-11-15 22:15:48下载
- 积分:1
-
inc
Dali Protocol Library (include File)
- 2011-05-19 20:32:52下载
- 积分:1
-
wrf绘图脚本
说明: ncl绘图脚本,适用于wrfout数据,包含多种信息图的绘制(NCL drawing script, suitable for wrfout data, contains a variety of information drawing)
- 2020-12-21 10:18:24下载
- 积分:1
-
Prepared using a binary list stored in binary form of the creation, the first se...
1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。
3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。
4 调试并运行实验源程序。
-Prepared using a binary list stored in binary form of the creation, the first sequence, the sequence, after the order and by level traversal algorithms. 2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence. 3 write a main function, the above functions together to form a complete program. 4 debug and run experiments source.
- 2022-04-12 05:14:21下载
- 积分:1
-
LR_coef
逻辑回归实现症状特征选择 利用python编程 实现特征重要性排序(Logical Regression to Realize Symptom Feature Selection)
- 2020-06-19 23:40:01下载
- 积分:1
-
最新世界语单词打字游戏闪亮登场,彻底改变了传统的学习方法,
让你在玩中学会世界语,在最短的时间内轻松学会2000多个世界
语基础词汇,极大地提高了学习兴...
最新世界语单词打字游戏闪亮登场,彻底改变了传统的学习方法,
让你在玩中学会世界语,在最短的时间内轻松学会2000多个世界
语基础词汇,极大地提高了学习兴趣。游戏中所有单词均在世界
语基础词库中随机产生,常玩此游戏对记忆世界语单词有很大的
帮助。游戏已进行了五次升级,现已拥有世汉双语显示,世界语
采用漂亮的帽子字符显示。该游戏规则简单一看就会,当发现打
错时,可以按空格或回车重新选择目标单词,遇有戴帽子的字符
请用“x”表示,如用“cx”代替“cxo”如此类推。该游戏设有
“老板来了”快捷键,游戏过程中只要按一下“ESC”游戏马上
退出!够为你着想了吧!
-latest Esperanto words Brightly typing game, and thoroughly change the traditional approach to learning let you learn to play in Esperanto, in the shortest possible time Relax more than 2,000 Esperanto Society based vocabulary, greatly enhanced the interest in learning. All games in Esperanto words are based on randomly generated thesaurus, often playing this game right memory Esperanto words are a great help. Game has conducted five escalation, and now owns the world-Chinese bilingual, the language of the label used beautiful character display. The rules of the game will see a simple, and when they have made, in accordance with spaces or carriage return re-targeted words, In wear the hat o
- 2022-06-26 08:03:23下载
- 积分:1
-
EEPROM接口的FPGA实现
EEPROM接口的FPGA实现
工程说明
AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。
案例补充说明
本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路:
1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,start命令无效。
2. 当start有效时,如果mode=0表示进行EWEN操作;mode=1表示进行WRITE操作;mode=2表示进行READ操作。
3. 当start有效时,addr和wdata有效。
4. 当进行EWEN操作时,将addr写入at93c46。
5. 当进行WRITE操作时,将addr和wdata写入at93c46。
6. 当进行READ操作时,将addr写入at93c46,并从at93c46读到数据,通过rdata和rdata_vld返回给上游模块。(FPGA implementation of EEPROM interface
Engineering description)
- 2017-08-01 16:44:23下载
- 积分:1