Swing Windows XP 外观和感觉 BeanSoft 修改版, 2003年 原始的作者: XP 外观和感觉 by Stefan Krause - http://www.stefan-krause.com/java/ 做了以下修改: 1. 显示内部窗体时使用了正确的字体(原版在中文 Windows 版本下运行时不能正确显示 Unicode 字符) 2. 现在这个软件可以运行在 Linux 下了, 而不是只能运行在 Windows XP 下, 也能运行 在 Windows 2000, Windows 98 下. 我已经在 Windows 2000, Windows 98 和 红帽子 Linux 9 的中英文版下测试过了. 请注意这个软件是在 JDK 1.3 上开发的, 所以一些 JDK 1.4 或者更高版本的组件可能 无法正确显示, 例如 JSlider.
标签: BeanSoft Windows Stefan Krause
上传时间: 2015-11-14
上传用户:caixiaoxu26
大家好,我是易北! 首先感谢大家的支持! 忙了3天,终于将这块24064的液晶调好了 此液晶是用t6963 控制的 我用c8051f020来控制这块液晶 采用的是间接控制 其中CE引脚要直接接地 否则会出现乱跳 (应该是我的时序问题) 此程序主要是简单的显示一些字符和汉字 可惜我没有相机 否则一定要拍个照片 谢谢支持! 易北 qq:6036725
标签: 家
上传时间: 2015-12-05
上传用户:er1219
金鹏LCD驱动,单片机和液晶的底层接口程序。可以在液晶的任意位置显示任意字符(包括汉字、字幕和ASCII图形)、字符串
上传时间: 2014-06-26
上传用户:lx9076
1、ps/2键盘输入,通过led显示ascii码 2、稍等1s可以在lcd上显示输入的字符 3、其中键盘上的backspce键是用来清屏的 4、当lcd上显示满字符时,在按下按键自动清屏,从第一行显示。
上传时间: 2013-12-26
上传用户:123啊
任务调度 当程序运行后,任务MYTASK的工作就是每秒在显示器上显示一个字符M
上传时间: 2014-08-10
上传用户:baiom
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
本程序采用c语言对51单片机编程,控制液晶显示器LCD1602显示指定字符,可以很好的用于仪器工作状态输出,指示。
上传时间: 2016-05-05
上传用户:dave520l
周立功开发板,使用芯片lpc2292,依次让多个数码管显示任意字符
标签: 开发板
上传时间: 2013-12-23
上传用户:拔丝土豆
msp430单片机接收通过PS2端口传过来的标准键盘数据,然后对可显示的字符进行解码并在1602液晶上进行显示的程序
上传时间: 2013-12-23
上传用户:TF2015