Welcome![Sign In][Sign Up]
Location:
Search - poem

Search list

[JSP/JavaSong

Description: produces poem or song using simple println statement. homework #1 for UofS
Platform: | Size: 1024 | Author: dong | Hits:

[SCMmsp430f149PLCD12864

Description: 单片机msp430f149控制LCD12864液晶显示一首4行的小诗,绝对可用!-The microcontroller msp430f149 control LCD12864 LCD a four-line poem, absolutely available!
Platform: | Size: 44032 | Author: yj | Hits:

[VHDL-FPGA-Verilogyibuchuanxingjiekou

Description: 能进行异步全双工串行通信的模块,该模块以固定的串行数据传送格式收发数据。每帧数据共10 位,其中1 位启动位,8 位数据位,1 位停止位。模块发送的数据由PC 端的串口调试助手接收,要求能发送数字和中文(一首古诗,在FPGA内采用ROM 的方式存储中文内码),并能进行切换。模块接收PC 端串口调试助手发送的16 进制数据,可按10 进制方式显示到LED 上。-Asynchronous full-duplex serial communications module can be performed, the data of the module to the fixed serial data transmission format transceiver. 10 of each frame of data, a start bit, 8 data bits, 1 stop bit. Module sends the data received from the PC side of serial debugging assistant requirements can send digital and Chinese (a poem using the FPGA code ROM stored in a manner Chinese), and can be switched. The module receives the PC side of serial debugging assistant send hexadecimal data can be decimal display on the LED.
Platform: | Size: 2847744 | Author: 王婷 | Hits:

[SCM12864LCD

Description: 12864循环显示一首长诗,关于LCD现实的应用,希望对大家有所帮助-12864 cycle shows a long poem, About LCD reality application, hope to be of help
Platform: | Size: 56320 | Author: 海无涯 | Hits:

[SCMpiaoling-12864-51

Description: 51单片机控制12864液晶显示驱动 此例程显示“飘零”诗一首-51 MCU control 12864 LCD driver this routine display "wandering" a poem
Platform: | Size: 44032 | Author: 周君 | Hits:

[Other Gamespoem

Description: 输出99个诗节的诗歌,用英文而不是数字输出瓶子数-Output 99 verses of poetry, and the number of bottles expressed in English rather than digital
Platform: | Size: 1024 | Author: jjh | Hits:

[CSharpshowPoem

Description: mfc在界面操作,能够在窗口点击右键时候,出现一首诗。-MFC in the interface, can be in the windows right click, a poem.
Platform: | Size: 3693568 | Author: xiaoxiao | Hits:

[Software Engineeringlvshigelv

Description: 本软件用于古体律诗格律检测,能输出格律检测结果,很实用。-The shelf of classical Chinese poem is restrained
Platform: | Size: 226304 | Author: 绿杨荫里 | Hits:

[Otheridentify_poet.pl

Description: Write a Perl script identify_poet.pl that given 1 or more files, each containing a poem, prints the most likely poet per file. For each poet you calculate the log-probability that they wrote it by summing the log-probability of that poet using each word. You should print the poet with the highest log-probability.
Platform: | Size: 1024 | Author: shi | Hits:

[OtherACADshadu

Description: 从飞诗工具箱中分离的FAS病毒专杀工具,这个事源码,大家可以参考-Isolated fly poem FAS virus tool in the toolbox, the source of this thing, we can refer to
Platform: | Size: 1024 | Author: yao | Hits:

[Multimedia DevelopPoetry-appreciation-system

Description: Poetry appreciation system-Be able to specify the folder poetry files (text files, not less than 10) in the order of eleven appreciate, the last one poem to the next song is the first poem, the first verse is the last one before a poem. User interface menu (or Command button) should at least include locate the folder, on a poem, The next poem, Exit 4. Tip: You can use DriveListBox, DirListBox and FileListBox controls.
Platform: | Size: 155648 | Author: szy | Hits:

[Software Engineeringmusicplayer

Description: 基于安卓平台的,MP3音乐播放器的源代码,可以实现音乐开始、暂停、上一首、下一首、音乐列表和收藏的功能。-Based on the android platform, MP3 music player source code, can be achieved under the music to start, pause, a song, poem, music, and the function of the collection list.
Platform: | Size: 8192 | Author: Sandy | Hits:

[Windows Developyingwenpaiban

Description: 给定一篇包含 N 个单词的诗,每个单词的物理长度依次为 a[0],a[1],...,a[N-1]。欲将诗分成两个段落,每个段落至少有一个单词,每个段落的排版应遵循以下规则: 每行可容纳的总字符数为 M; 每个单词必须在同一行,不得断开换行; 同一行的每两个单词之间有且仅有一个空格,不考虑其他标点符号; 采用左对齐的方式排版,即每行的第一个单词排在该行最左侧; 假设排版之后共有 m 行,每行末端没有英文单词的空档长度记作 s[0],s[1],...,s[m-1]。 不考虑最后一行的空挡大小 s[m-1],设计尽可能高效的算法给文章排版,使得P=s[0]*s[0]+s[1]*s[1]+...+s[m-2]*s[m-2]最小。当 m=1 时, P 等于 0。 假设第一段的最优的 P 值为 P1,第二段的最优的 P 值为 P2,要求令 P1+P2 最小。-Poetry given an N-word contains the physical length of each word in the order of a [0], a [1], ..., a [N-1]. Wishing poem divided into two paragraphs, each have at least one word, each paragraph layout should follow the following rules: The total number of characters per line that can be accommodated M Each word must be on the same line, not disconnect wrap There is only one space, without considering other punctuation between each word the same line Left-aligned fashion layout, which is the first word of each line in the left-most row of the line After publishing assume there are m rows, each end of the gap length no English word denoted as s [0], s [1], ..., s [m-1]. The last line is not considered neutral size s [m-1], the design as efficient algorithms to article layout, so P = s [0]* s [0]+ s [1]* s [1]+ ...+ s [m-2]* s [m-2] is minimized. When m = 1, P-equal to zero. Assume that the first paragraph of the best P value of P1, the second paragraph of the best P value
Platform: | Size: 22528 | Author: wendy | Hits:

[WEB Codepoem

Description: 软件介绍 WAP自动写诗只要输入汉字就能根据你输入的内容自动写诗,本地测试请用OPERA浏览器。 wap小偷论坛出品 欢迎广大WAP站长关注下,-Software introduction WAP automatic writing poetry as long as the input of Chinese characters according to the contents of your input to write poetry, the local test, please use OPERA browser. WAP thieves forum welcome the majority of WAP owners concerned, thank you
Platform: | Size: 6144 | Author: xxpudn90 | Hits:

[matlabTEXTtiandaochouqin

Description: 该程序是在MATLAB的编辑窗口上,利用text等绘制出一首诗的图案,美观大方-The program is on the MATLAB edit window, the use of text and other patterns to map out a poem, beautiful
Platform: | Size: 17408 | Author: wangjinxing | Hits:

[WEB Codecss

Description: 盒子魔板到静安寺的卡拉是觉得快乐撒娇的斯科拉较大时看见的时刻拉到就撒开了暗示健康的卡拉是觉得撒开了(Do you know how beautiful it is to have an English poem translated into Chinese? In this time of people learning English, everyone seems to have forgotten how beautiful and powerful Chinese is!There is a passage here)
Platform: | Size: 15360 | Author: 非林 | Hits:

[e-language晓米DJ音乐厅 个人版

Description: 个人音乐播放器 用易语言编写好的 可以用来听音乐 快捷键:INSERT上一首 PAGEUP下一首 END播放/暂停 ESC退出 HOME隐藏/显示 - 本文出自晓宇网络,原文地址:http://xye.xmsj.org/forum.php?mod=viewthread&tid=1320(Personal music players Good written in easy language Shortcuts can be used to listen to music: under the PAGEUP poem on the INSERT END play/pause ESC to exit The HOME show/hide - this article from the XiaoYu network, the original address: http://xye.xmsj.org/forum.php? Mod = viewthread&tid = 1320)
Platform: | Size: 497664 | Author: 晓宇网络 | Hits:

[Otherpoem

Description: 一个android小程序,诗词歌赋展示,有收藏界面,和唐诗,宋词,采用IDE编程。(A Android applet shows a collection of poems and songs, with collection interface, and IDE programming with Tang poetry and Song Ci)
Platform: | Size: 4451328 | Author: 边奕哲 | Hits:

[Othertensorflow_demo-master

Description: about poetry code, let computer study do poem.
Platform: | Size: 24807424 | Author: cwfly | Hits:
« 1 2 3»

CodeBus www.codebus.net