輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括
1) base C++ review,
2) Pointers and Dynamic Objects,
3) Recursion,Linked Lists,
4) Stacks and Queues,
5) Algorithm Analysis,
6) Insertion Sort and Mergesort,
7) Quicksort,
8) Heaps and Heapsort,
9) Lower Bound of Sorting and Radix Sort,
10) Binary Trees and Binary Search Trees
11) AVL Trees,
12) B+ Trees
13) Graphs and Breadth-First Search
14) Depth-First Search
15) Connected Components, Directed Graphs,
16) Topological Sort
17) Hashing
18) Pattern Matching
19) Additional Review
標簽:
Pointers
Dynamic
Objects
review
上傳時間:
2014-10-10
上傳用戶:chfanjiang
用VB做QQ強制聊天器
用VB做QQ強制聊天器
大家好..我是愚罪..QQ:303931726
今天教大家來用VB做QQ強制聊天器.....
廢話不多說了```
直接打開VB 新建一個EXE文件..新建一個Text和一個Command按紐
最后直接把代碼寫上去就可以了...
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hwnd As Long, _
ByVal lpOperation As String, _
ByVal lpFile As String, _
ByVal lpParameters As String, _
ByVal lpDirectory As String, _
ByVal nShowCmd As Long) As Long
Private Sub Command1_Click()
ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1
End Sub
可以了...生成試驗下..我就不美化了..你們可以去美化下```
看。。成功了
標簽:
303931726
家
QQ
上傳時間:
2014-01-19
上傳用戶:日光微瀾