搜索结果
找到约 981 项符合
library 的查询结果
按分类筛选
- 全部分类
- 技术资料 (104)
- Linux/Unix编程 (59)
- Java编程 (45)
- 其他 (41)
- 单片机开发 (40)
- VC书籍 (39)
- 其他书籍 (34)
- 人工智能/神经网络 (31)
- 数学计算 (30)
- 电子书籍 (25)
- Delphi控件源码 (24)
- 压缩解压 (22)
- 微处理器开发 (20)
- 其他嵌入式/单片机内容 (19)
- DSP编程 (16)
- 数值算法/人工智能 (15)
- 嵌入式/单片机编程 (15)
- 软件设计/软件工程 (14)
- 驱动编程 (14)
- 其他数据库 (13)
- 其他行业 (13)
- matlab例程 (13)
- 网络 (12)
- 教育系统应用 (12)
- SQL Server (12)
- 加密解密 (12)
- 通讯编程文档 (11)
- FlashMX/Flex源码 (10)
- 游戏 (10)
- 书籍源码 (9)
- 通讯/手机编程 (9)
- Internet/网络编程 (9)
- STL (8)
- 数据结构 (8)
- Java书籍 (8)
- 汇编语言 (8)
- VxWorks (8)
- 文章/文档 (8)
- 系统设计方案 (8)
- 单片机编程 (7)
- 嵌入式Linux (7)
- VHDL/FPGA/Verilog (7)
- 编译器/解释器 (7)
- *行业应用 (6)
- Windows CE (6)
- 操作系统开发 (6)
- J2ME (6)
- 文件格式 (5)
- JavaScript (5)
- 手机短信编程 (4)
- 行业发展研究 (4)
- Oracle数据库 (4)
- Applet (4)
- 软件工程 (4)
- VIP专区 (4)
- 可编程逻辑 (3)
- 数据库系统 (3)
- 串口编程 (3)
- Delphi/CppBuilder (3)
- 中间件编程 (3)
- USB编程 (3)
- GPS编程 (3)
- Ajax (3)
- 源码 (3)
- 精品软件 (3)
- 技术书籍 (2)
- 多媒体处理 (2)
- PCB相关 (2)
- C/C++语言编程 (2)
- 多国语言处理 (2)
- MySQL数据库 (2)
- 语音压缩 (2)
- CA认证 (2)
- 邮电通讯系统 (2)
- 技术管理 (2)
- 金融证券系统 (2)
- uCOS (2)
- 手机彩信(MMS)编程 (2)
- Jsp/Servlet (2)
- 企业管理 (2)
- 并行计算 (2)
- Symbian (2)
- 源码/资料 (2)
- 行业应用文档 (1)
- 单片机相关 (1)
- 学术论文 (1)
- 教程资料 (1)
- 教程资料 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 测试测量 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- 编辑器/阅读器 (1)
- 传真(Fax)编程 (1)
- Modem编程 (1)
- 人物传记/成功经验 (1)
- 家庭/个人应用 (1)
- 系统/网络安全 (1)
- 图形图像 (1)
Linux/Unix编程 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric ...
数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
加密解密 OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authe
OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authentication, and certification features of the OpenSSL library to securely tunnel IP networks over a single TCP/UDP port.
Linux/Unix编程 FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading open source codec libr
FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading open source codec library. An experimental streaming server for live broadcasts is also included
STL What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include d
What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)test/regression - regression test, using wrapper iost ...
加密解密 除了上面提到的压缩方法
除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5\setupkit\kitfil32或VB98\Wizards\PDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compression and D ...
其他 The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to de
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
文章/文档 本章将介绍C++编程语言的最基本的元素
本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。
C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书 ...
教育系统应用 使用jsp+my sql构成的电子管理系统。能实现借书
使用jsp+my sql构成的电子管理系统。能实现借书,日记,激光唱碟,对在系统中登录的借用人进行管理的电子图书馆。
A web base electronic library that can lends books, journals, CDs, videos to borrowers who are registered in the system, as are the books and magazines. J2EE (JSP, Servlet and JDBC) & MySQL for ...
人工智能/神经网络 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library.