-
nlm去噪
用于图像、信号的去噪,提高图像或信号的信噪比。(For image and signal denoising, to improve the image or signal to noise ratio.)
- 2017-11-10 13:48:47下载
- 积分: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
-
vc-csv
Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。(Class Vc++ read and write csv file, this resource is to read and write CSV file very useful class. The method is very good, the code is written in a very simple, very suitable for use in the actual project. I tested, above code CSVOperator.h the, CSVOperator.cpp and StringParser.h copy to the project, can be used directly. In the CSV_OP.cpp file, the main method inside the detailed method of reading the file. Read this file config.csv.)
- 2013-04-19 10:54:25下载
- 积分:1
-
Lottery-and-lucky-Number
一个由MFC编写的可以模拟彩票抽奖系统的小程序,
能够抽奖,兑奖,,查询中奖纪录,以及提供较为有好的交互式界面效果,
请在VS2008或以后版本中才可以打开此工程(a simple lotter number application which can create some random lucky number.
Created under VS2008.)
- 2012-11-10 13:26:03下载
- 积分:1
-
1002
说明: 杭电ACM1002的第二个写法。稍微简单点。(Hang a second electric ACM1002 written. Somewhat easier.)
- 2011-03-16 19:24:35下载
- 积分:1
-
Snake_Source100802
贪吃蛇
利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
- 2010-08-02 10:13:09下载
- 积分:1
-
串口通信i
说明: 串口通信 串口数据传输 通过串口将上位机数据,发送至下位机,下位机将数据传输给上位机并显示(C++ COM CONSTRACT)
- 2019-04-24 14:37:42下载
- 积分:1
-
feixingqi
简单的小游戏,飞行棋,用MFC制作的,可以顺利的完成这个游戏.(Simple games, flight chess, made with MFC, you can smoothly complete the game.)
- 2021-01-04 09:48:55下载
- 积分:1
-
VB
说明: EPSON VB6.0 OPOS开发源代码,很好用的(EPSON VB6.0 OPOS development source code, very good use)
- 2013-09-17 14:50:12下载
- 积分:1
-
AT89LS8252
ATMEL单片机的规格书,AT89LS8252.pdf,需要的朋友可以下载来看看(ATMEL microcontroller specifications, AT89LS8252.pdf, need to take a look at a friend can be downloaded)
- 2009-11-28 17:57:48下载
- 积分:1