搜索资源列表
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
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.
Mixed-C-and-assembly-
- C语言和汇编语言混合编程实践 第1章 DS18B20 第2章 pcf8563 第3章 DS1305 第4章 MAX1241 第5章 MAX147 第6章 MAX197 第7章 MAX186 第8章 max111 第9章 ad7705 第10章 DS1620 第11章 ad7416 第12章 MAX517 第13章 MAX515 第14章 MAX539-Mixed C and assembly language programming pra
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
LDPC-2012-02-11
- C语言实现的LDPC(Low Density Parity Check Codes)通信仿真代码(Software for Low Density Parity Check Codes Version of 2012-02-11. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Pari
LELE -5-11
- C#使用CSS来读取execl显示表格信息(C# uses CSS to read EXECL display table information)
198个经典C#WinForm实例源码
- 1-窗体技巧 2-控件操作 3-图像操作 4-报表打印 5-系统操作 6-文件处理 7-网络操作 8-数据库操作 9-加密解密 10-硬件读写 11-游戏设计(1- forms skills 2- control operations 3- image manipulation 4- report printing 5- system operation 6- file processing 7- network operation
C语言oj题答案2017-10-11
- 西南科技大学oj上的c语言实验课的全部ac代码(SWUST OJ on the C language experiment class all the AC code)
Calibration 11-13.rar
- halcon和c#联合编程 标定的demo文件(Demo program calibrated by Halcon and c#)
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)
C++11FAQ 中文版
- Information technology -- Programming languages -- C++
Multithreading in C# 5.0 Cookbook
- C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
zlib-1.2.11
- 基于C/C++的开源库, 用于解压/压缩文件.(An open source library based on C/C++, which is used to unzip / compress files)
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu
CplusplusConcurrencyInAction
- 并发处理,如果你正在用C++写一个多线程程序,你应该阅读本书。如果你正在使用C++标准库中新的多 线程工具,你可以从本书中得到一些指导意见。如果你正在使用其他线程库,后面章节里的 建议和技术指导也很值得一看。(Concurrent processing. If you are writing a multithreaded program with C++, you should read this book. If you are using more of the new C++ sta
11
- SML速分享博客源码是采用C#进行开发的博客网站源码。开发工具:VS2012,数据库(SML speed sharing blog source code is the source of blog website developed by C#. Development tools: VS2012, database)
11
- C#版贪吃蛇 修复贪吃蛇不能统计积分bug 贪吃蛇游戏的编制 项目描述 运行环境:vs 2010 技术特点:普通C# 游戏描述: C#版贪吃蛇,操作说明: 1.键盘w-上,s-下,a-左,d-右) 2.空格键(Space):暂停/开始 吃的越多蛇的长度越长。(C# version of snake to repair snake can not count points bug. The compilation of the snake game Project
深入理解C++11:C++11新特性解析与应用
- 能较好的说明C++11的特性,起到较好说明功能(It can better explain the characteristics of C++11 and play a better function.)
vector
- vector.h中实现了类模板Vector,代码按照C++11标准编写,支持C++11诸多新特性。 * 构造:预定义规模构造、右值构造、使用初始化列表构造、迭代器复制构造、向量整体复制构造、 向量区间复制构造…… * 迭代:支持基于范围的迭代,提供类Javascr ipt迭代器的迭代方式。 * 运算符重载: = / [] / == * 基本操作:Size(), Capacity(), Empty(), Clear(), Reserve(), Resize(), Push