-
opencv
opencv,python去除视频水印,去除视频流水印(Video watermarking removal by opencv and python)
- 2021-05-07 04:58:36下载
- 积分:1
-
MATLAB智能算法30个案例分析——源代码
说明: 神经网络案例,类容丰富,对即将参加美赛的小伙伴有帮助,附有代码哦(Previous contest papers, rich in class, will be helpful to the small partners who will participate in the contest.)
- 2020-06-15 22:35:01下载
- 积分:1
-
DAvE_XC866_v2.3
making infenen easy .you can use it product code such cdd, cpu and adc and so on.
- 2020-06-22 09:00:02下载
- 积分:1
-
arrangements
说明: 根据回避原则,要求评委不能阅自己学校的试卷,请给出试卷合理的均衡分配方案的数学模型,使各评委阅卷工作量均衡(In accordance with the principle to avoid asking the judges can not read the papers in their own school, please give a balanced and rational distribution of papers in the mathematical model of the program to balance the workload of the judges scoring)
- 2009-08-21 13:23:12下载
- 积分:1
-
相关程序
说明: 局部阴影下的最大功率点追踪,实现mppt功能(Maximum power point tracking under local shadow to achieve MPPT function)
- 2019-12-30 10:31:29下载
- 积分: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
-
gps
matlab code for lms algorithm
- 2018-03-21 00:45:14下载
- 积分:1
-
nandflash的电子硬盘详细设计资料,方便你将disk-on-chip嵌入到你自己的应用系统中-nandflash electronic disk detailed design information, You will facilitate disk-on-chip embedded into your own application system
- 2022-01-21 19:16:53下载
- 积分:1
-
sdd_UIDesigner_V1
由本人开发的maya ui生成工具,所见即所得ui设计工具,帮助开发者脱离文档直接创建ui.简单方便易用,能生成python和mel两种语言ui代码.
本程序为纯python语言开发,支持maya2013和以上版本(Developed by me Maya UI generation tools, WYSIWYG UI design tools to help developers from the document, directly create ui., simple, convenient and easy to use, you can generate Python and Mel two languages UI code)
- 2017-06-14 15:08:09下载
- 积分:1
-
Ads
求生之路房间循环文字广播插件源码VERSION 0.5(L4D2 Cyclic Text Broadcasting Plugin Source Code)
- 2020-06-17 22:40:02下载
- 积分:1