搜索资源列表
gameswf.tar
- linux一个flash的lib,直接使用3d加速接口的解析库,一般给game使用用来做很炫的界面,有直接c++的接口-a flash of lib, direct use of the 3d acceleration interface for analytic generally to the game so cool to use interface, the interface directly c
DPI_Win32
- 基于Linux版本的opendpi的Windows移植版,并新增了数据库操作接口和邮件详细分析,包括pop3和smtp的解析,编译环境Windows XP、VC2008,需要配合Winpcap抓包库。-Linux-based version of opendpi the Windows port, and add a database user interface and mail a detailed analysis, including the pop3 and smtp of the r
TestIni
- 一个ini的解析程序,接口类似于BCB中的INI操作接口,可供linux下程序使用-A ini analytic procedures BCB interface is similar to the INI operation interface, available for use under linux
Linux_bc
- 对vga接口做了详细的介绍,并且有一 ·三段式Verilog的IDE程序,但只有DMA ·电子密码锁,基于fpga实现,密码正 ·IIR、FIR、FFT各模块程序设计例程, ·基于逻辑工具的以太网开发,基于逻 ·自己写的一个测温元件(ds18b20)的 ·光纤通信中的SDH数据帧解析及提取的 ·VHDL Programming by Example(McGr ·这是CAN总线控制器的IP核,源码是由 ·FPGA设计的SDRAM控制器,有仿真代码 ·xili
LINUXcode
- Linux 的接口编码,对Linux系统要用到的各种代码进行解析,对Linux感兴趣的同学可以看看,-Linux interface code on the Linux system to use a variety of code analysis, for students interested in Linux can see, thank you
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
console
- 串口接口解析程序,能识别及解析按键字符或数字发过来的信息及显示出来-com program
WHMCS5.1
- WHMCS是一套国外流行的域名主机管理软件,跟国内众所周知的IDCSystem一样,主要在用户管理、财务管理、域名接口、服务器管理面板接口等方面设计的非常人性化。WHMCS是一套全面支持域名注册管理解析,主机开通管理,VPS开通管理和服务器管理的一站式管理软件,目前已经被越来越多的中国站长们所熟悉和了解。-WHMCS is a popular abroad, domain hosting management software, with the domestic well-known IDCS
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*