-
在COMSOL Multiphysics模拟悬臂
Cantilever simulations in COMSOL Multiphysics
- 2022-04-30 08:46:35下载
- 积分:1
-
一个计算方法的课程设计经典算法的集合
一个计算方法的课程设计经典算法的集合-a calculation method of curriculum design a collection of classical algorithm
- 2023-07-19 21:20:03下载
- 积分:1
-
簡易五則運算
無照先乘除後加減優先運算規則
- 2022-06-14 23:11:26下载
- 积分: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
-
逆波兰式源码
逆波兰式源码-Reverse Polish-type source
- 2022-02-20 06:06:23下载
- 积分:1
-
大数运算,生成两个随机大数,然后计算他们的和,差等
大数运算,生成两个随机大数,然后计算他们的和,差等-Computation of large numbers to generate two random large numbers, and then calculate them and, poor
- 2022-04-24 02:19:26下载
- 积分:1
-
飞控授权系统
本飞控授权系统是基于STM32F103平台开发的,服务器通过GPRS通讯对飞控控制盒进行授权控制,控制盒可以记录7天的飞行轨迹,并发往服务器计算收费处理。
- 2022-11-16 01:45:03下载
- 积分:1
-
Plane truss VB source code, very valuable learning finite element code, and shar...
平面桁架VB源程序,非常有学习价值的有限元代码,共享给大家-Plane truss VB source code, very valuable learning finite element code, and shared to everyone
- 2022-12-12 21:15:03下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
条形码扫描
采用MFC建立框架,可以对条形码进行扫描,相同则可通过,不同就不能正确通过扫描
- 2022-03-05 02:38:05下载
- 积分:1