-
FPGA控制VGA的程序
用FPGA控制VGA的Verilog程序,内附详细注释,已在CRT显示器上验证通过
- 2022-04-17 05:19:55下载
- 积分:1
-
With the human genome project implementation, through genome sequencing, protein...
随着人类基因组计划的实施,通过基因组测序,蛋白质序列测定结构解析等实验,分子生物学家提供了大量的有关生物分子的原始数据,需要利用现代计算技术对这些原始数据进行收集、整理、管理以便于检索使用。而为了解释和理解这些数据,还需要对数据进行比对、分析,建立计算模型,进行仿真、预测与验证,因而出现生物信息学,它的出现,极大的促进了分子生物学的发展。-With the human genome project implementation, through genome sequencing, protein sequencing experiments such as structural analysis, molecular biologists to provide a large amount of biological molecules of the original data, the need to use modern technology to these raw data collection, collation and management in order to facilitate retrieval use. To explain and understand these data, and data need to be compared to analysis, model, simulation, prediction and validation, therefore, bioinformatics, and its emergence has greatly promoted the development of molecular biology.
- 2022-09-17 05:10:03下载
- 积分:1
-
一个用vc编写的调度算法程序
一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
- 2022-07-07 14:27:58下载
- 积分:1
-
Extended Kalman Filter
Extended Kalman Filter-a toolkit
- 2022-04-29 02:05:23下载
- 积分:1
-
数值分析的几种典型算法
数值分析的几种典型算法-numerical analysis of several typical algorithm
- 2022-03-03 21:34:19下载
- 积分:1
-
用于分数阶刘系统数值仿真的源代码
用来进行分数阶Liu系统数值仿真的源代码――This is the program to simulate fractional-order Liu system-Used for fractional order Liu system Numerical simulation of the source code- This is the program to simulate fractional-order Liu system
- 2022-03-09 10:54:34下载
- 积分:1
-
人脸跟踪算法源码
人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码人脸跟踪算法源码
- 2022-11-18 19:00:04下载
- 积分:1
-
MD5加密源码
VC实现的MD5加密算法源码,包括完整的VC代码,可用VC6打开,编译调试,还包括测试数据和测试用例,可直接拿来使用,有很高的利用价值。也是从其他地方下载的,忘记是哪里下载的了。
- 2022-03-29 07:59:59下载
- 积分:1
-
This program is to handle all possible arithmetic operations (+,
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
- 2023-08-24 04:25:02下载
- 积分:1
-
N皇后问题, 八皇后问题, 回朔算法
八皇后问题是经典的回朔算法实例,最早与某国际象棋大师提出,问题是:“在8*8棋盘上如何摆放8个皇后使得其互相不攻击”,他认为至少有87组放法。用回溯法得到的答案是92种。
回溯法使用栈作为基础结构,基本思路是尝试走下一步,不满足条件则回退一步另择其道。因此算法基本框架是:
while(未尝试完所有情况){
前进
if (达到条件)
{
保存结果
}
回溯(stack.pop())
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-17 21:56:04下载
- 积分:1