资源列表
[软件工程] J2EEDesign
说明:利用J2EE开发的CD Store,具有对CD信息的添加、删除、修改和记录黑客信息等功能-use J2EE development CD Store, with information on the CD to add, delete, hackers changes and record information functions<罗磊> 在 2025-04-04 上传 | 大小:659kb | 下载:0
[文件格式] dan-c语言程序设计
说明:我以前做的一个比较简单的c语言计算器 很容易看懂-I used to do a relatively simple calculator c language easily understand<郑伟雄> 在 2025-04-04 上传 | 大小:6kb | 下载:0
[文档资料] 数据结构习题2003
说明:数据结构习题练习,对学习数据结构的或是考研的朋友都有帮助-data structure practice, to learn the structure of data taking tests or friends who help<小张> 在 2025-04-04 上传 | 大小:187kb | 下载:0
[文档资料] 20051230黑客基地新手学习资料
说明:黑客基地新手学习资料,里面包括一些最常用的DOS命令,基本端口扫描的方法,和做一个黑客最基本需要了解的内容.-base novice hackers learning materials inside including some of the most commonly used DOS command, basic port scanning method, and doing a basic hackers need to und<毛子> 在 2025-04-04 上传 | 大小:17.83mb | 下载:0
[文档资料] 20051230黑客基地精华文档
说明:黑客基地精华文档,里面包括针对一些关于windows和Unix.linuxz系统知识,网络系统漏洞专区,黑客入侵攻击专区-hackers cream base documents, they include some of the windows and Unix.linuxz system knowledge, loopholes area network system, hacking attacks Precinct<毛子> 在 2025-04-04 上传 | 大小:2.04mb | 下载:0
[软件工程] 可预置的8位计数器源程序
说明:可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09}<wyq> 在 2025-04-04 上传 | 大小:20kb | 下载:0
[编程文档] GPRS点击WAP实现排名
说明:文章介绍了利用AT指令集进行计算机控制GPRS 模块上网并进行模拟操作. 对于WAP提高排名很有用.通过GPRS CDMA数据业务点击WAP网关实现排名(AT指令集).-article describes the use of AT instruction set computer control of the Internet and GPRS module mock operation. Right WAP increase in<山中鹤> 在 2025-04-04 上传 | 大小:142kb | 下载:0
[文档资料] CPU 测速(MHz)和高精度延时(微秒级)
说明:一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要<马俊> 在 2025-04-04 上传 | 大小:1kb | 下载:0