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

Reader-writer-problem

  • 经典算法大全

    1.河内之塔........................................................................................................................................ 4 2.Algorithm Gossip: 费式数列........................................................................................................ 5 3. 巴斯卡三角形.............................................................................................................................. 6 4.Algorithm Gossip: 三色棋............................................................................................................ 7 5.Algorithm Gossip: 老鼠走迷官(一)........................................................................................ 9 6.Algorithm Gossip: 老鼠走迷官(二)...................................................................................... 11 7.Algorithm Gossip: 骑士走棋盘.................................................................................................. 13 8.Algorithm Gossip: 八皇后.......................................................................................................... 16 9.Algorithm Gossip: 八枚银币...................................................................................................... 18 10.Algorithm Gossip: 生命游戏.................................................................................................... 20 11.Algorithm Gossip: 字串核对.................................................................................................... 23 12.Algorithm Gossip: 双色、三色河内塔.................................................................................... 25 13.Algorithm Gossip: 背包问题(Knapsack Problem)............................................................. 29 14.Algorithm Gossip: 蒙地卡罗法求PI...................................................................................... 34 15.Algorithm Gossip: Eratosthenes 筛选求质数............................................................................36 16.Algorithm Gossip: 超长整数运算(大数运算)....................................................................37 17.Algorithm Gossip: 长PI...........................................................................................................39 18.Algorithm Gossip: 最大公因数、最小公倍数、因式分解....................................................43 19.Algorithm Gossip: 完美数........................................................................................................ 46 20.Algorithm Gossip: 阿姆斯壮数................................................................................................ 49 21.Algorithm Gossip: 最大访客数................................................................................................ 50 22.Algorithm Gossip: 中序式转后序式(前序式)....................................................................52 23.Algorithm Gossip: 后序式的运算............................................................................................ 56 24.Algorithm Gossip: 洗扑克牌(乱数排列)............................................................................58 25.Algorithm Gossip: Craps 赌博游戏...........................................................................................60 26.Algorithm Gossip: 约瑟夫问题(Josephus Problem)...........................................................62 27.Algorithm

    标签: C语言算法经典

    上传时间: 2015-04-30

    上传用户:cascas

  • EPC Low level Reader Protocol

    EPC 낮은 수준의 리더 프로토콜

    标签: EPC RFID

    上传时间: 2015-06-04

    上传用户:gw0214

  • VHDL数字钟

    用vhdl实现数字钟 其一,具有时,分,秒计数显示功能,其中,要求以二十四小时循环及 时;   其二,具有清零,调节小时,分钟功能;   其三,具有整点报时功能,而且在整点报时的同时 LED 灯花样显示。 其一,具有时,分,秒计数显示功能,其中,要求以二十四小时循环及 时;   其二,具有清零,调节小时,分钟功能;   其三,具有整点报时功能,而且在整点报时的同时 LED 灯花样显示。 其一,具有时,分,秒计数显示功能,其中,要求以二十四小时循环及

    标签: 用vhdl实现数字钟

    上传时间: 2015-06-24

    上传用户:吧和GV会比较好

  • Pspice lab manual

    it is electronics pspice lab manual. very helpful  for beginners. its is  in the form of a lab manual. hope the reader will like it very much

    标签: orcad pspics electronics

    上传时间: 2016-01-10

    上传用户:whu_lk

  • GoAhead Webs 2.1.5

    ===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code requires that a version of Python version 2.1 or later .. be installed on the machine. Since the GoAhead release procedure itself .. runs in Python, this should not be a problem. .. .. To add new entries to the release notes, follow the markup shown below .. (releases should be underlined with a row of '=' characters, each item .. noted within a release should be underlined with '-' characters.

    标签: web server embedded arm

    上传时间: 2016-01-30

    上传用户:zrxkn

  • GoAhead Webs 2.1.5 embedded webserver arm

    ===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code requires that a version of Python version 2.1 or later .. be installed on the machine. Since the GoAhead release procedure itself .. runs in Python, this should not be a problem. .. .. To add new entries to the release notes, follow the markup shown below .. (releases should be underlined with a row of '=' characters, each item .. noted within a release should be underlined with '-' characters.

    标签: web html embed server arm small http

    上传时间: 2016-01-30

    上传用户:zrxkn

  • 蛇形矩阵(规律)

    题目描述 蛇行矩阵 Problem 蛇形矩阵是由1开始的自然数依次排列成的一个矩阵上三角形。 输入 Input 本题有多组数据,每组数据由一个正整数N组成。(N不大于100)  输出 Output 对于每一组数据,输出一个N行的蛇形矩阵。两组输出之间不要额外的空行。  矩阵三角中同一行的数字用一个空格分开。行尾不要多余的空格。  样例输入 5 样例输出 1 3 6 10 15 2 5 9 14 4 8 13 7 12 11

    标签: 数字规律 数组 三角形

    上传时间: 2016-02-29

    上传用户:lwol2007

  • 共轭梯度法--MATLAB程序

    共轭梯度法为求解线性方程组而提出。后来,人们把这种方法用于求解无约束最优化问题, 使之成为一种重要的最优化方法。   共轭梯度法的基本思想是把共轭性与最速下降方法相结合, 利用已知点处的梯度构造一组共 轭方向, 并沿这组方向进行搜索, 求出目标函数的极小点。 根据共轭方向的基本性质, 这种 方法具有二次终止性。 在各种优化算法中, 共轭梯度法是非常重要的一种。 其优点是所需存 储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。   共轭方向   无约束最优化方法的核心问题是选择搜索方向 . 在本次实验中 , 我们运用基于共轭方向的一种 算法 — 共轭梯度法   三.算法流程图:     四.实验结果:   (1). 实验函数   f=(3*x1-cos(x2*x3)-1/2)^2+(x1^2-81*(x2+0.1)+sin(x3)+1.06)^2+(exp(-x1*x2)+20*x3+ 1/3*(10*3.14159-3))^2;   给定初始点 (0,0,0) , k=1 ,最 大迭代次数 n       d   确定搜索方向   进 退 法 确 定 搜 索 区 间   分割法确定最 优步长  

    标签: MATLAB 梯度 程序

    上传时间: 2016-05-08

    上传用户:saren11

  • 16qam

    16qam 随着现代通信技术的发展, 特别是移动通信技术高速发展, 频带利用率问题 越来越被人们关注。 在频谱资源非常有限的今天, 传统通信系统的容量已经不能 满足当前用户的要求。正交幅度调制 QAM(Quadrature Amplitude Modulation) 以其高频谱利用率、 高功率谱密度等优势, 成为宽带无线接入和无线视频通信的 重要技术方案。 随着现代通信技术的发展, 特别是移动通信技术高速发展, 频带利用率问题 越来越被人们关注。 在频谱资源非常有限的今天, 传统通信系统的容量已经不能 满足当前用户的要求。正交幅度调制 QAM(Quadrature Amplitude Modulation) 以其高频谱利用率、 高功率谱密度等优势, 成为宽带无线接入和无线视频通信的 重要技术方案。

    标签: qam 16

    上传时间: 2016-06-26

    上传用户:guh000

  • 传感器网络中基于到达时间差有效的凸松弛方法的稳健定位

    We consider the problem of target localization by a network of passive sensors. When an unknown target emits an acoustic or a radio signal, its position can be localized with multiple sensors using the time difference of arrival (TDOA) information. In this paper, we consider the maximum likelihood formulation of this target localization problem and provide efficient convex relaxations for this nonconvex optimization problem.We also propose a formulation for robust target localization in the presence of sensor location errors. Two Cramer-Rao bounds are derived corresponding to situations with and without sensor node location errors. Simulation results confirm the efficiency and superior performance of the convex relaxation approach as compared to the existing least squares based approach when large sensor node location errors are present.

    标签: 传感器网络

    上传时间: 2016-11-27

    上传用户:xxmluo