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

3<b>4</b>0

  • 简易电子琴的设计

    简易电子琴的设计,能够发出1,2,3,4,5,6,7等七个音符

    标签: 电子琴

    上传时间: 2017-02-14

    上传用户:zmy123

  • 这是本人自网上收集到的s3c2440文档的中文翻译

    这是本人自网上收集到的s3c2440文档的中文翻译,对嵌入式开发助益极大。包括章节为:第1,2,5,6,7,8,9,10,11,13,14,16,17,18,19,20,21,22,24章等。尚缺第3,4,12,15,23章等,望收集到的同志亦能上传共享之。

    标签: s3c2440 文档 翻译

    上传时间: 2017-02-16

    上传用户:cuibaigao

  • 一个串口应用程序

    一个串口应用程序,向串口内写入1,2,3,4,5,6,7,8,9 并从串口中读出数据 输出到ARM板屏幕上

    标签: 串口 应用程序

    上传时间: 2014-01-22

    上传用户:caiiicc

  • BLOG HOSTER---PHP & MYSQL Create Blogs in seconds Installation of your BlogHoster system is easy.

    BLOG HOSTER---PHP & MYSQL Create Blogs in seconds Installation of your BlogHoster system is easy. Your server must meet these requirements: - PHP version 4.2.0 or higher must be installed. - You must have access to an available MySQL database.

    标签: Installation BlogHoster seconds HOSTER

    上传时间: 2017-06-06

    上传用户:Yukiseop

  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式

    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)

    标签: EXIT_FAILURE initcurs initscr perror

    上传时间: 2013-12-20

    上传用户:FreeSky

  • 用8086汇编语言设计一存取款小软件系统。要求进入系统后

    用8086汇编语言设计一存取款小软件系统。要求进入系统后,屏幕上显示“欢迎使用本系统”,另起行显示“输入密码:”。允许三次输入错误密码后可重新输入密码,三次输入都出错则返回DOS。密码输入正确即进入本人帐号,并在屏幕上显示: “1 返回DOS 2 查阅余额 3 存款 4 取款” 然后按1,2,3,4键选择所需工作方式。 以上各方式有如下功能: 1 返回DOS-- 退出小系统,返回DOS 2 查阅余额-- 显示本人帐号内余额(元) 3 存款-- 输入存款数目,即与余额相加 4 取款-- 输入取款数目,即与余额相减 按2,3,4键即进入相应方式,以ENTER键结束,结束后再显示: "1 返回DOS 2 查阅余额 3 存款 4 取款"说明: ①屏幕显示可用英文,②帐号内要求可存额不小于十进制6位数

    标签: 8086 汇编语言 存取 软件系统

    上传时间: 2014-01-14

    上传用户:爺的气质

  • 求一棵加分值最高的二叉树

    求一棵加分值最高的二叉树,其中序遍历序列为给出的节点编号顺序,如1,2,3,4,5...n,求出的树加分值最高

    标签: 二叉树

    上传时间: 2017-08-03

    上传用户:BOBOniu

  • 运行程序时

    运行程序时,正常情况下,喇叭和蜂鸣器会发声,数码管的第一个显示A,表示AD的意思,中间两个数码管显示AD转换出来的数值,闪动的点为定时器工作时每秒的计时。按键时在第4个数码管上显示所按下的键值。8个LED除第3,4个不亮外其他都亮,而当把插在J1第1,2针上的插线改插在J1第3,4针上时,这第3,4个LED亮。通过调节滑动变阻器VR1或VR2的值使数码管上显示的AD值改变。通过串口调试助手发送数据,目标板接收后在液晶上显示(波特率为9600),目标板每次复位后,都会向上位机发送一串数据,并在LCD上显示;也可以将串口调试助手发来的数据返回给调试助手,显示在调试助手的接收区中。

    标签: 运行程序

    上传时间: 2014-11-30

    上传用户:dragonhaixm

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    标签: Implementation calculates algorithm Edmonds

    上传时间: 2014-01-04

    上传用户:kiklkook

  • 很多不等式在展开以后形成如下的对称形式 sigma(s1^a1*s2^a2*...*sn^an)>=sigma(s1^b1*s2^b2*...*sn^bn) (当然 作为齐次不等式

    很多不等式在展开以后形成如下的对称形式 sigma(s1^a1*s2^a2*...*sn^an)>=sigma(s1^b1*s2^b2*...*sn^bn) (当然 作为齐次不等式 a1+a2+....an=b1+b2+...bn 变量s1,s2,...sn非负) 其中sigma表示对称和(也就是说 一共n!项) 例如 sigma(x^3)=x^3y^0z^0+x^3z^0y^0+y^3x^0z^0+y^3z^0x^0+z^3x^0y^0+z^3y^0x^0=2*(x^3+y^3+z^3) sigma(x^3y^2z^1)=x^3y^2z^1+x^3z^2y^1+y^3x^2z^1+y^3z^2x^1+z^3x^2y^1+z^3y^2x^1 (三元sigma 一共是6项) 有时候 我们把sigma(s1^a1*s2^a2*...*sn*an)写作 [a1,a2,...an] 例如 著名的均值不等式可以写成 [n,0,0...0]>=[1,1,1...1] 又比如x^2+y^2+z^2>=xy+yz+zx 写成[2,0]>=[1,1] 本程序能比较两个完全对称不等式的大小关系。

    标签: sigma sn an gt

    上传时间: 2013-12-15

    上传用户:sclyutian