
C++
Lostboy船长
只要思想不滑坡,方法总比困难多。进来看我博客的朋友,都是对知识有所渴望的,
希望我的分享的内容对你有所帮助。
展开
-
android 动画框架
lottie 动画框架 https://github.com/airbnb/lottie-androidcom.airbnb.lottie.LottieAnimationView android:id="@+id/animation_view" android:layout_width="wrap_content" android:layo原创 2017-05-15 11:08:50 · 655 阅读 · 0 评论 -
C Clion开发工具注册码
JetBrains授权服务器授权方法:激活时选择License server,填入http://idea.irfen.me/ 点击Active即可。原创 2017-08-21 15:57:19 · 9814 阅读 · 2 评论 -
c++ opencv 彩色转素描 素描转彩色
#include #include #include using namespace cv;using namespace std;void addColor(Mat img);int main(int argc, const char** argv){ //system("color 2f"); Mat a = imread("a2.jpg");原创 2017-10-25 18:23:16 · 1030 阅读 · 0 评论 -
c++ 服务器
#include <WinSock2.h> #include <stdio.h> #include <stdlib.h> #pragma comment(lib, "ws2_32.lib") void main(){ WSADATA wsaData; int port = 5099; char buf[] = "Server: hell...原创 2018-04-09 16:11:11 · 412 阅读 · 0 评论 -
rgb2yuv
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at ...原创 2018-05-16 11:06:26 · 604 阅读 · 0 评论