资源列表
lssb_dem.m
- LSSB调制解调的MATLAB演示源程序产生消息曲线 载波曲线 频谱曲线等-LSSB modulation and demodulation of MATLAB source generated news demo curve carrier curve spectrum curve
分数阶傅里叶变换的小程序
- 利用分数阶傅里叶变换来检测和估计LFM信号
RC4
- 现代密码学实验RC4实验,现代密码源代码-Modern Cryptography RC4 experimental experimental, modern password source code
VB-dll
- VB中创建的DLL只是COM组件,无法作为输出函数的DLL,其实这只是个错误的说法。-vb-dll
mycannon
- 该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables.
drawSM
- Draw colecting places for Vehicle. Draw on panel.
PROYCOMP
- Compilador primera fase Tokenizacion escrito en lenguaje C
lswitchex
- Keyboard layout switcher. - switch the layout on Right Ctrl - prevent Start Menu popup on accidental Win-key press (Ctrl-Esc as an alternative) - flips the layout on CapsLock press and flips back on unpress.
ReadBitmap
- 读取位图像素点到内存空间中,模拟API的方式完成-Completion of the read bitmap pixel points to a memory space, analog API
sun
- 用于低轨太阳同步轨道卫星的地影参数的计算-Earth' s shadow calculation
Student-project-CPP
- student problem is good project do in iran and another cities have a good time
DMX512
- void DMX_SendPacket(void) //发送DMX512数据 { //配置为普通IO pDMX_buf = 0 发送起始码 00 GPIO_Tx_Config(0) //设置发送的引脚为普通IO PA2 = 0 //输出低电平 delay_us(150) //延时150us PA2 = 1 //输出高电平 delay_us(13) //延时13us GPIO_Tx_Config(1) //设置发送的引脚为复用IO //USAR