-
450843042112
四川大学vb课程的作业,包括了visualbasic程序设计教程这本书上的课后习题部分源码(Sichuan University vb program operations, including visualbasic programming tutorial this book is part of the source on the after-school exercise)
- 2011-07-17 13:25:51下载
- 积分:1
-
prjconverter
把vc++7工程转换为vc++6的小工具。用法:prjconverter c: mpetterxmletterxml.sln(VC++7 to VC++6 project converter)
- 2010-09-18 07:09:06下载
- 积分:1
-
MY-Project
俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
- 2013-09-09 09:51:59下载
- 积分:1
-
sy7
一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
- 2013-10-19 11:00:18下载
- 积分: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
-
auiwfhawuibwiofbawofb45
testing upload of 2 length must be higher
- 2017-08-30 00:56:58下载
- 积分:1
-
pqx
平曲线计算程序,是道路设计中计算曲线要素的程序(Flat curve calculation program, is calculated curve of road design elements of the procedure)
- 2021-04-11 13:08:58下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
DllTest
dll动态链接库的另一个简单的用法 希望对初学者有用(Another simple dll dynamic link library usage is useful for beginners)
- 2012-09-17 20:01:51下载
- 积分:1
-
vec
A simple vector operation class and header
- 2009-04-22 00:13:18下载
- 积分:1