-
bcjrforcpm
用bcjr算法对cpm连续相位调制进行译码的程序,按照IEEE leter 2000年文章写的(Cpm with bcjr algorithm for continuous phase modulation decoding process, in accordance with IEEE leter 2000 writing the article, written by)
- 2021-01-05 17:58:54下载
- 积分:1
-
Windows-programmer-desion
说明: 是一部window开发比较全面的书籍,书中涉及了window开发的所有内容,适合有一定编程基础的开发人员不断地学习。(Window is a more comprehensive development of books, book covers all the contents of window development for a certain programming based development staff have been learning.)
- 2011-03-04 11:40:20下载
- 积分:1
-
RevSubStr
长度为N(N很大)的字符串,求最长回文串(Length N (N large) strings, find the longest palindrome string)
- 2013-09-29 11:52:47下载
- 积分:1
-
滑动平均法
滑动平均法消除趋势项,MATLAB导入数据就能使用了,方便快捷(Moving average method to eliminate trend items)
- 2017-11-18 22:40:43下载
- 积分:1
-
greedy-snake
游戏-贪吃蛇vb2008 visual basic 2008(games-greedy snake)
- 2012-08-03 22:23:51下载
- 积分:1
-
34401a
VB 透过GPIB 和仪器通信,代码比较简单,仅供参考。谢谢(VB communicates with the instrument through GPIB. The code is relatively simple and is for reference only. Thank you)
- 2020-06-22 18:00:01下载
- 积分:1
-
POJ1007
北京大学ACM POJ1007题
实现了对字符串按逆序排列(Peking ACM POJ1007 title achieved by reverse order of string)
- 2010-11-03 00:00:52下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
interaction-interface
Design of man-machine interaction interface
- 2012-02-23 17:13:54下载
- 积分:1
-
MTKcallhistoryoperate
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 (makefile)
- 2010-02-22 15:39:02下载
- 积分:1