搜索结果
找到约 1,158 项符合
itextsharp-all 的查询结果
Delphi/CppBuilder This is hands-down the best C++ book for anyone who really wants to use C++, it will take you throug
This is hands-down the best C++ book for anyone who really wants to use C++, it will take you through all of the features of the language and not only explain what each feature is for, but also why it was included, and the best way to use it.
Linux/Unix编程 Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and
Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
数学计算 Chinese Remainder theorem implementation. Its done in php. Its implemented with interactive gui.ind
Chinese Remainder theorem implementation. Its done in php. Its implemented with interactive gui.index.php contain all the code.Rest folders contain the css images and js scripts that enhance the gui
Delphi控件源码 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, ...
Java书籍 Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane.
Use a one-dimensional array of primitive type boolean to represent the seating chart of the
plane. Initialize all the elements of the array to false to indicate that all the seats are
empty. As each seat is assigned, set the corresponding elements of the array to true to
indicate that the seat is no ...
通讯编程文档 The files adi_ssl_init.h and adi_ssl_init.c are used to define the functions adi_ssl_Init()
The files adi_ssl_init.h and adi_ssl_init.c are used to define the functions
adi_ssl_Init() and 慳di_ssl_Terminate()?which initialize and terminate all the
Blackfin System Services in the appropriate order, for a particular EZ-Kit, depending
on the Blackfin processor used.
数学计算 A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P.
One way to visualize a convex hull is to put a "rubber band" around all the points, and let it wr ...
其他 This project mainly deals with automating the tasks of Purchasing, maintaining,manfactioring and tra
This project mainly deals with automating the tasks of Purchasing, maintaining,manfactioring and transacting the goods.In the Inventory Automation System the key process includes the activities such as maintenance of stock details, maintenance of receipts and items etc. It is a tedious job to main ...
Linux/Unix编程 The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wi
The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve query results by relevance feedback. For processi ...
DSP编程 (1)测试外部数据RAM: 根据我们定义的逻辑
(1)测试外部数据RAM:
根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。
硬件仿真模式下,将目标板上电。
第一种方法:采用用程序测试实验
程序所在目录ex1_RAMTest。
该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0 ...