搜索资源列表
任天堂仿真器.rar
- 任天堂模拟器,可以移植到任何处理能力足够的嵌入式平台,纯C代码,很有价值。
libid3tag-0.15.1b.tar
- linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
libmad-0.15.1b.tar
- linux下MPEG编解码程序,有vc工程,纯C代码-MPEG codec library on Linux, has VC build project, pure C source code
madplay-0.15.1b.tar
- linux下MPEG播放器,支持各种格式,有vc工程,纯C代码-MPEG play used under linux, support many style, C code
libz-1.1.4.tar
- linux下MPEG编解码库文件,有vc工程,纯C代码-The library file about MPEG coding and decoding in linux system,including VC projects and pure c codes.
loop
- 基于RTL8019XX芯片实现loopback mode 1 ,2 和 3,纯C代码.-based RTL8019XX chip loopback mode 1, 2 and 3, pure C code.
FaceDetection[write-in-C]
- 使用纯C语言实作,找出图像中的人脸,具体过程使用到色彩空间转换、光线补偿、二值化、八连通等等方法,最后框出人脸。 注:请使用bmp格式的图像并命名为input.bmp-Using pure C language implementations, figure out the image of the human face, the use of the specific process to color space conversion, light compensation, bin
C-implementation-of-FFT
- 纯C实现的FFT,与matlab计算结果完全一样。点数必须为8,16,32,64,128,256- C implementation of FFT, and matlab calculation results are exactly the same. 8,16,32,64,128,256 points must be...
A-pure-C-calculator
- 一个纯C实现的图形化计算器. A pure C implementation of graphical calculator-A pure C implementation of graphical calculator
fft
- 纯c 实现的fft 正变换,与matlab 计算结果比对一样。肯定是可以用的(It contains a file . You need include mach.h.This fft result have be compare it to matlab .)
signal_test
- 使用c++实现的信号-槽机制,未使用boost库,纯c++11,可移植(Using the c++ implementation of the signal slot mechanism, not using the boost library, pure c++11, can be transplanted)
225801rc
- 纯C实现RC2的加密解密接口,验证可以使用(RC2 encryption decryption C)
纯c语言迷宫源码
- 这是一款非常好玩的游戏,欢迎来玩。这是c语言所写(This is a very good game ,welcome to play.)
SplitNovel
- 纯C语言实现的一个给小说自动分章的功能......(Pure C language to achieve the function of an automatic chapter split into the novel)
push_box
- 推箱子小游戏,纯C语言编程,很好的学习例子(Push Box game, pure C language programming, a good example of learning)
cstring-master
- C语言实现字符串功能 String.h 纯C语言实现(C language to achieve string function String.h Pure C language implementation)
C#图书管理系统
- 利用vs2015以及sql server 2016编写的图书管理系统,纯手打,包括工程以及数据库bak还原文件。基本实现了图书管理需要的功能。下载后注意重新配置数据库。(Using vs2015 and SQL Server 2016 book management system, pure hand, including engineering and database bak restore file. The function of the book management is basic
打砖块
- 一个纯C#语言的打砖块小游戏(winform)(A brick playing game in C# language.)
C++创建Windows服务
- 不使用vs自带的Windows服务创建模板,而是用纯C++创建windows服务,实现了服务的安装和卸载。
单片机控制的继电器c程序
- 基于单片机对继电器的控制,纯c程序,供大家参考学习