搜索资源列表
JAVA的声音处理方法 (转自伊氏女人)-----淘特网
- 数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many,
OS
- java实现磁盘调度,包含FCFS,SSTF,SCAN,CSAN
java
- 从指定网址下载文件,保存到本地磁盘,并且进行更新。-download document from certain websites
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
SCAN
- java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
Performance
- 系统信息获取程序:可获得系统的属性、IP、磁盘占用率、CPU占用率-System information acquisition process: access to the properties of the system, IP, the occupancy rate of the disk, CPU occupancy rate, etc.
JAVA_SX
- 本书通过100多个精选的实例讲解了利用Java进行应用程序开发的各个方面,涵盖了控件、界面、多媒体控制、图像处理、操作系统、磁盘文件、数据库、网络应用、邮件和通信、Java Beans、国际化和本地化等方面的内容。 本书内容突出了实用性,85 以上的实例模仿较常见的优秀软件的相关功能,余下实例大多为帮助读者理解重点、难懂概念所做。本书的另一个特点在于给出了不少实用性很强的“方案实例”(以往的百例图书内容基本上都属于“功能实例”),其内容多为典型或通用的功能模块的解决方案,包括界面设计、
hashtable.java
- hashtable 实现缓存整理等功能,table中午对象存在时间过长则序列化进入磁盘-hashtable
lpc-demo
- 图形图象 图片显示 2D图形编程 3D图形编程 绘图程序 波变换 GIS编程 分形几何 图形图像处理 OpenGL 图形/文字识别 压缩解压 加密解密 CA认证 数值算法/人工智能 STL 数据结构 数学计算 人工智能/神经网络 matlab例程 生物技术 Java编程 Applet 游戏 Javascr ipt Jsp/Servlet Ajax *行业应用 医药行业 金融证券系统
java-lzo-1.00.tar
- java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-java version of the lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
disk(1)
- 磁盘调度算法位示图法 Java演示文档模拟盘块调度算法-Disk scheduling algorithm Bitmap France Java presentations
MiniDisk
- 操作系统中的磁盘调度,实现了磁盘的读写等一系列功能-The operating system disk scheduling, achieved a series of functions such as disk read and write
cipan
- 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
CommonsTelnetTest
- java 实现 Telnet 功能 ,通过此功能可以实现系统的进程及磁盘空间的监控-java 实现 Telnet 功能
moni
- 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
tool
- 用JAVA做的性能监视器,可以实时查看CPU和内存使用率以及磁盘的利用情况-Use JAVA do performance monitor, can view the CPU and memory and disk usage
cipandiaodusuanfa
- 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
java磁盘调度
- java磁盘调度java实现挺好一用,你试试
磁盘调度JAVA
- 磁盘调度算法模拟 图形化界面 包括ffcf、 scan等(Disk scheduling algorithm simulation graphical interface, including FFCF, scan and so on)
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)