这是一个在正实际应用当中运行的电力监控系统软件源代码
上传时间: 2013-11-28
上传用户:x4587
本文介绍了一个基于Java的多功能串口设备服务器。
上传时间: 2016-01-07
上传用户:牛布牛
带图片viewbackbmp,根据网上说明写的,不是很好用,看了再说
标签: viewbackbmp
上传时间: 2016-01-07
上传用户:it男一枚
实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES,可任意设定轮数,修改Round的值即可。
上传时间: 2016-01-07
上传用户:Zxcvbnm
相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色, 即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式 的画面也较为美观. 对 Programming 有兴趣的朋友一定对此感到好奇, 也 许他能在 PC 上用 Turbo C 轻易地写出类似的程式, 然而, 但当他将相同 的程式一字不变地移到工作站上来编译时, 却出现一堆抓也抓不完的错误. 其实, 原因很简单, 他使用的函式库可能在 UNIX 上是没有定义的. 有些 在 Turbo-C 上被广泛使用的一些函式, 可能在 UNIX 上是不被定义的. 为了因应网路上各式各样的终端机形态 (terminal), UNIX 上特别发展出 一套函式库, 专门用来处理 UNIX 上游标移动及萤幕的显示. 这就是本篇 文章要为您介绍的 - curses.h 函式库. 利用这个函式库, 您也可以写出 像 elm 般利用方向键来移动光棒位置的程式. (CCCA 近来所提供的线上选 课程式, 及程式服务界面, 即是笔者利用 curses 发展而成的 )
上传时间: 2013-11-26
上传用户:zxc23456789
sun公司认证课程scjp,包含详细讲解及源码。
上传时间: 2013-12-21
上传用户:洛木卓
老外作的AVR矩阵键盘解码程序,英文的,看看吧
上传时间: 2014-01-07
上传用户:lunshaomo
以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/proc文件的特点和使用方法,监控系统状态,显示系统中若干部件的使用情况,用图形界面显示系统监控状态
上传时间: 2013-12-21
上传用户:hgy9473
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
是JAVA的线程那一节学习的很好的借鉴资料,是实现线程池的
上传时间: 2013-12-22
上传用户:Ants