资源列表
Windows-core-programming
- 长销不衰的Windows编程经典 权威力作 再度新鲜亮相 名著名译 彰显经典魅力 深刻剖析底层实现机理 直击Windows编程精髓 Windows核心编程(第5版)针对Windows XP,Windows Vista和Windows Server 2008全面修订。主题广泛,内容丰富,讲解深入而精辟。透过这本Windows编程经典,我们可以在专家的悉心指导下,洞悉Windows编程精华,深入了解高级编程技巧,编写出高性能的Windows应用程序。
c
- C的课件,老师上课的内容,非常易懂,分享出来。-C, courseware, teacher in class is very easy to understand.
VcPPClassic-Tutorials
- 系统讲解如何使用VC编程,包括窗口,工具条,对话框,控件,数据库、多线程与串行通信的编程。对初学者有一定的帮助。-System to explain how to use the VC program, including windows, toolbars, dialog boxes, controls, database, multi-threaded programming and serial communication. Be helpful for beginners.
cPP
- 详细介绍C++编写时大家都容易遗漏的小问题,纠正编程小毛病,养成编写代码好习惯。-Details when you write C++ are easy to miss the small problem
Thinking-of-C-P-P
- C++编程思想,C++程序员不可或缺的一本好书。希望对大家有帮助。-Thinking of C++ programming, an indispensable book of C++ programmers. I hope to help you.
cPointReSource1
- c和指针的源代码,适合于初学者和想深入学习c的同学,代码均能调试通过,希望对您有帮助-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 C and pointers to the source code, suitable for beginners and would like to study in depth C classmates, code can debug through, I hope for your help
windowsAPI
- the Windows下系统编程api集合,你懂的-The API of windows program.you know!
fun
- VC大量函数总结,欢迎大家下载,非常实用 VC大量函数总结,欢迎大家下载,非常实用-VC summarize a large number of functions, are welcome to download, very useful VC summarize a large number of functions, are welcome to download, very useful
jiqiao
- VC常用技巧,欢迎大家下载,非常实用 VC常用技巧,欢迎大家下载,非常实用-VC commonly used techniques are welcome to download, very useful VC commonly used techniques are welcome to download, very useful
14
- the prc of C++for user to up load-the prc of C++for user to up load
fuck
- 锁相环初始化1锁相环初始化2锁相环初始化3锁相环初始化4锁相环初始化5锁相环初始化-initialization of freescale smartcar,which is useless.I upload it just for fun,haha.I am a university student and I know nothing about programming.Twenty words?Shit.Twenty?Shit.Twenty?Shit.Twenty?Shit.Twenty?
VB_Load
- Option Explicit Private Sub Command1_Click() Text1.Text = "" Dim i As Single For i = 0 To File1.ListCount Text1.Text = Text1.Text & File1.List(i) & Chr(13) & Chr(10) Next i End Sub Private Sub Dir1_Change() File1.Path = Dir1.P