-
软件应用程序包括程序原代码和程序控制语句的工具。 应用编程接口(...):使用反映诸如指纹、眼球血管图像或声音图像的个体特征对... text):明文通过加密算...
软件应用程序包括程序原代码和程序控制语句的工具。 应用编程接口(...):使用反映诸如指纹、眼球血管图像或声音图像的个体特征对... text):明文通过加密算法转换的结果。数据的明文消息的加密形式-software applications, including procedures for the original code and program control statements tools. Application Programming Interface (...): reflect such as the use of fingerprints, eye vascular image or sound image characteristics of the individual ... text) : specifically through encryption algorithm change the outcome. Data encryption expressly information form
- 2022-02-14 13:19:38下载
- 积分:1
-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格....
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This procedure is brushless motor control procedures, in-kind in the adoption by the debugger. The performance indicators were qualified.
- 2022-03-17 14:57:29下载
- 积分:1
-
老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口...
老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
- 2022-05-18 12:27:40下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
读入图像,对图像进行分析,用于堆积体数字图像边缘检测-RGBHSI
说明: 读入图像,对图像进行分析,用于堆积体数字图像边缘检测(Edge Detection of Accumulated Digital Images)
- 2020-06-21 06:20:02下载
- 积分:1
-
myFFT
对每一行为一个离散信号的信号矩阵进行FFT,输出频域信号矩阵和采样频率(FFT of the signal matrix, and the output is the spectrum matrix and the sampled frequency)
- 2020-12-23 10:19:07下载
- 积分:1
-
AppleMusic
AppleMusic,实现小程序端AppleMusic的播放(Realization of AppleMusic playback at Mini Programs end by AppleMusic)
- 2019-05-20 17:42:38下载
- 积分:1
-
割平面法
说明: 使用割平面法求解整数规划问题的matlab程序(Matlab program for solving integer programming problems by cutting plane method)
- 2019-06-06 15:55:30下载
- 积分:1
-
种子点相关的代码分析 homework1_zzh
种子点相关的代码分析,主要是提取了楔前叶的的数据,最后将该部位和整个大脑都做了依次相关分析,将最相关区域取出来。(The code analysis related to the seed point mainly extracts the data of the anterior wedge, and finally analyzes the part and the whole brain in turn, and takes out the most relevant area.)
- 2020-06-22 03:00:02下载
- 积分:1
-
代理IP压力测试
代理IP压力测试,黑客攻击服务器必备的软件(Proxy IP stress testing, hackers attack server essential software)
- 2018-08-31 10:36:35下载
- 积分:1