-
cppprograming
c++程序设计讲义 cppprograming 含源码(c++ programming including lectures cppprograming source)
- 2007-08-08 11:02:48下载
- 积分:1
-
matcom
This application note is used to demonstrate the use of MATCOM software (by Mathtools Corporation)
to generate Dynamic Link Library files (*.dll files) that can be used with ACOLADE. (This application note is used to demonstrate the use of MATCOM software (by Mathtools Corporation) to generate Dynamic Link Library files (*. dll files) that can be used with ACOLADE.)
- 2008-09-19 19:53:24下载
- 积分:1
-
MATLAB
说明: matlab教程基础功能学习,适合初学者,简单清晰(matlab)
- 2010-04-29 10:07:54下载
- 积分:1
-
ch3_3
泡泡运动,通过载入泡泡图片和背景。运用动量守恒定律来实现泡泡的碰撞。可能缺少几个图片,大家自己补充一下就好(Bubble motion pictures and background by loading bubble. The use of the law of conservation of momentum to achieve bubble collisions. May be missing a few pictures, we like to add your own)
- 2013-10-10 21:21:28下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
虚拟键盘,键盘监控器,键盘坏键检测器
【实例简介】虚拟键盘,键盘监控器,键盘坏键检测器,可以用作直播时键盘的监听器,也可以当作盲打练习器
透明风格,迷你小巧,
- 2021-08-10 00:30:55下载
- 积分:1
-
浮雕方式显示图像。图片将转成浮雕图片。使用C#语言实现。
浮雕方式显示图像。图片将转成浮雕图片。使用C#语言实现。-Relievo displayed image. Picture will be transferred into a relief image. The use of C# Language.
- 2022-03-18 03:29:09下载
- 积分:1
-
OFDM
:采用FPGA来实现一个基于OFDM技术的通信系统中的基带数据处理部分,即调制解调器。其中发射部分的调制器包括:信道编码(Reed-Solomon编码),交织,星座映射,FFT和插入循环前缀等模块。我另外制作了相应的解调器,可以实现上述功能的逆变换。(: Using FPGA to implement a technology-based OFDM communication systems in base-band data processing part of the modem. One part of the modulator launch include: channel coding (Reed-Solomon coding), interleaving, constellation mapping, FFT and cyclic prefix insertion modules. I also produced a corresponding demodulator can achieve the above-mentioned inverse transform function.)
- 2009-04-16 12:28:17下载
- 积分:1
-
距离最短路由
用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
- 2020-07-08 17:48:55下载
- 积分:1
-
bin转s19
说明: BIN文件转换成带地址的S19文件的工具,在windows平台下运行,一直在用比较方便。(The tool for converting BIN files into S19 files with addresses, which runs on Windows platform.)
- 2020-06-18 22:40:02下载
- 积分:1