资源列表
[驱动编程] DedarUSBGuardFilter
说明:lock incoming .exe file in flesh memory<sddas> 在 2025-08-26 上传 | 大小:138kb | 下载:0
[单片机(51,AVR,MSP430等)] LED
说明:流水灯 使一排led灯轮流闪烁,然后隔一个闪烁一次 正着过去反着回来-Light water to make a row of led lights flash alternately, and then flashes once every one is the opposite of the past come back<ybw> 在 2025-08-26 上传 | 大小:9kb | 下载:0
[C#编程] DATA-OUT
说明:数据从数据库导出EXCEL数据 从数据库导出EXCEL-data out execel data out execel data out execel<zhongguoren> 在 2025-08-26 上传 | 大小:416kb | 下载:0
[IOS] RTBeanUnitDemo
说明:利用反射和内省将json数据装载到实体类里-Using the reflection and introspection will load json data to the entity class<RICKY> 在 2025-08-26 上传 | 大小:117kb | 下载:0
[matlab例程] PD_control_model
说明:单位反馈二阶系统,采用比例加微分控制,提前对系统产生修正-Order unity feedback system that uses proportional plus derivative control, in advance of the system to produce correction<gao zheng> 在 2025-08-26 上传 | 大小:7kb | 下载:0
[matlab例程] Matlab_simulationg
说明:智能天线波束形成算法仿真大全,里面有各种算法的仿真,包括最小均方误差,SMI,RLS等等经典的算法,适合初学智能天线的学者研究,代码精简,望给好评。-Simulation of smart antenna beamforming algorithm, there are all kinds of algorithm simulation, including the minimum mean square error, the SMI, RLS and so on the classical a<张瑞卿> 在 2025-08-26 上传 | 大小:2.34mb | 下载:0
[单片机(51,AVR,MSP430等)] adc1
说明:温度测量:利用msp430和pt1000采用分压查表法测量环境温度-Temperature measurement: the use and pt1000 msp430 table method using the partial pressure of the ambient temperature measurement<汪刚> 在 2025-08-26 上传 | 大小:178kb | 下载:0
[单片机(51,AVR,MSP430等)] cyuan
说明:实现功能:89c51+DS18B20+LCD1602-Achieve functional: 89c51+DS18B20+LCD1602<zhouyajie> 在 2025-08-26 上传 | 大小:61kb | 下载:0
[加密解密] LabView-Crack-passwords
说明:用于在编程时忘记自己所设置的密码(不能过长)的解码。-For programming forget the password set (not too long) decoding.<lihai> 在 2025-08-26 上传 | 大小:185kb | 下载:0
[图形图像处理(光照,映射..)] Untitled
说明:基于小波变换的图像压缩程序,matlab程序,程序比较简单。-Wavelet-based image compression procedures, matlab program. . . . . . . . . . . . . . . . . . .<王伟> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[汇编语言] RSA-CPP
说明:RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim<wang> 在 2025-08-26 上传 | 大小:2kb | 下载:0