搜索资源列表
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
guandaotongxin
- 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
fork_textcanjian
- 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b)
20070512graduate
- 在Linux底下用QtDesigner开发的一个进程同步例子。基本思想是设计一个缓冲区(循环队列),进程A往缓冲区写,进程B往缓冲区读,只有缓冲区空的时候才能写,只有缓冲区满的时候才能读。-used in Linux under a QtDesigner development process synchronization example. Basic idea is to design a buffer zone (Circular Queue), a process to write bu
skyeye-1.2.7_rc1.tar.gz
- 一款支持模拟ARM和blackfin DSP处理器的软件,在不需要真实硬件下运行ARM Linux, uClinux, uc/OS-II (ucos-ii)等 将tar.gz 改为tar.bz2,SkyEye is an Open Source Software Project (GPL Licence). Origin from GDB/Armulator, The goal of SkyEye is to provide an integrated simulation environme
linux-2.6.29.4.tar
- 最新版本的Linux内核,支持Intel、Alpha、PPC、Sparc、IA-64、ARM、MIPS、Amiga、 Atari和IBMs/390等,还支持32位大文件系统。而在Intel平台上,物理内存最大支持可以达到64GB。加强对IDE和SCSI硬件系统的支持,并增强了对USB设备和3D加速卡的支持。虽然并不像人们期望的那样有很大更新,但也好的多了。如果你还在使用旧版本的内核,赶快更新吧,绝对不会让你失望! Linux内核更新是越来越快了,可能由于Linux的普及,大家都开始关注
pcre-7.9.tar
- pcre-7.9是用于正则表达式匹配,它的匹配效率很高,modsecurity就是用它进行正则匹配,而且它也是开源,所以只要你足够牛,就可以将pcre-7.9+modsecurity移植到任何平台下,进行数据匹配检测。-pcre-7.9 is used for regular expression matching, it matches very efficient, modsecurity is to use it for a regular match, but it is also op
bxviewer.tar
- 一个比较好用的linux看图工具,可以自己修改适用自己应用,希望能有帮助-A more user-friendly linux plug-in tool, you can modify the application of their own applications, hoping to help
newlib-1.17.0.tar
- 嵌入式标准库函数的源码,linux编译成库即可在嵌入式中使用。-Standard library functions embedded source, linux can be compiled into a library to use in embedded.
doxygen-1.6.3.linux.bin.tar
- Doxygen C++文档生成器, 可以很方便的自动生成文档,yeal!-Doxygen C++ Document Generator, a good tool to create doc automaticly!
s3c-u-boot-1.1.6_rel-4-3-1_20080811.bz2
- This directory contains the source code for U-Boot, a boot loader for Embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and
porker
- 一副牌从A到K共13张,取牌的顺序是这样的 A、将第一张放到最下面。 B、取出最上面的一张牌。 依次顺序操作A、B,最后取出牌的顺序是从A到K,请用程序实现13张牌的最初顺序。 -A deck of cards from A to K of 13, to take the order of the cards is the A, the first into the bottom. Remove the top card. Orderly operation of the A,
oooo
- 设有进程A、B、C,分别调用过程get、copy、put对缓冲区S和T进行操作。其中get负责从文件F_in中把数据块读入并输出缓冲区S,copy负责从S中提取数据块并复制到缓冲区T中,put负责从缓冲区T中取出信息存入到本地文件F_out中。实现get、copy、put的操作过程。-A process A, B, C, respectively, calling procedure get, copy, put the buffer S and T to operate. Which get
linux
- 设计一个程序,将文件a的内容复制到b中去使得b的内容与a中内容相同。将a中的内容追加到c文件中-Design a program that will copy the contents of a file to make b to b in the same content and a content. The contents of a document appended to the c
fb_draw
- Compose two values, using a bitmask as decision value This is equivalent to (a & mask) | (b & ~mask). -Compose two values, using a bitmask as decision value This is equivalent to (a & mask) | (b & ~mask).
b
- 是一个利用cookie写的一个万能搜索,搜索完以后有待条件的分页-Is a use cookie to write a universal search, search after the should be condition paging
fb_draw
- Compose two values, using a bitmask as decision value This is equivalent to (a & mask) | (b & ~mask). -Compose two values, using a bitmask as decision value This is equivalent to (a & mask) | (b & ~mask).
SkMath_opts_SSE2
- Because no _mm_div_epi32() in SSE2, we use float division to emulate. When using this function, make sure a and b don t exceed float s precision.
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
Python_VLPR-master
- 基于树莓派B+版本的车牌识别设计,辨识部分以树莓派3B+/3B为核心处理器,基于Linux平台,通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作、字符分割、字符识别匹配等一系列图像处理操作最终实现车牌识别这个系统。(Based on the design of license plate recognition of raspberry pie B+version, the recognition part takes raspberry