资源列表
huichitubiao
- 在VB中动态绘制图表,供VB编程人员学习-Private Sub Form_Load() Me.MSChart1.chartType = VtChChartType3dCombination Me.MSChart1.ColumnCount = 5 Me.MSChart1.RowCount = 3 Dim column, row As Integer For column = 1 To Me.MSChart1.ColumnCount
wenzhixanzhuan
- VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
zhidonggunping
- VB编程,让文本自动滚屏。供VB人员参考!-Private Sub Check1_Click() If Check1.Value = 1 Then Timer1.Enabled = True Else Timer1.Enabled = False End If End Sub
shannonApp
- Shannon-Fano compressing algoritm
virtualMemory
- Virtual memory implemetation
PicCute
- VB实现与QQ截图大致相同功能,半成品,更多功能请自行修改。-VB PICCUTE
cube-last
- tow cubes moving using visual C-tow cubes moving using visual C++
Addison-Wesley---Modern-CPP-Design--Generic-Progr
- Addison Wesley - Modern C++ Design, Generic Programming and Design Patterns Applied
C_function
- 提供了几种常用的C语言实现的函数,并给出了具体代码-With a few of the most popular language for the C the function, and to the specific code
Exceptional-CPP-CN
- C++异常处理机制,原著Herb Sutter,精讲关于C++的异常机制,由著名学者侯捷等翻译-C++ exception
c
- Important Questions and Answers about C language-Important Questions and Answers about C language...
cPP
- Importand questions and answers about c-Importand questions and answers about c++