搜索资源列表
grafix-1.4.tar
- 序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 并得出新类,许多现实的实例程序。-sequence passage graphical user interface for X-windows to prepare procedures, the main library is a direct example of the object and the window reveals a new category, many of the practical
通讯簿(带有密码保护功能)
- 非常简单却实用的一款通讯簿,主要特色是支持密码保护功能,可以实现联系人信息的保密.希望大家多提宝贵意见. -very simple but practical new address book, the main character is supporting password protection function can be achieved Contact information confidential. We hope more valuable advice.
如何使自己的程序自动更新(在线更新)
- 由于程序的需要,我需要做一个使程序自动更新的小程序,找了找网上,介绍的都不够详细,这里我给出一个完整的自动更新的程序! 此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题. -procedur
在线更新
- 外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载.-external promotion procedures (need to call the main program), the specific code is not listed here, or your own source code to see it. The procedure is the idea of the doc
project3
- The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
yuanchengzuomiankongzhi
- 基于Windows的远程控制软件开发毕业设计的主要任务是要求做出从系统角度计的远程控制模式,并制作相应实用软件。 采用服务器(Server),客户端(Client)模式,使用Socket编程的基本原理及Windows的消息系统。实现基本的远程控制要求,界面新颖友好。用VC开发! -Windows-based remote control software designed to develop graduation requirements of the main tasks are t
main
- 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
RSA_spadpa_attcaks_and_defenses_design_based_on_80
- (繁体中文版)台湾出品不得多得的关于spa dpa 旁道攻击rsa算法的精彩论文。相对国内的一些翻译性质的、粗制滥造的论文,简直是一个天上一个地下。-As information technology has developed rapidly, it provides more convenient life for people. As the result, the security has become the main concern. Recently, user id and pa
ShowUseage
- 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效
Fund7MultiThread
- 一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-A project, the main thread is responsible for user interaction, provide a button interface through which users create a new thread to handle complex calculations. Multi
sgzd
- 双轨制是从90年代之后所产生的制度,它使用了全新的观念,因而和其他制度产生截然不同的设计方向。既然叫做双轨制,它的主要设计理念在于“用两条线来发展组织”,尝试让制度变得更易懂和易做。 -After the two-track system from the 90' s generated by the system, which uses a new concept, and other systems and thus produce very different design
c
- C#编写资源管理器 主要功能:新建删除 隐藏显示 改变图标等-C#, Resource Manager main features: a new display to change the icons, etc. Remove Hidden
protocol-anomaly-detection-network-based-intrusio
- A taxonomy was developed by Axelsson to define the space of intrusion detection technology and classify IDSs. The taxonomy categorizes IDSs by their detection principle and their operational aspects. The two main categories of detection principle
main
- kernel code new update
linuxqt
- linxu qt 编程入门, 目录 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表-linxu qt introductory programming, directories, the installatio
Job
- 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
Ubuntu-linux-study-note
- unix学习笔记,总结自己学习linux以来的一些新的体会,主要是入门级,包含一些常识和基本技巧。-unix study notes, summing up his learning linux since some of the new experience, the main entry-level, contains some common sense and basic skills.
PROTEUS
- 音乐台阶是现代科技与音乐结合的产物,是一种新型的楼梯台阶。它在现代音乐扮演着重要的角色,单片机具有强大的控制功能和灵活的编程实现特性, 它已经溶入现代人们的生活中,成为不可替代的一部分。本文的主要内容是用 AT89c51单片机为核心控制元件,设计一个音乐台阶。以单片机作为主控核心,传感器,扬声器等模块组成核心主控制模块,在主控模块上设有传感器和扬声器。本系统运行稳定,其优点是硬件电路简单,软件功能完善,控制系统可靠, 性价比较高等,具有一定的实用和参考价值。-Music stairs is th
formmiddle
- VC++让子窗口居中显示,打开主程序窗体后,在主窗体框架内弹出一新窗口,程序将自动设置新窗口居中于主窗口框架内,有意者请下载参阅源代码。-VC++ the child window centered, open the main form, the main form within the framework of a new pop-up window, the program will automatically set a new window centered in the framew
