-
clumsy-0.2-win32
利用封装 Winodws Filtering Platform 的WinDivert 库, clumsy 能实时的将系统接收和发出的网络数据包拦截下来,人工的造成延迟,掉包和篡改操作后再进行发送。无论你是要重现网络异常造成的程序错误,还是评估你的应用程序在不良网络状况下的表现,clumsy 都能让你在不需要额外添加代码的情况下,在系统层次帮你达到想要的效果(Using Winodws Filtering Platform package WinDivert library, clumsy can real-time system receives and sends the network data packets intercepted, delay caused by artificial, substitution and tampering after sending operation. Whether you want to reproduce the program errors caused by network exceptions or evaluate the performance of your applications under bad network conditions, clumsy can help you achieve the desired results at the system level without additional code.)
- 2017-12-11 16:44:17下载
- 积分: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
-
LOL热键连招助手v1.1
应景的变成表秀天天破解,应景的变应景的变(Seemingly intelligible and unproductive)
- 2020-06-22 02:20:01下载
- 积分:1
-
vbkingviewpid
基于VB和组态王的水箱液位单神经元自适应PID控制(Based on VB and water tank of single neuron adaptive PID control
)
- 2012-02-28 10:54:24下载
- 积分:1
-
Librerietroutines
STM32F407 例程 Libraries(STM32F407 routines Libraries)
- 2017-04-18 04:46:21下载
- 积分:1
-
74_videocap
VB简单的影音采集程序,有需要的就下载吧。(VB simple video capture program, there is a need to download it.)
- 2013-08-17 10:16:53下载
- 积分:1
-
Kruskal
kruskal 算法的c++实现,你可以很好的使用,数据结构的只是看它(kruskal it maybe useful to,you can see it)
- 2010-01-05 14:33:17下载
- 积分:1
-
itto
在windows2000,windows XP,2003上修改网卡IP地址并编程使之生效(In Windows 2003, Windows XP, 2003, modified on the network card IP address and programming into law)
- 2017-04-11 13:42:05下载
- 积分:1
-
Snake_C
说明: 贪吃蛇源码c++实现,经典游戏编程,适合爱好者学习(Snake Source c++ implementation, the classic game programming for fans to learn)
- 2010-04-25 17:39:12下载
- 积分:1
-
fenshuclass
分数重载,实现分数的加减乘除运算,实现分数重载(The heavey fraction,add,subtract,multipy and divide operations)
- 2018-01-12 14:17:34下载
- 积分:1