03 2016 档案
摘要:因为 profile 是所有用户都可以使用的,类似于 windows 中的系统变量 而 .bashrc 只有该所属用户可使用,类似于windows 中的用户变量 http://blog.chinaunix.net/uid-29532371-id-4616525.html
阅读全文
摘要:1 需求 在文件 h264.txt 中的数据如图1,读入该文件中的数据,然后将第1列的地址删除,然后将数据输出到h264_out.txt中: 图1 h264.txt 数据截图 图2 输出文件 h264_out.txt 数据截图 2 读取文件 try: filename = 'h264.txt' #
阅读全文
摘要:H264.TXT文件 来源于板子上串口输出的数据,需要把该数据转成 *.h264用 H264的软件打开观察 txt中数据截图如下: MATLAB读入数据的代码: clc;close all;clear ; filename = 'H264_fr4.TXT'; fid = fopen(filename
阅读全文
摘要:阅读的书籍是: Python for Informatics: Exploring Information 网址: http://www.pythonlearn.com/book.php 编写的代码一: 1 fhand = open('mbox-short.txt') 2 for line in f
阅读全文

浙公网安备 33010602011771号