-
c++ 通过dao 读写 access文件 实例源码下载
c++ 通过dao 读写 access文件 实例源码下载
- 2015-03-16下载
- 积分:1
-
CCS上仿真fft变换
快速傅里叶变换,基于DSP C5500系列平台,包含c源文件、cmd文件。
- 2022-01-26 03:16:48下载
- 积分:1
-
asp.net 多张图片上传例子源码下载(flash)
c# asp.net 多图上传例子源码
- 2014-12-23下载
- 积分:1
-
蓝牙模块
STM32控制的蓝牙模块,包含上位机,可以单片机通信,可以无线下载程序,K60控制程序源码,蓝牙主从机一体收发。附带上位机。
- 2022-02-12 03:36:14下载
- 积分:1
-
Cyuyan100li-p
本PDF内有100道C++基础知识的编程,讲述了各种情境下的编程方法,为初学C++着提供良好的平台实例。(This PDF is 100 basic knowledge of c++ programming, programming method, tells the story of a variety of situations for beginners c++ provides a good platform for instance.)
- 2014-07-05 18:15:10下载
- 积分:1
-
huffman编码码长效率
#include
#include
#include
#include
using namespace std;
const MAXSIZE=100;
typedef struct Huffmantree
{
char cname;
int weight,mark;
struct Huffmantree *parent,*lchild,*rchild,*next;
}Hftree,*linktree;
- 2022-04-15 20:09:22下载
- 积分:1
-
E2Q2E
欧拉角和四元数的转换:输入偶欧拉角,按Rechnen,程序会自动将欧拉角转换为四元数,再得出最终的方位。(Euler angles and quaternion conversion: input dual Euler angles, press Rechnen, the program will automatically Euler angles conversion quaternion, and then come to the final orientation.)
- 2012-09-17 21:30:30下载
- 积分:1
-
STM32-AD9850-DDS
STM23控制AD9850产生不同频率正弦波(STM23 control AD9850 produce different frequency sine wave)
- 2020-12-21 12:09:09下载
- 积分:1
-
ViewScene
fbx 文件的读写。经典的读写代码,编译并运行成功。(fbx file read and write.)
- 2014-07-08 14:42:48下载
- 积分:1
-
IAP_for_ w5500
说明: 基于STM32单片机,通过w5500以太网芯片下载APP的IAP程序,实测正常使用。(Based on STM32 microcontroller, the IAP program of APP is downloaded through w5500 Ethernet chip, and it is tested to be in normal use.)
- 2020-06-15 22:23:56下载
- 积分:1