pro_or_gram
码龄11年
  • 46,757
    被访问
  • 10
    原创
  • 503,019
    排名
  • 13
    粉丝
  • 0
    铁粉
关注
提问 私信

个人简介:Just let's do it, not only on the paper!

IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:上海市
  • 加入CSDN时间: 2011-04-30
博客简介:

pro_or_gram的专栏

博客描述:
every right implies a responsibility; every opportunity, an obligation; every possession, a duty
查看详细资料
个人成就
  • 获得2次点赞
  • 内容获得2次评论
  • 获得1次收藏
创作历程
  • 1篇
    2019年
  • 3篇
    2017年
  • 2篇
    2013年
  • 10篇
    2012年
  • 13篇
    2011年
成就勋章
TA的专栏
  • qcom charging
    1篇
  • 数学
  • Python-Learning
    3篇
兴趣领域 设置
  • 人工智能
    opencv计算机视觉机器学习深度学习tensorflowpytorch图像处理
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

barrier_ubuntu和windows共享鼠标键盘的应用

发布资源 2020.09.27 ·
7z

pmw3100, jeita->fg->charger

too cold, cold, hot, too hot configuration in fg registers.0x00004162 FG_BATT_INFO_JEITA_TOO_COLD0x00004163 FG_BATT_INFO_JEITA_COLD0x00004164 FG_BATT_INFO_JEITA_HOT0x00004165 FG_BATT_INFO_JEIT...
原创
发布博客 2019.11.18 ·
136 阅读 ·
0 点赞 ·
0 评论

ubuntu install coderunner error - Error running 'requirements_debian_update_system ruby-1.9.3-p551',

Recently, I want to install coderunner in Ubuntu 12.04.The guide is here.https://github.com/coderunner-framework/coderunner/wiki/Installing-CodeRunnerDuring this process, an error is encou
原创
发布博客 2017.12.26 ·
697 阅读 ·
2 点赞 ·
0 评论

[Keyword]关键字

Perception : minimize misclassification errorsSupport Vector Machine(SVM) : maximize the margin
原创
发布博客 2017.12.18 ·
308 阅读 ·
0 点赞 ·
0 评论

[Python][Numpy] ValueError: Integers to negative integer powers are not allowed.

The code snippet is as follows:>>> for c in np.arange(-5, 5):...     lr = LogisticRegression(C=np.int(10**c), random_state=0) ... Traceback (most recent call last):  File "", line 2, in
原创
发布博客 2017.12.18 ·
5177 阅读 ·
0 点赞 ·
0 评论

ecos linker script

ecos linker script
原创
发布博客 2013.11.27 ·
1287 阅读 ·
0 点赞 ·
0 评论

在嵌入式环境中如何使用busybox中的ulimit

最近在弄MIPS板子上的coredump, 遇到了ulimit的问题. 使用的是busybox 1.20.1版本,在其menuconfig中,shell utilities中的ash和hush, 及其子选项都选上了.然后make install, 重新构建root fs.下载到板子上,重启,进入linux cmdline, 输入 ulimit -c unlimited,设置coredu
翻译
发布博客 2013.11.13 ·
5518 阅读 ·
0 点赞 ·
2 评论

Ubuntu Emacs23中,去到某一行的命令。

ubuntu的Linux,在emacs23中打算去到某一行,使用M-g 或者 M-x goto-line 命令却起不到作用。在如下的链接中,找到了答案。输入 M-g-g 命令, 就会 提示Goto line:  在冒号后面输入目的行号就OK了。http://www.stylesen.org/emacs_goto_line原文如下:Emacs go
转载
发布博客 2012.02.29 ·
2031 阅读 ·
0 点赞 ·
0 评论

在Ubuntu下,建立下载image文件到Mini2440或者TQ2440开发板的环境

如果需要转载本文,就注明本文出处,谢谢。众所周知,在做这类嵌入式开发,尤其是我们自己在玩开发板的时候,一般,都需要建立起一个下载的环境。通常,串口工具软件会使用标准的COMx端口与目标开发板进行通信,控制与显示,而下载image文件到目标开发板,通常用并口或者USB口。很遗憾的是,随着电子技术,通信技术的发展,并口,串口这类接口正在退出舞台,逐渐成为历史。
原创
发布博客 2012.02.21 ·
1555 阅读 ·
0 点赞 ·
0 评论

