加载中
01.SpringShell环境搭建

Spring Shell 是用来开发类似于Linux Shell, Python Shell 等交互式终端应用的. 和传统的java web 应用不同, 用户和应用的交互方式不再是通过绚丽多彩的页面, 而是通过低调内涵的命令行窗口....

2022/08/15 09:51
253
从源码编译linux-4.9内核并运行一个最小的busybox文件系统(最新整理版)

关注“简说linux”,带你由浅入深学习linux内核源码。linux内核开发100讲免费教程,持续更新中。进我主页点”视频“栏目即可观看。 之前有写过一篇:《带你阅读linux内核源码:下载源码、编译...

2022/08/01 13:53
1K
搭建windows平台arm交叉编译环境

VsCode + CMake + Linaro配置交叉编译环境 采用Linaro公司的交叉编译工具。 下载VsCode和CMake 参见这里,不再赘述了。 下载Linaro 网址:https://www.linaro.org/downloads/ 根据arm 型号和...

2022/07/30 22:50
506
用C#和WPF实现图形化编程IDE

图形化编程在很多领域都应用很多,比如儿童编程、硬件控制,目前最火的两个引擎肯定应该是scratch和google blocky,很多图形化编程软件都是基于这两个引擎,比如国内编程猫使用了scratch,m...

2022/07/28 15:59
1.2K
llvm-clang-samples

说明:本帖下面的内容与 https://my.oschina.net/u/2963604/blog/5559242 以及 https://my.oschina.net/u/2963604/blog/5559236 是紧密联系的。 Note (Sep-18-2018): this repository is now...

2022/07/27 10:15
81
C/C++源代码分析工具

screader The screader is a soure code reading tool based the libclang. It is implemented by the C. The screader can work on the clang-10.0.0 now. How to build the scread: You mu...

2022/07/27 09:52
179
提取C++源代码中的所有用到的函数名

#include<iostream> #include<fstream> #include<cstring> #include<cmath> using namespace std; int total;//行数 //初始化数组为空 string str[10000]="";//预处理的数据 string str1[10...

2022/07/26 15:21
795
通过脚本提取C源代码中的函数定义

shell脚本提取.c生成函数原型 写了个脚本主要是为了给自己用的,顺带共享下。作用是提取.c文件中的函数名,生成函数原型。 #!/bin/bash sourcesfile=$1 if [[ -f $sourcesfile ]];then grep ...

2022/07/26 15:17
756
c# 语法检查

CSharpParser This is an old handwritten C# parser from 2006-8, but may be useful for looking at. Supports C#2.0 (generics). This was originally a project at codeplex https://csp...

2022/07/26 14:24
193
VisitAndConvert

How can I make a generic helper method to convert the type used by a Func from one type to another within an Expression I have a Expression<Func<IEmployee, bool>> and I want to ...

2022/07/25 15:53
42
Android Studio Run/Debug configuration error: Module not specified

有较长一段时间没有用android studio 3.2版本了,今天做一个实验时出现:Android Studio Run/Debug configuration error: Module not specified,要想解决这个问题: 1、打开根目录的setting...

2022/05/16 14:21
974
图片压缩算法汇总

1)LUBAN压缩算法 https://github.com/Curzibn/Luban 算法原理:https://github.com/Curzibn/Luban/blob/master/DESCRIPTION.md 算法原理JNI代码参考:https://github.com/Curzibn/Luban/tree...

2022/05/16 10:24
2.1K
Guetzli图片压缩算法工具

授权协议 Apache 开发语言 C/C++ 开发者 Google 注:Guetzli 使用大量的内存。您应该为每1MPix的输入图像提供300MB的内存。 注:Guetzli使用大量的CPU时间。您应该计算每1mpix的输入映像占用...

2022/05/13 13:39
279
ADI 9371相关9528/fpga

1)AD9528芯片介绍及配置详解 https://cloud.tencent.com/developer/article/1877164 2)arm开发板相册代码_AD9371SDR软件无线电平台开发板 https://blog.csdn.net/weixin_42355294/article/de...

2022/02/21 14:24
223
ADI AD9371/9375+Xilinx ZC706 No-OS初始工程搭建 ——Vivado2019.2

PL端HDL源码下载:https://github.com/analogdevicesinc/hdl/tree/hdl_2019_r2 PS端No-OS C语言嵌入式程序源码下载:https://github.com/analogdevicesinc/no-OS/tree/2019_R2/projects/ad9...

2022/02/15 21:09
939
fpga在线升级 linux_Xilinx zynq-7000系列FPGA移植Linux操作系统详细教程

Xilinx zynq-7000系列FPGA移植Linux操作系统详细教程 一:前言 最近手上压了一块米联客的Miz7035,一块xilinx zynq-7000系列的开发板,想着正好学习一下linux在ARM9上的移植,网上基本都是Z...

2022/01/26 12:16
1.7K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部