-
生物特征的自动识别技术得到广泛研究与开发,如指纹识别、掌形识别等。人脸识别是基于脸像的身份鉴别,...
生物特征的自动识别技术得到广泛研究与开发,如指纹识别、掌形识别等。人脸识别是基于脸像的身份鉴别,-Automatic biometric identification technology is widely research and development, such as fingerprint recognition, hand geometry identification. Face recognition is based on the identity of the face such as identification,
- 2022-02-22 11:49:20下载
- 积分:1
-
大家自己看吧,不错的图,希望对大家有帮助
大家自己看吧,不错的图,希望对大家有帮助-Check it out all their own, a good map, you would like to help
- 2023-01-13 22:25:03下载
- 积分:1
-
* Use Lagrange interpolation method based on N
* 用拉格朗日插值法依据N个已知数据点即使函数值
* 输入: n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* xx-插值点第一坐标
* 输出: 函数返回值所求插值点的第二坐标
-* Use Lagrange interpolation method based on N-known data points even function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation* Coordinate output : function return values for the second interpolation point coordinates
- 2022-05-30 22:13:24下载
- 积分:1
-
ELF文件格式分析及引用,从程序员的角度对ELF文件的格式,加载,执行进行了说明....
ELF文件格式分析及引用,从程序员的角度对ELF文件的格式,加载,执行进行了说明.-ELF file format analysis and quote, from the perspective of programmers ELF file format, load, the implementation described.
- 2023-04-11 08:10:03下载
- 积分:1
-
ti company msp430adc12 ultra low
ti公司超低功耗单片机msp430adc12模块-ti company msp430adc12 ultra low-power single-chip module
- 2023-01-21 20:30:04下载
- 积分:1
-
vb上传文件
资源描述
运用http上传文件到网络..... 注意可以用代理测试...顺便有模块提供给大家测试.交流
=====================================================
是不可多得的网络提交源码vb版本的.
- 2022-06-21 23:15:15下载
- 积分:1
-
1628是键盘接口与LED
sm1628是一种带键盘接口的LED驱动控制专用IC,带有内部MCU-sm1628 is a keyboard interface with LED-driven control of a dedicated IC, an internal MCU
- 2022-06-06 15:25:13下载
- 积分:1
-
汇编原理的中文课件,我是05的学生,这是老师提供的,比较新,希望可以帮到大家...
汇编原理的中文课件,我是05的学生,这是老师提供的,比较新,希望可以帮到大家-compilation of the Chinese principle of courseware, I was 05 students, it is teachers, relatively new, the desire to help everyone
- 2022-02-03 01:46:40下载
- 积分:1
-
使用层叠隐马模型解决命名实体识别问题,含有训练语料及测试预料。...
使用层叠隐马模型解决命名实体识别问题,含有训练语料及测试预料。-Implicit use of cascading Ma Named Entity Recognition Model to solve the problem, containing training materials and tests are expected words.
- 2022-02-13 08:25:03下载
- 积分:1
-
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
- 2022-06-01 01:27:57下载
- 积分:1