logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

c++ 解析zip文件,实现对流式文件pptx内容的修改

【代码】c++ 解析zip文件,实现对流式文件pptx内容的修改。

文章图片
#c++#开发语言#c语言
c++实现Mat和字节流、Base64的互转

base64编码和解码#include <stdlib.h>#include <string.h>#include <iostream>#include

文章图片
python搭建GUI第三方库gooey入门

python 搭建UI交互界面的第三方库

解决centos7安装cuda10.2报错 Install of driver component failed.

系统驱动与nvidia-driver冲突原因:ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before proceeding.参考文献https://forum

c++计算排列组合数C(m,r),解决走方格问题

计算组合数C(m,r)=m!/(r!*(m-r)),其中m,r均为正整数,且m&gt;r。代码如下:#include&lt;iostream&gt;using namespace std;long factorial(long number){if(number&lt;=1)return 1;elsereturn number*factorial(number...

python调用c++的动态库,实现结构体类型、数组之间的参数传递

python的ctypes库学习笔记----调用DLL和sopython调用C++编译生成的动态链接库,包括DLL或者.so,需要用到ctypes库的方法ctypes是一个用于Python的外部函数库,它提供C兼容的数据类型,并允许在DLL或共享库中调用函数。解决调用过程中出现OSError: exception: access violation reading 0x00000000000000

文章图片
matlab切片操作

matlab切片访问matlab切片访问包括索引值所在的行列,且索引值从1开始,c或者python是从0开始>> ab = [1,2,1,3; 2,6,5,7; 7,3,2,0]ab =121326577320>> size(ab)ans =34>> b = ab(:, 2:4) %取第2-4列所在

快速解决matlab出现错误使用mex,未找到支持的编译器或 SDK的提示

matlab: mex命令提示找不到编译器或SDK参考地址:https://blog.csdn.net/cfqcfqcfqcfqcfq/article/details/63295746?utm_source=blogxgwz1

#matlab
python使用opencv实现图像处理亮度调节+旋转+归一化

opencv_图像归一化#include <cv.h>#include <highgui.h>void zscoreNormalize(const cv::Mat& src, cv::Mat& dst){// compute mu and mu squaredcv::Mat mu(src.size(), src.type());cv...

#opencv
    共 18 条
  • 1
  • 2
  • 请选择