搜索资源列表
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
processmanager
- 一个linux进程管理器,具有以下功能: 管理系统的进程, 包括系统中进程的ID,owner ID, effective user ID、 进程之间的关系、各个进程占用的内存大小、进程的状态; 列出各个进程使用的文件描述符,以及它们打开的文件; 列出各个进程当前的信号使用情况, 包括各个阻塞的信号,各个信号的处理(如采用的哪一种处理方式,如采用了Catch function,给出Catch Function的地址或名称); 能对某一进程进行挂起、暂停
linuxGTK+
- A值为1,Z值为26,ABC值为1+2+3=6,以此类推,同时支持从文件中读单词操作,利用linux下的GTK+图形库开发,有图形化界面
RSA
- 本软件围绕小模数RSA的实现这一主题,用图形化界面实现了密钥的随机产生、加密数据、解密数据等功能。所用语言:C# -This software around the small modulus RSA implementation of this theme, graphical interface to achieve a randomly generated key to encrypt data, decrypt data and other functions.
minigui-jx44b0.tar
- 在嵌入式应用领域中广泛使用的图形化界面。与qt,gtk等图形库相比,minigui 更小巧。-mini gui
mima
- C#编写图形化界面对文件进行加密和解密操作-C#, graphical interface to the file encryption and decryption operations ~ ~ ~
webminguide
- webmin guide教你如何安装webmin,监控你的Linux系统,让你在图形化界面下了解系统运行状态。-webmin guide teaches you how to install webmin, monitor your Linux system, so that you understand the system under a graphical interface running.
MD5
- MD5验证,基于公钥私钥加解密,用C编写,图形化界面-MD5 verify public key/private key
qt-embedded-2.2.2.tar
- Qt Embedded是挪威Trolletch公司的图形化界面开发工具Qt的嵌入式版本,它通过QtAPI与LinuxI/O以及Framebuffer直接交互,拥有较高的运行效率,而且整体采用面向对象编程,拥有良好地体系架构和编程模式,Qt/embedded和Qt一样,在4.5版本之后提供了三种不同的授权协议GPL, LGPL和Commercial。有关如何正确选择协议,可以阅读这里[1]。 Qt Embedded目前的版本通常为4.5,提供了两个版本,分别是Qt for Embedded L
AES
- AES加解密算法 C语言编写 小巧 简便 不过没有图形化界面哈-AES by c
ncurses
- 一份较为详细地介绍了linux下用curses函数库进行图形化界面编程的资料-A more detailed descr iption of the use of curses under linux graphical user interface library for programming information
Rsa-java
- java代码实现RSA加密算法,有图形化界面-RSA encryption/edcryption algorithm implements. Writed in java. With user interface.
FileEncrypter
- 1.可以使用DES算法相应的库函数; 2.文件方式读入明文数据; 3.可以用户指定加密密钥或系统指定加密密钥; 4.能够对明文进行DES加密,并能对相应的密文解密出明文 5.以上所有功能要求图形化界面显示. -1 You can use the DES algorithm corresponding library function 2 papers read plaintext data 3 can be specified by the user or system
Qt
- linux下的图形化界面的设计软件QT,比较适合入门者学习,例子介绍的比较详细-it is a good book if you want to study QT.
process
- 该程序是通过mfc图形化界面演示了进程调度的过程,可以选择FCFS,最高优先级和时间片轮转法来展示进程调度。-The program is through the mfc graphical interface demo process scheduling process, you can choose the FCFS process scheduling highest priority and round-robin method to show.
student
- 学生选课系统,VC6.0实现,用控制台模拟图形化界面。学生作品,vc6和vs均可执行,code::blocks是否可以执行未知-Student elective system, VC6.0 achieved using the console simulation graphical interface. Student work, vc6 and vs can be d, whether the code :: blocks can unknown
chapter16
- 嵌入式Linux下图形化界面编程,QT移植图形化界面-Embedded Linux graphical interface programming, QT transplant graphical interface
doclone-0.8.0.tar
- 实现硬盘整盘拷贝或按属性拷贝。有较好的图形化界面。能快速完成拷贝任务。-Realize the whole hard disk copy or copies by attributes. It has a good graphical interface. You can quickly complete the copy task.
jingchess
- 井字棋人机对弈,实现基本的人机交互界面,采用图形化界面显示棋盘和棋子。电脑能根据人下的棋,判断下一步较优的走法。井字棋实现人机对弈,为了实现智能化,要为每一步棋估值,采用极大极小值算法,负极大值算法,alphabeta等算法得出较优的下一步棋。平时一个人也可以下棋自娱自乐了。 井字棋人机对弈为我一个人一组完成。 -Tic-tac-toe man-machine chess, to achieve the basic man-machine interface, graphical int
Caesar
- 简单的caesar加密解密程序,运用MFC或其他工具实现Caesar密码程序及图形化界面。(Simple Caesar encryption and decryption.)