-
MD5的实现
MD5的实现,大家可以多看看,
- 2022-05-29 09:58:40下载
- 积分:1
-
基于wcf服务和rest服务的示例代码
应用背景解决如何编写REST和WCF客户端程序,去获取服务端的各种资源的方式,具有普遍意义。关键技术采用C#实现的基于wcf服务和rest服务的示例代码,提供针对get,post,put,delete的资源获取、序列化和反序列化方法,并采用silverlight实现web服务和数据库的连接.
- 2022-03-14 17:49:08下载
- 积分:1
-
A Genetic Algorithms and the Traveling Salesman Problem
A Genetic Algorithms and the Traveling Salesman Problem
- 2023-04-09 05:45:03下载
- 积分:1
-
数学小帮手本软件对一元,二元数学函数的分析提供帮助.可以对整个函数图形进行细致入微的观察,进行任意的缩小,放大...
数学小帮手本软件对一元,二元数学函数的分析提供帮助.可以对整个函数图形进行细致入微的观察,进行任意的缩小,放大-help the small mathematical software to a million dual function of mathematical analysis to help. Can graphics for the entire function of meticulous observation, arbitrary narrowing and enlarge
- 2022-05-20 10:32:05下载
- 积分:1
-
MESI协议
源代码采用C++实现多核缓存一致性协议。实现了MESI协议。测试用例使用4个内核运行,输入数据是内存系统上的50个请求。输出是缓存和内存的最终状态。
- 2022-05-21 13:44:41下载
- 积分:1
-
样条曲线拟合
样条曲线拟合,以简单的有理样条曲线的拟合方式,最后根据算法原理,最终需要实现NURBS曲线的生成及反算
- 2023-07-12 11:10:04下载
- 积分:1
-
最短小的dvd解码程序
最短小的dvd解码程序-shortest small DVD decoding procedures
- 2022-03-05 07:14:10下载
- 积分:1
-
矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵...
矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵乘法算法.-Linear algebra matrix multiplication is the most common operation, it is in scientific research and engineering development have a decisive role in raising the efficiency of its operations for many large academic research of the contents of papers here is to analyze the main two a matrix multiplication algorithm.
- 2023-05-04 23:35:03下载
- 积分:1
-
Phyton Capcha 解码器
验证码解码器 80%精度
-得到更柔和的图像
-选择图像
-显示文本
- 2022-11-25 16:55:03下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1