说明:delphi中对字符串进行加密与解密,适用于帐号等信息的加解密处理,避免帐号泄漏,程序为单元形式,直接加入工程即可调用.-delphi on string encryption and decryption for account information such as encryption and decryption processing, to avoid leaking account, procedures for the u <liujian> 在 2025-02-28 上传
| 大小:1kb | 下载:0
说明:利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation <zhangyang> 在 2025-02-28 上传
| 大小:1kb | 下载:0
说明:基本的fft算法,基2fft算法的c语言编程。该程序简单-Basic fft algorithm, based 2fft algorithm c language programming. The procedures are simple <陈晓> 在 2025-02-28 上传
| 大小:1kb | 下载:0
说明:在BUF数据区中放有三个双字节数,现要求将这三个数按从大到小次序重新存放。分别将这些数视为有符号数和无符号数这两种情况编写程序。-Placed in BUF data area has three double-byte number, are required by these three numbers beginning with the largest order of re-deposited. There were sign <夏玥> 在 2025-02-28 上传
| 大小:1kb | 下载:0
说明:函数fun的功能是将形参a所指结构体变量s中的数据进行修改,并把a中地址作为函数值返回主函数,在主函数中输出修改后的数据。-Function fun feature is the structure parameter a referred variable s in the data modification, and to a function value in the address as the return to the ma <晶晶> 在 2025-02-28 上传
| 大小:1kb | 下载:0
说明:函数fun的功能是将存放学生数据的结构体数组按照姓名的字典序(从小到大)排序,在fun函数内采用的选择排序法,选择排序法中的升序排序,首先从数组中挑选一个元素,把它和第一元素交换,接着从剩下的n-1个元素中再挑出一个最小的元素,把它和第二个元素交换,不断重复以上过程,直到比较完最后两个元素。
-Function fun function is to store the data structure an array of stude <晶晶> 在 2025-02-28 上传
| 大小:1kb | 下载:0