X射线CT
X射线CT技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
X射线CT 全部资料 500 份
Small RTOSARMsmall_rtosV1.20.x for LPC2104
Small RTOS\ARM\small_rtosV1.20.x for LPC2104
2016-08-11
163
OS X((Intel) 2_1_10.dmg
资料->【B】电子技术->【B5】通信技术->【1】通信协议->【USB、OTG】->USB开发资料->USB 2.0 to RS232 Cable->driver->MAC->OS X((Intel) 2_1_10.dmg
2024-12-26
9
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
2017-07-07
39
Solving nonlinear equations using Newton s and Transversal methods for function x=exp(-x^2)
Solving nonlinear equations using Newton s and Transversal methods for function x=exp(-x^2)
2017-09-28
165
分治法解决最近对问题 画一条垂直线x=c
分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为...
2013-12-26
39