解决 (emacs23:4451): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap"

使用的LInux OS是ubuntushawn@shawn-ThinkPad-T410:~$ uname -aLinux shawn-ThinkPad-T410 3.0.0-15-generic-pae #26-Ubuntu SMP Fri Jan 20 17:07:31 UTC 2012 i686 i686 i386 GNU/Linux安装了emacs23 shawn@
翻译
发布博客 2012.02.12 ·
1821 阅读 ·
0 点赞 ·
0 评论

Build an embedded Linux distro from scratch 从无到有打造Linux发布包 之4 引导程序

英文原文见于http://www.ibm.com/developerworks/linux/tutorials/l-embedded-distro/section5.htmlBoot loadersWhat is a boot loader?A boot loader (or bootstrap loader) is a program that loads another
翻译
发布博客 2012.02.08 ·
1139 阅读 ·
0 点赞 ·
0 评论

Build an embedded Linux distro from scratch 从无到有打造Linux发布包 之3 构建内核

英文原文来自http://www.ibm.com/developerworks/linux/tutorials/l-embedded-distro/section4.htmlBuilding the kernelDownloading the sourceDownload Technologic's Linux source and TS-7800 co
翻译
发布博客 2012.02.02 ·
788 阅读 ·
0 点赞 ·
0 评论

Build an embedded Linux distro from scratch 从无到有打造Linux发布包 之2 交叉编译

英文原文出现在http://www.ibm.com/developerworks/linux/tutorials/l-embedded-distro/section3.htmlCross-compilationWhat is cross-compiling?Cross-compiling is using a compiler on one system t
翻译
发布博客 2012.02.01 ·
1389 阅读 ·
0 点赞 ·
0 评论

Build an embedded Linux distro from scratch 从无到有打造Linux发布包 之1 闲言碎语

英文原文出现在http://www.ibm.com/developerworks/linux/tutorials/l-embedded-distro/index.htmlSummary:  Learn how to build a custom Linux® distribution to use in an embedded environment, in this case t
翻译
发布博客 2012.01.31 ·
1194 阅读 ·
0 点赞 ·
0 评论

The Linux Bootdisk HOWTO 之 4. Building a root filesystem 构建根文件系统

4. Building a root filesystemCreating the root filesystem involves selecting files necessary for the system to run. In this section we describe how to build a compressed root filesystem. A less co
翻译
发布博客 2012.01.30 ·
2253 阅读 ·
0 点赞 ·
0 评论

The Linux Bootdisk HOWTO 之 3. Bootdisks and the boot process 启动盘与启动过程

3. Bootdisks and the boot processA bootdisk is basically a miniature, self−contained Linux system on a diskette. It must perform many of the same functions that a complete full−size Linux system p
翻译
发布博客 2012.01.18 ·
926 阅读 ·
0 点赞 ·
0 评论

Creating a Root File System for Linux on OMAP35x - 为Linux基于OMAP35x创建根文件系统

本文原载于http://processors.wiki.ti.com/index.php?title=Creating_a_Root_File_System_for_Linux_on_OMAP35x翻译文章,转载本文请标明出处,谢谢。今天,我们只关注root file system的创建,并不聚焦具体的芯片是什么。ABSTRACT A Lin
翻译
发布博客 2012.01.16 ·
3841 阅读 ·
0 点赞 ·
0 评论

Linux Filesystem Hierarchy 之 /boot

1.4. /boot This directory contains everything required for the boot process except for configuration files not needed at boot time (the
翻译
发布博客 2011.10.19 ·
874 阅读 ·
0 点赞 ·
0 评论

使用ELDK 5.0编译U-BOOT中的smdk2410

准备玩玩ARM板子了,今天尝试着建立一下编译环境。U-BOOT的ELDK已经发到5.0版本了。而且,相较以前的ELDK版本,这个版本的安装路径不能在重定位了,规定死了要安装在 /opt/eldk-5.0/ 目录下,所以我预先建立了/opt/eldk-5.0/路径。ro
原创
发布博客 2011.10.14 ·
1001 阅读 ·
0 点赞 ·
0 评论

Linux Filesystem Hierarchy 之 /bin

1.3. /bin Unlike /sbin, the bin directory containsseveral useful commands that are of use to both the system administrator as well as no
翻译
发布博客 2011.10.13 ·
505 阅读 ·
0 点赞 ·
0 评论
加载更多