搜索资源列表
InsertThread
- 只需一个DLL的线程插入,程序演示了使用一个DLL动态链接库进行线程插入的方法,可以将自己的程序插入的系统进程中去-Just insert a thread DLL, the program demonstrated the use of a dynamic link library DLL to insert the thread, for it can insert its own procedures and systems to process
web
- 动态数据库网站,含有主页,BBS,论坛,购物系统,计数器等。-Dynamic database website, which contains Home, BBS, forums, shopping systems, counters, etc..
VCExp
- 一个VC++系统相关的编程实例,程序演示如何在ActiveX控件中动态调用来自外部的DLL函数,虽然不常用,但很修复研究一下,以帮助您更好的学习VC++技术。-A VC++ systems programming examples demonstrate how the procedure ActiveX control in the dynamic invocation of the DLL function from outside, although less frequently, bu
xitongzhuangtai
- 该程序主要实现Linux系统状态的动态监测,如基本的:系统登录时间,cpu空闲时间,cpu利用率,文件系统的查看,等等,都很人性化的现实在Linux环境下。-The procedure to achieve the state of dynamic monitoring of Linux systems, such as basic: the system registry time, cpu idle time, cpu utilization, file system, viewing, a
VC
- 基于视频车辆统计系统中实现带背景图的实时动态曲线-Video of vehicles based on statistical systems to achieve with a background image of the real-time dynamic curve
disk
- 磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity,
SystemMonitor
- 此为linux下的系统监控器源代码,使用GTK+编写,可以实现动态、静态系统监控功能。-This system monitors the source code under linux, use written in GTK+, you can achieve the dynamic and static systems monitoring capabilities.
jaws-core-0.8.17.tar
- Jaws 是一个框架和内容管理系统的动态网站的建设。它的目的是要友好的用户提供易用和多种方法来定制的网站,但同时是开发者友好的,它提供了一个简单的和强大的框架。 Jaws完整版包括爪的核心,所有小工具 ,所有的主题。-Jaws is the building of a framework and content management systems, dynamic websites. Its purpose is to provide ease of use and a variet
Kongsberg-operatormanual
- kongsberg SDP动力定位系统的详尽人机界面分解介绍,操作手册 包括传感器,定位信息,电力系统,推进器,动力定位原理介绍 430页完整pdf-dynamic positioning system in kongsberg SDP detailed man-machine interface decomposition introduced including sensors, location information, operating manuals, power systems,
dll_USB
- windows平台下用VC6开发的HID设备连接的动态链接库以及源码,使用xp及以下系统,其他系统没有测试。-dynamic-link library, as well as source code, using the windows platform with VC6 development HID device connected xp and the system did not test other systems.
mm
- 程序设计(深入理解计算机系统)作业实验五:Lab 5: Writing a Dynamic Storage Allocator。解压出mm.c后直接覆盖原来.c文件即可。-Program design (in-depth understanding of computer systems) Operating experiment five: Lab 5: Writing a Dynamic Storage Allocator. After extracting the mm.c directl
Simulink
- Simulink动态系统建模与仿真 S-Funcition 命令行仿真技术 综合实例-Simulink modeling and simulation of dynamic systems S-Funcition Comprehensive examples command line simulation technology
user
- 用户登录系统模拟 【问题描述】 在登录服务器系统时,都需要验证用户名和密码,如telnet远程登录服务器。用户输入用户名和密码后,服务器程序会首先验证用户信息的合法性。由于用户信息的验证频率很高,系统有必要有效地组织这些用户信息,从而快速查找和验证用户。另外,系统也会经常会添加新用户、删除老用户和更新用户密码等操作,因此,系统必须采用动态结构,在添加、删除或更新后,依然能保证验证过程的快速。请采用相应的数据结构模拟用户登录系统,其功能要求包括用户登录、用户密码更新、用户添加和用户删除等。
动态链接库
- 详细记录了linux系统和windows系统中动态链接库的生成过程。并且通过JNI调用所生成的动态链接库。(The generation of dynamic link libraries in Linux and Windows systems is documented in detail. And the generated dynamic link library is used by JNI.)