-
详细的记载了CRC算法的具体过程
详细的记载了CRC算法的具体过程- Detailed record CRC algorithm concrete process
- 2022-04-06 20:50:28下载
- 积分:1
-
数值处理算法源代码
数值处理算法源代码-numerical algorithm source code
- 2022-01-25 23:09:55下载
- 积分:1
-
最短路径语言源代码实现的若干计划
多段图的最短路径 c语言实现源代码
可以运行-A number of plans the shortest path c language source code implementation
- 2022-05-08 18:49:56下载
- 积分:1
-
停车场管理系统
停车场是一个可停放 n 辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端)。若停车场内已经停满 n辆车,那么后来的车只能在门外的便道上等候。一旦有车开走,则排在便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场。每辆停放在车场的车在它离开停车场时必须按它停留的时间长短缴纳费用。
- 2022-06-17 19:13:57下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1
-
33届acm亚洲区域赛成都赛区1001题源码
33届acm亚洲区域赛成都赛区1001题源码-33rd acm Chengdu Asian Regional Conference tournament title of 1001 source
- 2023-02-08 15:15:03下载
- 积分:1
-
汇编数摸动态转换
汇编数摸动态转换-Compilation of a few touch dynamic conversion
- 2023-04-06 08:30:03下载
- 积分:1
-
matrix operations such as matrix inversionmethods,It is part of java3d project...
java 写的matrix等的一些操作,含有矩阵求逆等方法,是java3d的一部分。https://java3d.dev.java.net/binary-builds.html -matrix operations such as matrix inversionmethods,It is part of java3d project. https:// java3d.dev.java.net/binary-builds.html
- 2022-02-22 08:10:23下载
- 积分:1
-
本例子演示了如何利用fortran90接口写一个3维变量,并添加属性...
本例子演示了如何利用fortran90接口写一个3维变量,并添加属性-This example shows how to use fortran90 interface to write a three-dimensional variable, and add a property
- 2022-03-25 11:23:12下载
- 积分:1
-
这是AES算法在网络安全中的源代码。
This the source code of AES algorithm which is used in network security.-This is the source code of AES algorithm which is used in network security.
- 2022-04-15 09:03:42下载
- 积分:1