搜索资源列表
C#窗体的重要设计技巧
- 开发工具vs2005 1如何访问应用程序目前所有已打开的窗体 2如何创建一个继承窗体 3如何创建.MDI应用程序 4创建与使用模式对话框 5如何创建透明的窗体 6.TransparencyKey属性的用途是什么 7如何创建非矩形的窗体与控件 8没有控件数组的日子怎么过 9如何管理多个最顶层窗体 10如何显示一个顶层窗口但是不使其成为活动窗口 11如何获取显示器的屏幕信息 12如何让窗体在系统任务栏的托盘区中显示成单一图标
glib-2.12.11
- glib是一个开源的跨平台的库,本程序是glib的Windows版本,glib-dev-2.12.11.zip包含头文件,和lib库。-GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a
wdjpq-v0.11
- 无敌记牌器通用版wdjpq-v0.11 简单明了耐用-Invincible note cards on Universal Edition wdjpq-v0.11
old-ucos-v1.11
- old-ucos-v1.11.zip ucos1.1版本,看看老版本的代码和现在自己用的代码,通过了解历史可能在改进ucos功能和健壮性上有启发。-old-ucos-v1.11.zipucos1.1 version, look at the old version of the code and now using their own code, through an understanding of history may improve the functionality and rob
11
- 很好玩的俄罗斯方块游戏,在C++ build 开发的源码。-good game
polarssl-0.11.1-gpl
- 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
Applet-C-11
- 11个C语言小程序,里面包括如WINDOWS强制关闭程序或进程、最美图形设计、走迷宫等-C-11 small programs, which include, for example WINDOWS forcibly closed by the program or process, best graphic design, maze, etc.
ISO.C.11
- C++11标准.英文版. 1. 支持Lambda表达式( lambda expressions) 2. 对象自动类型推导(automatic type deduction of objects) 3. 统一初始化语法(uniform initialization syntax) 4. 代理构造(delegating constructors) 5. deleted 和defaulted函数声明(deleted and defaulted function declaratio
C++ Concurrency in Action CN
- C++11 多线程书籍 老外编写 值得一读(C++11 multithreaded books, foreigners prepared, worth reading)
cpp11_thread-master
- 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)
Cpp_Concurrency_In_Action-master
- c++11的并发编程指南,用markdown写的。(a tutorial for concurrency code of c++11)
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)
C++11FAQ 中文版
- Information technology -- Programming languages -- C++
C++并发编程实战
- 本书是基于C++11新标准的并发和多线程编程深度指南(C++ Concurrency in Action)
深入理解C++11:C++11新特性解析与应用(高清64M)
- 深入理解C++11:C++11新特性解析与应用(高清64M(A deep understanding of C++11:C++11 new features resolution and application (HD 64M).Rar)
深入理解C++11:C++11新特性解析与应用
- 能较好的说明C++11的特性,起到较好说明功能(It can better explain the characteristics of C++11 and play a better function.)
深入理解C++11
- c++11详细介绍了c++11的内容,对学习和使用c++有很大的帮助(C++11 describes the content of c++11 in detail)
C++并发编程实战(中文版)
- c++并发编程,使用c++11最新技术,通过实例讲解c++并发编程的技巧及注意事项(C++ concurrent programming, using c++11 latest technology, through examples to explain c++ concurrent programming skills and matters needing attention)
vector
- vector.h中实现了类模板Vector,代码按照C++11标准编写,支持C++11诸多新特性。 * 构造:预定义规模构造、右值构造、使用初始化列表构造、迭代器复制构造、向量整体复制构造、 向量区间复制构造…… * 迭代:支持基于范围的迭代,提供类Javascr ipt迭代器的迭代方式。 * 运算符重载: = / [] / == * 基本操作:Size(), Capacity(), Empty(), Clear(), Reserve(), Resize(), Push
C++ 11 常见问题
- C++ 11 常见问题描述文档,来自c++ 之父的解答,解惑,c++ 参考必备