资源列表
[其他小程序] 如何用c语言给一个文件加密
说明:如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user<小刘> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[VHDL编程] frequency发生器
说明:vhdl语言实现的频率发生器,可以产生不同的频率-A frequency generator wirriten by VHDL, which can generate different frequecies.<xf> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] 模拟退火程序
说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right u<小刘> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] X2504345 应用
说明:看门狗25045的实例。//25045的4根io脚接在同一端口,本例为p1,//请根据实际电路更改引脚定义-watchdog 25,045 examples.// 4 of 25,045 feet io Then in the same port, the cases of p1,// light of the actual circuit-pin definition change<张天河> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] BCD2HEX互换
说明:单片机编程的bcd码和hex码的互换,BCD2HEX 例子: c=BCD2HEX(0x255) //255 转成HEX为0xff c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255)// 255 to HEX conversion c = 0xff HEX2BCD (0xff)<张天河> 在 2025-06-26 上传 | 大小:1kb | 下载:0