搜索资源列表
linux_c_chat
- linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
gdsl-1.4.tar
- The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers
libgc
- Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features: thread-based garbage collection. precise collection. uses the mark & sweep algorithm. portable uses
CseApi20
- CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
arrays
- C++模式设计-基于QT4开源跨平台开发框架 arrays操作 适合嵌入式初学者-C++ mode design- QT4 based open source cross-platform development framework for embedded arrays operating beginners
C_NanDian
- 该文档详细阐述了C中的一些重点、难点。 比如说指针,数组,内存泄露等等知识点,算是一份不可多得的资源。-The document elaborated C in some of the key and difficult points. For example, knowledge of pointers, arrays, and memory leaks, etc., regarded as a rare resource.
CPP-QT-design-pattern-src.tar
- C++ QT设计模式(第二版)完整程序 C++ QT design pattern (second edition) complete program src.tar.gz 包括:ansicast、arithmetic、arrays等目录-C++ QT design pattern (second edition) complete program C++ QT design pattern (second edition) complete program src.tar.gz inc
elsfk
- 在Ubutu系统下,利用C的数组,以及VT功能码等知识编写的俄罗斯方块小游戏,游戏可以直接运行玩耍,是初学者学习数组知识不错的资料-Under the Ubutu system, using arrays of C, and VT function code written knowledge tetris game, the game can be run directly to play, is a beginners array learning good information...
c-Senior-courseware
- 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
CNTService-v1.80
- CNTService v1.80 在MFC中开发NT服务的类框架-CNTService v1.80 A class framework for developing NT services in C++ v1.80 (1 January 2014) Updated copyright details. Updated code to clean compile on VC 2013 Reworked the classes to optionally compile
run_ERT
- Convert text files to compilable C arrays.
CppStudy
- 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are
winucase_convert
- winucase_convert.pl convert Windows 8 Upper Case Mapping Table.txt to a two-level set of C arrays. -winucase_convert.pl convert Windows 8 Upper Case Mapping Table.txt to a two-level set of C arrays.
arrays
- 一个使用向量和矩阵运算的历程。介绍了使用方法。-An example of how to set up arrays in C++. In particular, we note that vectors are easy to declare with fixed or dynamic dimensions, but that arrays of dimension 2 or greater aren t easy to declare dynamically. The example sho