搜索资源列表
FtpSvr
- 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the reque
Linux_Kernel_CN(1)
- 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
arm_linux_C_program
- arm-linux嵌入式下C语言编程详细教程-under the arm-linux embedded C language programming course in detail
md5
- 最近在研究魅族M8也就是Windows Mobile6.0系统下的数据库编程,打算开发M8Money个人记账软件,为了让数据库更严谨,秉承一贯的作风,对个人帐号的password字段进行MD5散列,我所使用的是轻量级嵌入式数据库sqlite (仅有几K大小)并没有大多数流行数据库提供的password()内置函数,(但这丝毫没有降低我对sqlite的好感,一款强大的跨平台+嵌入式数据库,支持标准SQL语法,纯粹由C代码组成)。网上找了很多MD5加密的代码,自己又重新研究了一下《密码学》,综合各方
Gradebook
- a good program for learning Object-oriented design in C++ using a gradebook system. By entering the marks of different areas to calculate the final marks obtained for the course.
LinuxFileSystem
- 课程设计:Linux二级文件系统设计(C语言实现) 1.本实验的目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。 2.结合数据结构、程序设计、计算机原理等课程的知识,设计一个二级文件系统,进一步理解操作系统。 3.通过对实际问题的分析、设计、编程实现,提高实际应用、编程的能力 -Course Design: Linux File System Design (C language)
poco-1.3.6p2-all
- The POCO C++ Libraries (POCO stands for POrtable COmponents) are open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Li
alloc_and_free_chunk_of_memory
- allocating chunk of memory and freeing chunk of memory functions in c code used in my course OS under linux
day10
- 达内unix C++培训第10天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 10-day course and notes the need to download it ... ...
day11
- 达内unix C++培训第11天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 11-day course and notes the need to download it ... ...
day12
- 达内unix C++培训第12天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 12-day course and notes the need to download it ... ...
day14
- 达内unix C++培训第14天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 14-day course and notes the need to download it ... ...
day15
- 达内unix C++培训第15天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 15-day course and notes the need to download it ... ...
day16
- 达内unix C++培训第16天的课程源码和笔记,需要的下载吧…… -Up in unix C++ training course for 16 days source and notes the need to download it ... ...
day17
- 达内unix C++培训第17天的课程源码和笔记,需要的下载吧…… -Of training within the unix C++ source code 17-day course and notes the need to download it ... ...
cPP-for-image-processing
- 伦敦大学c++ for image processing课程的课件,实验,以及一些代码.全部为英文版-c++ for image processing course materials, lab, and some code
Programming-in-C---UNIX-System-Calls-and-Subrouti
- This course aims to teach a sound basis of C PROGRAMMING. We will start with basic ideas and hopefully extend these to include some advanced features of C. We will particularly look at how C uses pointers, references low level memory and bytes
linux-C-course
- Linux C编程,用于Linux编程入门-Linux C programming for Linux introductory programming
library50-c-5
- the C library used in Harvard CS50 Course
