搜索资源列表
Linux-C-advanced-programer
- linux 高级编程的例子源码,包括了本书上的所有代码-example source code, including a book on all code
linux
- 《虚拟机的设计与实现c/cpp》(linux平台)源码 好东西大家熟知不多说
G722.1 Linux下使用IPPs编程
- G722.1 Linux下使用IPPs编程的C源码,效率高
android源码下载工具for windows
- 使用本工具要先安装windows版本git,可到以下下载: http://code.google.com/p/msysgit/downloads/list 选择Git-1.7.3.1-preview20101002.exe 1,启动程序后。 2,设置git的安装路径,及源代码保存目录 3,先初始化。 4,初始化成功后,选择android版本,及linux内核版本,按 开始更新下载 ,中途如果网络出错导致下出错,程序可自动从中断处重试下载,如果下 载长时卡住可按Ctrl+c(出现'y/n'选'y'
des-linux-1.0.tar.gz 3DES加解密C源码
- 3DES加解密C源码,32位。内带makefile。以验证可用,3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
thread.LINUX下很好的C++线程池源码类
- LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ Thread pool source categories, can be used to direct the development of
v4l2captureexample.c.tar.gz
- V4L2 Specification 配套源码,Debian linux编译通过,V4L2 Specification supporting source, Debian linux compiler through
pjproject-1.0-rc2.rar 基于sip协议的VoIP、视频会议源码
- 基于sip协议的VoIP、视频会议源码,对防火墙穿透协议支持较好,跨平台,支持Linux/Unix,Wingdows,CE,Symbian等,Sip agreement based on VoIP, video conferencing source of support to better penetrate the firewall, cross-platform support for Linux/Unix, Wingdows, CE, Symbian, etc.
Flex3TFS
- flex3权威指南源码,包括1-26课的代码和所需素材文件-the source of Adobe Flex 3 Training from the source
gprs
- linux下一款GPRS程序源码,采用C语言编写,通过交叉编译可在嵌入式系统上运行,已经通过验证。-GPRS procedures under linux a source, using C language, through the cross-compiler can be run on embedded systems have been validated.
wu
- linux C 写的图书馆学生登入界面源码-linux C library written by students log source interface
Linux--c-code-about-a-book
- 关于一本书《Linux c语言编程》所以的源码,看着不错,分享一下,-With regard to a book, " Linux c language programming" So the source code, looking good, share it, ... ...
p2pc.tar
- p2p c 源码 网络通信 linux unix 对等网络中的计算机之间可以互相通信和共享资源.-p2p c linux unix source peer network communication between computers in the network can communicate with each other and share resources.
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
bully源码
- 是linux下跑wifi的wps的c源码项目
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
UDP协议客户端服务器间视频传输c源码
- 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
qt5开发及实例(第二版)源码
- 在Qt 5这个版本中,Qt Quick成为了Qt的核心。但是Qt 5也继续提供了本地C++强大的功能来完成更好的用户体验,也提供了对OpenGL/OpenGL ES图形加速的完全支持。 Qt 5是自2005年发布的Qt 4.x系列之后的第一个做出大改动的版本。这次的改变主要是使得Qt更加适应未来的需求。 Qt 5.0版本发布了完整的SDK,覆盖了Windows、Mac OS X以及Linux。这表明Qt 5.0版本发布的内容包括:Qt 5框架、IDE(Qt
Linux+C编程实战源码
- linux 编程源码文件,非常好用,希望大家认真学习。(it is very valubal for you ,you can stady by yourself.)
ftp linux c源码
- 基于linux系统利用c语言实现ftp传输协议。