虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

CD-EWAVR-5511(IAR)

  • Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性

    Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : cp source target #将文件source 复制为 target; cp /root/source . #将/root 下的文件source 复制到当前目录; cp –av soure_dir target_dir #将整个目录复制,两目录完全一样; cp –fr source_dir target_dir #将整个目录复制,并且是以非链接方式复制,当source 目 录带有符号链接时,两个目录不相同。 4 删除 – rm :

    标签: ls Linux 命令 方式

    上传时间: 2014-01-18

    上传用户:TF2015

  • shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的

    shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 这一步需要root权限 使用方法: shc -r -f script-name 注意:要有-r选项, -f 后跟要加密的脚本名. 运行后会生成两个文件,script-name.x 和 script-name.x.c script-name.x是加密后的可执行的二进制文件. ./script-name 即可运行. script-name.x.c是生成script-name.x的原文件(c语言)

    标签: shell 脚本 shc 加密

    上传时间: 2013-12-21

    上传用户:wfeel

  • C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom

    C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    标签: AppWizard indicate custom source

    上传时间: 2016-03-12

    上传用户:cazjing

  • Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from w

    Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it, #tar -zxvf sqlite-3.3.6.tar.gz change into the sqlite-3.3.6 directory cd sqlite-3.3.6

    标签: cross-compiler arm-linux-gcc Compile SQLite

    上传时间: 2016-03-14

    上传用户:qb1993225

  • linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识

    linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls ) 二 切换目录(不处理路径名)。(命令输cd dir_name 或cd/ 或cd.. ) 三 删除当前目录下的文件。(命令输入 del filename )

    标签: linux 文件系统 实验 文件管理

    上传时间: 2014-01-17

    上传用户:

  • 这个bash脚本是为了我自己方便而写的

    这个bash脚本是为了我自己方便而写的,我想它也会给别人带来方便。 使用方法:把脚本的内容copy到你的~/.bashrc文件中就可以了。登录到linux环节之后,你可以使用 lsd 命令列出最近使用过的一些目录,可以使用"cd <数字>"的形式切换到那个目录。 版权 ==== 没有:)

    标签: bash 脚本

    上传时间: 2014-01-22

    上传用户:shizhanincc

  • 利用AD976采一个陀螺仪的数据

    利用AD976采一个陀螺仪的数据,从而计算出陀螺仪的方位角度。开发环境MSP430 IAR;

    标签: 976 AD 陀螺仪 数据

    上传时间: 2016-03-27

    上传用户:daguda

  • ATMEL公司的开发环境

    ATMEL公司的开发环境,鼎鼎大名的IAR,软件就不传了,在网站上都有,现在发的是KEY我用的就是这个

    标签: ATMEL 开发环境

    上传时间: 2013-12-15

    上传用户:wcl168881111111

  • STR912的中断控制器的应用例子

    STR912的中断控制器的应用例子,关于中断嵌套的应用。开发环境为IAR EWARM,

    标签: STR 912 中断控制器

    上传时间: 2014-01-27

    上传用户:linlin

  • linux的神奇利器.KDE是什么

    linux的神奇利器.KDE是什么,有什么特点?GNOME是什么,有什么特点?在Linux下如何播放CD?

    标签: linux KDE

    上传时间: 2013-12-04

    上传用户:zhliu007