搜索资源列表
decode
- //接收端的解码模块(可综合) //在信号接收的刚开始发送端发送的是10个1信号, //即10个+M序列,所以我们在开始时每接收到一个信号做一次累加运算 //当出现正的高峰时则认为达到同步,进入同步解调过程(mainbody)。 //也就是从此每进入一个信号就进行相应的相乘相加, //在解接收到31个信号后进行一次判断,大于0认为接收到1,小于0认为接收到0。-//Receiver decoder module (which can be integrated)// at t
FirstFollow
- 使用vc++实现first-follow集的求解,编译原理-Using vc++ to achieve first-follow set of the solution, compiler theory
jiefangcheng
- 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
C
- We see that the use of Embedded C language - based on its productivity and portability merits - is gradually expanding in Japan. We have implemented a complete suite of tests for the Embedded C language extensions into our well known C Compiler Quali
fibonacci
- The fibonacci series is one of the most important series ever found. This series have introduces many new concepts and ideas. Asked to every student to amplify the ideology of coders, this code provides optimum solution to the series.
Text1
- 这是一个关于关键路径的求解过程的代码,仅供参考-This is the code of the solution process on the critical path, for reference only