资源列表
ysfh
- 约瑟夫环问题 很标准 输入很合理 数据结构课程设计内容-Joseph Central question is a very reasonable standard input data structure the content of the curriculum design
fibonacci
- 经典的斐波那契数列算法,使用c++语言编写。希望对大家有用-Classic Fibonacci sequence algorithm, using c++ language. Want to be useful to everyone
jacobbi
- 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出方程组的近似解,可自由规定精度。-Jacobi iteration code for the iterative solution of equations. After a certain number of iterations of equations can be derived approximate solution can be free to provide accuracy.
ts_sync
- TS流同步模块,对于输入的TS流信号提取同步头。-TS Stream Synchronization Module
Cpp
- 基于Visual C++的定时关机小程序-use the C++
absp
- a temporary file management sys
fibonacci_gen.v.tar
- fibonnaci generator in verilog code
rili
- 一个简单但是非常好的日历程序,精确并且非常易懂。-A simple but very good calendar program, accurate and very easy to understand
Level-analysis-of-the-code
- 用matlab描述的层次分析的代码,它是一种先分解后综合的算法-The the analytic hierarchy described using matlab code, it is a first decomposition comprehensive algorithm
load-wav-to-buffer
- 这只是一段简短的程序 把文件读到buffer中-load wave to buffer
setf2
- 这两个就是格式控制的~ostream成员函数里面的,也可以用输出流操作符来控制,都一样的~附给你一些看看~ 其中cout.setf跟setiosflags一样的,cout.precision跟setprecision一样~ #include <iomanip> 这里面iomanip的作用比较多: 主要是对cin,cout之类的一些操纵运算子,比如setfill,setw,setbase,setprecision等等。它是I/O流控制头文 件,就像C里面的格式