搜索资源列表
20050309222620689118
- 用JAVA编写的绘图程序 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和-with JAVA drawings prepared by the procedure functional descr iption : Memory, the format of the XML, and supports col
20050309222620689118-4449
- --sunfruit 用JAVA编写的绘图程序,使用JAVA 2D API 提供源代码下载 JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的起点和终点在两个不同的组件上
hsqldb_1_8_0_7
- hsqldb是100%java实现的数据库,是一个开放源代码的JAVA数据库 l 具有标准的SQL语法和JAVA接口 l HSQLDB可以自由使用和分发 l 非常简洁和快速的 l 具有内存数据库,独立数据库和C/S数据库三种方式 l 可是在APPLET中使用 更多的细节: l 索引可以被创建和自动使用 l 支持事务处理 l 允许表关联 l 完整性引用和约束 l 支持JAVA存储过程和函数
pwdump2samdump.c
- samdump.c调用LsaQueryInformationPolicy()获取主机SID,未调用LsaFreeMemory() 释放内存,造成lsass.exe进程空间的内存泄漏。此外,需要引入advapi32.lib-samdump.c call LsaQueryInformationPolicy () access to mainframe SID, did not call LsaFreeMemory () to release memory, lsass.exe process s
ShowRandImageServlet
- 取随机产生的认证码(4位数字) 在内存中创建图象 获取图形上下文 设定背景色 随机产生88个干扰点图象生效 输出图象到页面 -random from the authentication code (4) created in the memory access graphic images set the background color of context with Machine have 88 points interference effect outp
Windows下DLL编程技术及应用
- 摘 要: 本文介绍了DLL技术在Windows编程中的基本运用方法及应用,给出了直接内存 访问及端口I/O的两个实用DLL的全部源代码。-Abstract : This paper presents a DLL in Windows programming using the basic method and the application is a direct memory access and I / O port in the two all practical DLL source c
dosmemory
- 汇编语言在实模式下直接访问4GB内存-assembly language in real mode under direct access 4GB of memory
用java获取本机的硬件信息
- 用java获取本机的硬件信息,CPU利用率,内存利用率,硬盘信息等,Java access to the machine with the hardware information, CPU utilization, memory utilization, hard disk information
phpcpuinfo
- PHP制作获取服务器CPU、内存等信息的类,用于PHPWEB开发-Making access to the server PHP CPU, memory, and other information of the class for PHPWEB development
Memory
- java+wmic获取远程主机的内存,需要对方主机的IP、用户名、密码-java+ wmic access to the remote host' s memory
fkache-1.0-beta7-project
- JCACHE是一种标准规范(JSR 107),说明了一种对Java对象临时在内存中进行缓存的方法,包括对象的创建、共享访问、假脱机(spooling)、失效、各JVM的一致性等。它可被用于缓存JSP内最经常读取的数据,如产品目录和价格列表。利用JCACHE,多数查询的反应时间会因为有缓存的数据而加快(内部测试表明反应时间大约快15倍)。 项目主页http://jcache.sourceforge.net/-JCACHE is a standard specification (JSR
A_flash_driver_algorithm_minimizing_block_erasures
- 一个减少块擦除的flash驱动算法,韩国人的文章,给出了文章中提出的STAFF算法与之前的FTL算法结果比较-Recently, flash memory is widely used in embedded applications since it has strong points: non-volatility, fast access speed, shock resistance, and low power consumption. However, due to its ha
AS3FastMemory
- 测试Adoble没有公开的快速操作内存的代码,这个方法可以把一段bytearray虚拟成内存进行操作-Test fast memory access of as3.
Busline_JSP_Access
- 基于纯JSP的公交查询系统,一款存JSP开发的公交查询系统,使用access数据库,很适合JSP初学者学习,有需要的可以下载-Pure JSP-based query system bus, a memory bus JSP query system developed, using access database, it is suitable for beginners to learn JSP, where necessary, can be downloaded
09JB03_BookManagement
- 1.新增读者信息(读者照片上传) 2.以分页形式展示所有读者简略信息,并可以查阅读者信息详情 3.修改读者信息 4.删除指定的读者记录,支持批量删除。 5.根据关键字组合(读者名称、读者性别、读者所在专业)进行过滤筛选,可以将查询后的结果导出Excel文件。 6.进行系统登录,在登录过程中可以选择使用系统提供的密码记忆功能。-1 new readers information (reader photo upload) 2 page form to display
Sysinfo
- 获取电脑相关配置信息,比如网卡流量、cpu和内存使用率、ip和mac地址、操作系统等。但是只能获取本机,不能作为客户端的形式-Access to computer-related configuration information, such as LAN traffic, cpu and memory usage, ip and mac address, the operating system. But the only access to the machine, not as a cli
The-CPP-Programming-Language
- This book presents the complete C++ language. Chapters 1 through 10 give a tutorial introduction Chapters 11 through 13 provide a discussion of design and software development issues and, finally, the complete C++ reference manual is included. Natura
java_nio
- nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
test5
- 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
java-Access-to-computer(memory--CPU)
- java获取系统信息(CPU,内存,硬盘,进程)的相关方法和介绍,附上源码,请尽情下载-Java access to information systems (CPU, memory, hard disk, the correlation method and process) is introduced, with source code, please download
