搜索资源列表
计算器源代码c
- 计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。-c source code calculator. Windows and almost onboard functions. Many scientific computing has not joined.
一个通用的隐性马尔可夫C代码库
- 一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
C++_Program
- 几个比较经典的C++源程序及头文件,希望对学习者有所帮助!-several more classic C + + source code and header files, and I hope to help learners!
Counter(C++)
- 计算机组成原理的一个浮点数运算器。 C++编写,可输入阶码位数,尾数位数。完整实现浮点数的运算。-Computer principle of a floating point arithmetic unit. C, the code can be imported bands, the median mantissa median. Achieve complete float arithmetic.
转人民币大写C++源代码
- 转人民币大写C++源代码.zip-turn yuan capital C source code. Zip
WaveLet-C-code
- 实现小波变换的C代码,其中小波选择Marr小波。
C语言精彩编程百例_源代码
- C语言精彩编程百例_源代码-100 excellent examples of C language_orginal code
100道C语言经典实例
- 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
矩阵处理的C语言源程序
- 矩阵处理的C语言源程序 是用C语言处理矩阵问题的一个源程序 很有用的哦-matrix of C language source code is in C language processing matrix of a very useful source of the oh
IEEE754.rar
- IEEE754格式,16进制浮点数转换C++源码,IEEE754 format, 16-band floating-point conversion C++ source code
C-algorithm
- C语言常用算法源代码,各算法见目录下文件名,希望对各位学习有帮助-C language source code commonly used algorithm, the algorithm see the file name directory, and they hope to help you learn
numerical_recipes_V2.08h(windows)
- 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Windows版本V2.08h版,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included in a user s own
code
- This contains c- c++ code for AI problems like 8 puzzle, 15 puzzle and nqueens problem
polyfit-c
- 多项式拟合的C语言代码,可以用于各种数学计算,参数拟合等-Polynomial fitting of the C language code can be used for a variety of mathematical calculations and parameter fitting
c++ code
- this code is showing how to use STL.
Encoder/Decoder for binary BCH codes in C
- Encoder/decoder for binary BCH codes in C
CUDA-code
- 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
C语言股票成本计算器
- 适用于目前的上证和深证股票的成本计算,纯C语言源码,可以作为初学者学习参考,控制台小程序.(simple pure C code for stock cost calc.)
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)