-
c语言实现文件的加密
算例1实现了对批处理程序加密的功能。运行效果见文件包中的附图.
程序运行后,提示输入一个批处理文件,若文件不存在,则显示打开失败,否则对文件进行加密,并提示文件加密成功。
知识点:文件结束符、换行符的意义与ASCII值。
算例2实现了一个简单的加密算法的设计。运行本例后可以以用户提供的密码为密钥把某个文件进行加密。
知识点:异或运算在加密中的运用以及对文件的字节码转换。
- 2023-01-29 22:10:03下载
- 积分:1
-
Based on direct LU decomposition method, to solve complex coefficients equations...
基于LU分解的直接求解方法,求解复系数方程组A.x=b的解-Based on direct LU decomposition method, to solve complex coefficients equations Ax = b solution
- 2022-02-01 04:50:07下载
- 积分:1
-
背包 java
alalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与背包的盲目追求,盲目追求的盲目追求的盲目追求的盲目追求的盲目追求的盲目追求的盲目追求的盲目追求的盲目追求
knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与背包的盲目追求,盲目追求的盲目追求的盲目追求与算法
knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与背包的盲目追求,盲目追求的盲目追求的盲目追求的盲目追求的盲目追求与算法
gorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与 knapsackalgorithm 与盲目追求的盲目追求的盲目追求的盲目追求的
- 2022-03-20 11:50:06下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程...
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
- 2023-05-23 21:35:04下载
- 积分:1
-
时域差分法计算一维光子晶体反射率和透射率
时域差分法计算一维光子晶体反射率和透射率。时域差分法是最新研究光子晶体的科学数值方法。使用MATLAB编写了其源码,对于研究光子晶体的人们,有重要参考价值。
- 2022-12-02 07:00:03下载
- 积分:1
-
http代理
c语言完成的http代理,完成功能:获取浏览器的get报文;修改报文的Encoding-type; GET报文中转到web服务器,代理接收服务器的内容,解析content-length, 或trunked的http回文,再中转给浏览器。可以在应用层实现,http报文的修改。
- 2022-06-12 22:09:13下载
- 积分:1
-
拉格朗日插值函数算法的示例
拉格朗日插值函数算法的示例-Lagrangian function interpolation algorithm examples
- 2022-07-21 17:26:50下载
- 积分:1
-
购物车代码
本程序以c++为基础进行开发,具有基本网络购物车的功能,能够进行添加,删除以及修改商品等等内容,用到了数据结构的知识
- 2022-03-03 23:58:22下载
- 积分:1
-
使用结点分析法求解直流电阻电路,并将结果保存在txt格式的文档中...
使用结点分析法求解直流电阻电路,并将结果保存在txt格式的文档中-The use of node analysis method to solve the DC resistance circuit, and the results saved in txt format document
- 2022-07-27 14:21:49下载
- 积分:1