搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
choseclasssys
- 简易的选课系统,满足选课的基本要求,可以扩充,添加模块-simple classes, classes meet the basic requirements, can be expanded, adding modules
RandomCFSEncode
- 使用CFS编码来随机生成字符串的工具,可以作为简易的加解密工具-use CFS coding to the randomly generated string instrument can be used as simple encryption tool
AES
- AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
file_transfer
- linux下用c写的简易聊天室程序,非常好的tcp通信源代码,用的是c语言,一般直接就可以用-under linux with c chat room to write a simple program, very good communication tcp source code using c language, generally can be used directly
RGB_player
- 在linux下简易的播放器,可以用来测试.yuv文件-In summary, under linux player that can be used to test. Yuv file
j_14420_studentScore
- vc++简易学生考试管理系统,分两大功能,学生成绩管理和学生信息管理,功能不太多,完成基本的学生信息录入、查询、管理,可以先看一下源码爱好者测试抓图,比较标准的C++窗体应用,就当作是一个VC操作数据库的参考实例 吧。-vc++ simple examination management system, divided into two functions, their performance management and student information management, func
pralle_shell
- 本程序为Linux下的简易shell,支持多通道和重定向,并可并发同步运行linux程序。-Under Linux this program is simple shell, multi-channel and redirect, and can simultaneously run linux programs concurrently.
zhivote
- 简易的网上投票系统,系统管理: 你的域名/admin/admin_login.asp 帐号:admin 管理密码:123456 配置文件/include/config.asp 数据文件/include/conn.asp 注意事项: 1.本程序只需支持ASP空间即可运行,使用前请先联系空间商。 2.上传wwwroot文件夹到你的网站根目录,然后运行即可。 4.免费版只适合试用和个人用途,如需建立商业站点或公司使用请购买商业版。-Easy online
kokla2.1_w32_Pentium4_optimized
- 使用AES256加密文件和文件夹内容的简易工具,文件也可以用SHA1签名做哈希加密,包含一个命令行版本和一个GUI版本,另外,也可以用于加密邮件的信息。-Simple tool for file encryption and folder content encryption with AES 256. Files can also be hashed with a SHA1 signature. A command line version is available as well as a
FileManager
- 一个简易的文档打开程序,可以直接在本程序中找到打开电脑中的各种文件。-A simple document, open the program, can be found in this program to open the computer in a variety of documents.
FTP
- 在Ubuntu下面实现的一个非常简易的FTP服务器,可以帮助初学者很好学习Unix环境编程~!-In Ubuntu the following a very simple realization of FTP server, you can help beginners learn Unix environment, good programming ~!
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
objpool_test
- 一个简易的内存池,对于优化内存管理有很大的帮助!可以有效地减少碎片-A simple memory pool, for the optimization of memory management is very helpful! Can effectively reduce the debris
stack
- 用栈的思想实现的简易计算器,可直接输入表达式,然后自动计算结果-Ideology with a stack of simple calculator, you can directly enter an expression, then automatically calculated
Qt-Embedded
- 这是在qt界面下实现的多个小程序,能实现很多小功能,实用且简易-This is in the qt interface to achieve a number of small programs that can achieve a lot of small features, practical and easy
ATM.tar
- linux下自己实现的简易ATM,功能。可以查看文件中帐户信息。-linux easy to achieve under their own ATM, function. You can view the document account information.
graph_DFS
- 简易链表linux下实现单向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码-Easy to achieve one-way linked list linux C-language program, a detailed list manipulation functions can be used as reference for learning the C language code
Simple-multi-threaded-server-client-
- 简易的多线程服务器客户机程序,可用于linux系统编程的教学用。一般为实验课程的例子。-Simple multi-threaded server client program can be used for teaching programming linux system. Examples of general courses for the experiment.
glist
- 非常简洁的通用链表代码,直接可以编译可以用!(Very concise general list of list code, directly can be compiled to use!)