搜索资源列表
qt-x11-2.3.2.tar
- Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这个版本可以和qt-embedded-2.3.7配合使用。-GUI developing circumstance by Trolltech. It can support many APIs and be a good tool for GUI developing on Linux. This version can be use with qt-embedded-2.3.7.
lndir.c
- lndir: Create shadow link tree. 最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来
linux_boa_cgic
- 感谢徐德志上传的那个web-cgi,我的这个源码是用于项目的,对一个嵌入式linux设备的参数设置,很适合LINUX c的web开发-Thank Xu-Zhi upload that web-cgi, I have this source code is used for the project on an embedded linux device parameter settings, it is suitable for LINUX c Development of the web
syn_flood.c.tar
- SYN攻击代码,是在linux下运行的,大家可以从这个例子学习,但不要利用此代码去攻击别人-SYN attack code is running under linux, we can learn from this example, but do not use this code to attack other people
main.c.tar
- 这个是linux下的linphone_3.2.1的一个源文件-This is a source file linphone_3.2.1
receive1.c
- 这个主要是linux下用来接受串口中接受通过串口传来的字符串,并将其保存到一个指定的文件中。-This is mainly used to receive serial port under linux, accepted the string coming through the serial port, and save it to a specified file.
send.c
- 这个程序是在linux下利用串口发送数据,把字符串通过标准的语句进行发送。-This procedure is to make use linux serial port to send data to a string for transmission through a standard statement.
serial.c
- 这个是标准的serial howto programming 里翻译后的串口编程内容。里面的东西需要改动一些参数设置。-This is a standard serial howto programming Lane translated the contents of the serial programming. The stuff inside is to set some parameters need to be changed.
MINIGUI-USER-MANUAL-V1.3-1-C
- MINIGUI1.3.1的编程手册,这个版本的手册已经很少了,不过还是有人用。-MINIGUI USER MANUAL V1.3.1
graphics
- 这是一个对Graphics View类精彩实例,运用这个C++类在linux环境下 实现的窗口设置-This is a wonderful instance of the Graphics View classes, using the C++ class implementation in the linux environment, the window settings
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
c_time
- c语言使用的关于时间函数的总结,可以通过这个总结得到你想要的时间转换效果。-c language use on the summary function of time, can be summed up by this time of transition effects you want.
ubuntu-C
- ubuntu-C开发环境配置,安装build-essential这个软件包-ubuntu-C
C-connect-mysqlconnection
- 这个是我做练习自学时学的饿,关于C来连接数据库的。-This is I do exercise when hungry, self-study learn about C to connect to the database.
C-operating-mysql-databases
- 我是在linux下做的,这个也是我自学弄的,是用C连接数据库,对数据库的一些基本操作-This is my self-study lane of, it is to use C connect to database, some of the basic operation of the database
C-the-error-code-and-error
- 这个是我在linux下做的,但是也可以用于其它操作系统的。是C语言中一些常见错误代码-This is my next do in Linux, but can also be used to other operating systems. Is C some common error code
RGBToBMP.c.tar
- 视频采集的过程中,有时需要用到将RGB模式转换成BMP格式的图片,本程序能很好的完成这个功能,推荐学习。-Video capture process, and sometimes need to use the RGB mode into BMP format, this program can accomplish this function well, it is recommended to learn.
Tpingziph
- 这个C程序是在linux下运行行!发送icmp数据包进行主机攻击 -This C program is run OK under linux! Send icmp packets to the host attack
encog-c-master
- 这个文件包含了Encog的C代码,头文件已经重新编译,可用与于C++。文件包含了如何编译和执行c的说明。-his file includes the complete source code for Encog for C. The header files are designed so that Encog can also be used with C++. This file includes instructions on how to compile and execu
lxc.snap.c
- lxc 快照管理工具 些快照克隆的一个明显的用例是支持 rootfs图像的增量开发。 进行一些更改,快照, 做一些更改,快照,还原... lxc-snap是一个使用lxc API的小程序,可以更容易地支持这个用例。 你从一个overlayfs支持的容器开始,做一些更改,快照,进行一些更改,快照...这是一个更简单的模型比手动使用克隆,因为你继续开发相同的容器,o1,而快照被保留,直到您需要。(lxc-snap management tool)