搜索资源列表
INIFileOP
- 用C写的INI文件的读写,具有通用性,可放心用于嵌入式开发-C wrote INI file reader can be used, and can be assured for Embedded Development
filter_source_code
- 用c语言编写的滤波器源代码,读者可以进行修改,添加到自己的工程中.可以方便的移植到单片机以及嵌入式处理器中去.
vc
- jpeg转bmp图源码,纯C代码,可移植到嵌入式系统
5956450XNA2D
- xna 2.0 开发的2d图这个本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方找到,不清楚的可以与我联系contact me at the followying addre
Daubechies_EZW
- Daubechies小波变换和嵌入式零树编码(EZW)C语言程序,非常有用
ezw(c1)
- 基于嵌入式零树小波编码的C语言程序实现。-Based on embedded zerotree wavelet coding of C language program.
EZW
- 嵌入式零树编解码-Embedded zerotree codec
LZW
- 采用C++编写的已经封装好的lzw压缩算法,对于常规文件压缩而言,这个压缩算法的速度还是比较不错的,也可以用于嵌入式平台下使用-The use of C++ package has been prepared lzw good compression algorithm, the conventional file compression, this compression algorithm is quite good speed, can also be used for embedded
Data-Structure
- C++与数据结构的一些学习资料,包括C++primer,清华的C++课件,C++的嵌入式编程等。-C++ and data structure of a number of learning materials, including C++ primer, Tsinghua s C++ software, C++ embedded programming.
embeded_system_realize_with_c
- 嵌入式系统的建模及matlab仿真,同时给出相应的C++实现代码-failed to translate
c_list
- C语言下开发的双链表算法,模拟C++中STL接口说明,可以在嵌入式C语言中直接使用。-double list using C language.
c_matlab
- 关于c语言与matlab编程接口的一本电子书 对嵌入式仿真有一定帮助-On the c programming language and matlab interfaces to the embedded simulation of an e-book will definitely help
CurveFit
- 嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct
PNN
- 嵌入式概率神经网络C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C probabilistic neural network algorithm, the LPC2200 on a long-running success, the algorithm result is correct
dingqianbeicotestcode
- poj3748-3752,“顶嵌杯”全国嵌入式系统C语言编程大赛初赛高质量代码。仅供参考。-code for poj
ezwc11
- 用C语言实现EZW编码算法,嵌入式零树小波编码算法。-EZW coding using C language algorithms, embedded zero tree wavelet coding algorithm.
test_conf
- 标准C实现配置文件处理代码,可以识别出各种错误格式,非常合适嵌入式编程中使用-Standard C to achieve the configuration file handling code, you can identify a variety of error formats, very appropriate use of embedded programming
chap12
- MATLAB c++ 可以实在嵌入式的环境下联合编程。联合仿真-MATLAB c++ can be embedded in the environment is the joint programming. Co-simulation
h.264_vc
- C语言实现的H.264视频压缩协议,方便移植到各种嵌入式平台-C language implementation of the H.264 video compression protocol to facilitate the migration to a variety of embedded platforms
RSA算法C源码
- RSA算法C语言算法源码,在实际产品用使用,包括密钥对的产生,公私钥的加解密,可以很方便地移植到STM32F103等嵌入式芯片上使用。