嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Morn源码
C语言的基础工具和基础算法库包括数据结构图像处理音频处理机器学习等
.
├── Morn
│ ├── LICENSE
│ ├── README.md
│ ├── doc
│ │ ├── Morn:MTensor张量.md
│ │ ├── Morn:ini文件.md
│ │ ├── Morn:json文件.md
│ │ ├── Morn矩阵.md
│ │ ├── Morn链表.md
│ │ ├── Morn内存块.md
│ │ ├── Morn:图像.md
│ │ ├── Morn:容器.md
│ │ ├── Morn:排序.md
│ │ ├── Morn:日志.md
│ │ ├── Morn:映射.md
│ │ ├── Morn:约定.md
│ │ ├── Morn:绘图.md
│ │ ├── Morn:编译.md
│ │ ├── Morn:容器2.md
│ │ ├── Morn默认参数.md
│ │ ├── Morn:二叉树.md
│ │ ├── Morn:内存池.md
│ │ ├── Morn:线程池.md
│ │ ├── Morn:内存监查.md
│ │ ├── Morn:图像缩放.md
│ │ ├── Morn:大数运算.md
│ │ ├── Morn:平面几何.md
│ │ ├── Morn:异常处理.md
│ │ ├── Morn:排列组合.md
│ │ ├── Morn:曲线拟合.md
│ │ ├── Morn:栈和队列.md
│ │ ├── Morn文件加密解密.md
│ │ ├── Morn:傅里叶变换.md
│ │ ├── Morn:命令行解析.md
│ │ ├── Morn:图像数据流.md
│ │ ├── Morn:时间和日期.md
│ │ ├── Morn:线程流水线.md
│ │ ├── Morn:图像坐标变换.md
│ │ ├── Morn:图像颜色空间.md
│ │ ├── Morn:深度学习框架.md
│ │ ├── Morn:视频背景提取.md
│ │ ├── Morn:图像坐标变换2.md
│ │ ├── Morn:图像加载和保存.md
│ │ ├── Morn:数学表达式运算.md
│ │ ├── README_CN.md
│ │ ├── logo.PNG
│ │ ├── test.jpg
│ │ ├── test2.jpg
│ │ ├── test_Transform_out1.jpg
│ │ ├── test_Transform_out2.jpg
│ │ ├── test_Transform_out3.jpg
│ │ ├── test_Transform_out4.jpg
│ │ ├── test_Transform_out5.jpg
│ │ ├── test_Transform_out6.jpg
│ │ ├── test_affine.jpg
│ │ ├── test_binary.jpg
│ │ ├── test_binary_area.png
│ │ ├── test_binary_bin.png
│ │ ├── test_binary_bin2.png
│ │ ├── test_binary_denoise.png
│ │ ├── test_binary_edge.png
│ │ ├── test_binary_edge_rect.png
│ │ ├── test_draw.png
│ │ ├── test_geometry.jpg
│ │ ├── test_geometry_bin.jpg
│ │ ├── test_geometry_rst1.bmp
│ │ ├── test_geometry_rst2.bmp
│ │ ├── test_memory.png
│ │ ├── test_memory2.png
│ │ ├── test_perspective.jpg
│ │ ├── test_resize1.jpg
│ │ ├── test_resize2.jpg
│ │ ├── test_resize3.jpg
│ │ ├── test_rotate.jpg
│ │ ├── test_transform.jpg
│ │ ├── 容器.PNG
│ │ ├── 拟合.PNG
│ │ ├── 日志.PNG
│ │ ├── 拟合2.PNG
│ │ ├── 二值图.PNG
│ │ ├── 内存池.PNG
│ │ ├── 图片缩放.PNG
│ │ ├── 容器排序.PNG
│ │ └── 傅里叶变换.PNG
│ ├── gnu_makefile
│ ├── include
│ │ ├── morn_image.h
│ │ ├── morn_math.h
│ │ ├── morn_ptc.h
│ │ ├── morn_tensor.h
│ │ ├── morn_util.h
│ │ └── morn_wave.h
│ ├── lib
│ │ ├── x64_gnu
│ │ │ └── ReadMe.md
│ │ ├── x64_mingw
│ │ │ └── ReadMe.md
│ │ └── x64_msvc
│ │ └── ReadMe.md
│ ├── mingw_makefile
│ ├── msvc_makefile
│ ├── src
│ │ ├── deep_learning
│ │ │ ├── morn_learning_net.c
│ │ │ ├── morn_learninig_loss.c
│ │ │ ├── morn_tensor.c
│ │ │ ├── morn_tensor_activation.c
│ │ │ ├── morn_tensor_batch_normlize.c
│ │ │ ├── morn_tensor_caculate.h
│ │ │ ├── morn_tensor_channel.c
│ │ │ ├── morn_tensor_connect.c
│ │ │ ├── morn_tensor_conv.c
│ │ │ ├── morn_tensor_conv2.c
│ │ │ ├── morn_tensor_data.c
│ │ │ ├── morn_tensor_deconv.c
│ │ │ ├── morn_tensor_detect.c
│ │ │ ├── morn_tensor_in_out.c
│ │ │ ├── morn_tensor_mul.c
│ │ │ ├── morn_tensor_noise.c
│ │ │ ├── morn_tensor_pool.c
│ │ │ ├── morn_tensor_reshape.c
│ │ │ └── morn_tensor_resize.c
│ │ ├── image
│ │ │ ├── morn_image.c
│ │ │ ├── morn_image_IO.c
│ │ │ ├── morn_image_binary.c
│ │ │ ├── morn_image_caculate.h
│ │ │ ├── morn_image_color.c
│ │ │ ├── morn_image_convert.c
│ │ │ ├── morn_image_draw.c
│ │ │ ├── morn_image_file.c
│ │ │ ├── morn_image_filter.c
│ │ │ ├── morn_image_geometry.c
│ │ │ ├── morn_image_geometry2.c
│ │ │ ├── morn_image_gradient.c
│ │ │ ├── morn_image_hist.c
│ │ │ ├── morn_image_integration.c
│ │ │ ├── morn_image_morphology.c
│ │ │ ├── morn_image_resize.c
│ │ │ ├── morn_image_segment.c
│ │ │ ├── morn_image_seperate.c
│ │ │ ├── morn_image_seperate2.c
│ │ │ ├── morn_image_shape.c
│ │ │ ├── morn_image_similarity.c
│ │ │ ├── morn_image_target.c
│ │ │ ├── morn_image_thresh.c
│ │ │ ├── morn_image_transform.c
│ │ │ ├── morn_image_transform2.c
│ │ │ └── morn_vedio_background.c
│ │ ├── math
│ │ │ ├── morn_MAT_file.c
│ │ │ ├── morn_caculate.c
│ │ │ ├── morn_fit_LSM.c
│ │ │ ├── morn_gaussian.c
│ │ │ ├── morn_large_integer.c
│ │ │ ├── morn_math_common.c
│ │ │ ├── morn_matrix.c
│ │ │ ├── morn_matrix2.c
│ │ │ ├── morn_regression.c
│ │ │ └── morn_sort.c
│ │ ├── ptc
│ │ │ ├── morn_buffer.c
│ │ │ ├── morn_message.c
│ │ │ ├── morn_pipeline.c
│ │ │ ├── morn_process.c
│ │ │ ├── morn_thread.c
│ │ │ └── morn_thread_pool.c
│ │ ├── util
│ │ │ ├── morn_DES.c
│ │ │ ├── morn_INI.c
│ │ │ ├── morn_JSON.c
│ │ │ ├── morn_TAR.c
│ │ │ ├── morn_array.c
│ │ │ ├── morn_btree.c
│ │ │ ├── morn_chain.c
│ │ │ ├── morn_file.c
│ │ │ ├── morn_file_list.c
│ │ │ ├── morn_list.c
│ │ │ ├── morn_log.c
│ │ │ ├── morn_map.c
│ │ │ ├── morn_memory.c
│ │ │ ├── morn_memory_block.c
│ │ │ ├── morn_sheet.c
│ │ │ ├── morn_string.c
│ │ │ ├── morn_table.c
│ │ │ ├── morn_time.c
│ │ │ ├── morn_tree.c
│ │ │ └── morn_universal.c
│ │ ├── wave
│ │ │ ├── morn_PSwave_filter.c
│ │ │ ├── morn_WAV_file.c
│ │ │ ├── morn_audio_volume.c
│ │ │ ├── morn_wave.c
│ │ │ ├── morn_wave_FFT.c
│ │ │ ├── morn_wave_filter.c
│ │ │ ├── morn_wave_normalize.c
│ │ │ ├── morn_wave_pitch.c
│ │ │ ├── morn_wave_preprocess.c
│ │ │ ├── morn_wave_resample.c
│ │ │ └── morn_wave_shape.c
│ │ └── wrap
│ │ ├── morn_JPG.c
│ │ ├── morn_PNG.c
│ │ ├── morn_USB_Camera.cpp
│ │ ├── morn_blas.c
│ │ └── morn_socket.c
│ ├── test
│ │ ├── test_INI_file.c
│ │ ├── test_INI_file.ini
│ │ ├── test_JSON_file.c
│ │ ├── test_JSON_file.json
│ │ ├── test_JSON_file2.c
│ │ ├── test_JSON_file2.cpp
│ │ ├── test_UDP.c
│ │ ├── test_array2.cpp
│ │ ├── test_binary.cpp
│ │ ├── test_blas.c
│ │ ├── test_caculate.c
│ │ ├── test_cl.c
│ │ ├── test_cl2.c
│ │ ├── test_cl3.cpp
│ │ ├── test_clblas.c
│ │ ├── test_color_convert.c
│ │ ├── test_datatype.c
│ │ ├── test_event.c
│ │ ├── test_fft.c
│ │ ├── test_fft2.c
│ │ ├── test_fit_LSM.c
│ │ ├── test_geometry.c
│ │ ├── test_geometry2.cpp
│ │ ├── test_geometry3.c
│ │ ├── test_image_binary.c
│ │ ├── test_image_binary2.c
│ │ ├── test_image_draw.c
│ │ ├── test_image_resize.c
│ │ ├── test_image_resize2.cpp
│ │ ├── test_interpolation.c
│ │ ├── test_json.json
│ │ ├── test_large_integer.c
│ │ ├── test_list.c
│ │ ├── test_list2.cpp
│ │ ├── test_list_sort.cpp
│ │ ├── test_log.c
│ │ ├── test_log2.cpp
│ │ ├── test_map.c
│ │ ├── test_map2.cpp
│ │ ├── test_map3.cpp
│ │ ├── test_matrix.c
│ │ ├── test_memory.c
│ │ ├── test_memory2.c
│ │ ├── test_message.c
│ │ ├── test_message1.c
│ │ ├── test_message2.c
│ │ ├── test_message3.c
│ │ ├── test_message4.c
│ │ ├── test_minist.c
│ │ ├── test_minist.ini
│ │ ├── test_minist.morn
│ │ ├── test_permutation_combination.c
│ │ ├── test_pipeline.c
│ │ ├── test_process_mutex.c
│ │ ├── test_queue.c
│ │ ├── test_signal.c
│ │ ├── test_sort.c
│ │ ├── test_sort2.cpp
│ │ ├── test_temp_transform.c
│ │ ├── test_tensor.c
│ │ ├── test_thread.c
│ │ ├── test_thread_pool.c
│ │ ├── test_time.c
│ │ ├── test_transform.c
│ │ └── test_transform2.cpp
│ └── tool
│ ├── caculate.c
│ ├── crypt.c
│ ├── hashvalue.c
│ ├── imageformat.c
│ └── morn_help.h
└── Morn源码.rar
17 directories, 262 files