摘要: 1006 Sign In and Sign Out(25 分) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one 阅读全文
posted @ 2018-09-06 17:54 hellomq 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1005 Spell It Right(20 分) Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in 阅读全文
posted @ 2018-08-30 23:21 hellomq 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1004 Counting Leaves A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Sp 阅读全文
posted @ 2018-08-28 15:52 hellomq 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1003 Emergency 1003 Emergency(25 分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several s 阅读全文
posted @ 2018-08-28 15:51 hellomq 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1002 A+B for Polynomials (25)(25 分) This time, you are supposed to find A+B where A and B are two polynomials. Input Each input file contains one test 阅读全文
posted @ 2018-08-22 18:06 hellomq 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1001 A+B Format (20)(20 分) Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by comm 阅读全文
posted @ 2018-08-22 18:04 hellomq 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Kenel Model 测试 本内核模块测试主要是由三个子系统组成:用户态测试,内核态测试和接口测试。内核态测试通过编写内核模块代码,直接对avl原文件进行测试,可以执行所有的指令。出于运行安全的考虑,用户态的进程无法直接访问硬件和内核的内存空间,而是通过字符设备(ioctl)进入内核态调用,用户态 阅读全文
posted @ 2018-07-04 11:09 hellomq 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: 编写shell脚本: 1.新建文件vi start.sh,编写shell内容(需要的内容即可),如下例: #/bin/bush rmmod ../algo/module/nvpairat/nvpairat.ko rmmod ../algo/module/nvpair/lnvpair.ko rmmod 阅读全文
posted @ 2018-06-12 14:18 hellomq 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 实现一个模块的编译、加载、卸载;实现模块内两个文件的调用;实现两个模块间函数调用。 编译部署spl cd /lcf/spl ./autogen.sh ./configure --enable-debug --disable-silent-rules make -j8 make install 一、模 阅读全文
posted @ 2018-05-28 14:33 hellomq 阅读(1724) 评论(0) 推荐(0) 编辑
摘要: Soot生成控制流图 1.下载jdk1.7并配置环境变量(下载地址:http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html), 下载eclipse keple 阅读全文
posted @ 2018-05-01 21:32 hellomq 阅读(4557) 评论(3) 推荐(0) 编辑