-
uvm_axi-master
axi uvm vip, verification model (axi system verilog )
- 2020-12-16 11:09:13下载
- 积分:1
-
retinex_mccann99
说明: Matlab通过函数imread读取RGB图像,并通过维数m*n*3的矩阵来表示。其中,维数mn表示图像的行数列数信息,维数3表示图像的RGB三层通道数据。因此,全局直方图处理通过对RGB图像的RGB三通道分别进行直方图均衡化,再整合到新的图像的方式进行。(Matlab reads the RGB image through the function imread and is represented by the matrix of the dimension m*n*3. Among them, the dimension mn represents the row sequence information of the image, and the dimension 3 represents the RGB three-layer channel data of the image. Therefore, the global histogram processing is carried out by equalizing the RGB three channels of the RGB image and integrating them into the new image.)
- 2019-03-28 16:26:16下载
- 积分:1
-
使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符...
使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
- 2023-07-23 20:25:02下载
- 积分:1
-
[42]DVD2XviD-20031206
高品质DVDRip制作进阶教程 个人认为很不错的一个教程,从第一次压DVD以来一直都以这个教程为蓝本.推荐给想用DVD压出高质量AVI的朋友.
(Production of high-quality DVDRip Advanced Tutorial personally think that' s a very good tutorial from the first press DVD with this tutorial has been modeled. Recommend to want to use high-quality DVD compression AVI friend.)
- 2009-12-09 16:13:12下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
用VF所编的管理系统
用VF所编的管理系统-with VF prepared by the Management System
- 2022-06-13 13:35:31下载
- 积分:1
-
OpenFlight-master
主要用于飞行器仿真,提供源码框架,可进行二次开发。(An open source flight simulation and software infrastructure)
- 2020-10-21 09:37:24下载
- 积分:1
-
这是低精度光纤捷联惯导与GPS组合的博士论文,内容丰富,希望对需要的人有用!...
这是低精度光纤捷联惯导与GPS组合的博士论文,内容丰富,希望对需要的人有用!-This is a low-accuracy fiber-optic strapdown inertial navigation and GPS combination of doctoral dissertation, rich in content, in the hope that those who need it useful!
- 2022-02-04 04:32:55下载
- 积分:1
-
Whook 7.587-83
whook, nao posso escrever mais porque nao entendo chines e os campso vao ficar assim mesmo ta bom, entao ta, valeu falou vou fumar, olha ali o superman, no ceu tem pao e morreu.
- 2020-06-23 15:20:01下载
- 积分:1
-
VC++开发的信号编码器
VC++开发的信号编码器,输入波形后,可以设置不同的编辑类型:NRZ法编码、单极归零码、双级非归零、双极归零码、AMI法编码、HDB3编码法等,并根据这些设置选项生成波形图,貌似有点专业呵。
- 2023-03-10 07:05:03下载
- 积分:1