-
Debenu-Quick-PDF-Library-Guide
给大家介绍一个PDF操作的sdk。通过这个sdk你可以直接对PDF文件进行显示、修改、新建及打印(Debenu Quick PDF Library Guide)
- 2015-08-28 21:20:31下载
- 积分:1
-
WDM_Driver
windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
- 2013-10-23 10:59:55下载
- 积分:1
-
ARAY1D
This is how to make aray 1 dimension. I give you a source code to learn how to make array 1 dimension use C++.
- 2014-11-21 00:15:28下载
- 积分:1
-
约瑟夫环
使用C++编程,编译了约瑟夫环的整个过程,在输入总人数,报名位数,和第几人出局之后,点击回车键,在CMD框里会显示约瑟夫环的循环过程:总共经历了几轮,每一轮中有谁出局等等。
- 2023-01-31 07:50:04下载
- 积分:1
-
datastucture_answer
严蔚敏:数据结构题集(c语言版)是经典的数据结构书籍,对于计算机专业的学生是必备的(Yan Wei-min: data structure problem sets (c-language version) is a classic data structure books for computer science students is essential)
- 2011-07-13 17:06:49下载
- 积分:1
-
Hyperspectralterrain-classfic
高光谱图像的地物分类技术,对光谱分析并对比检测出地景的算法(Fifth hyperspectral image classification techniques, algorithms for spectral analysis and contrast detect landscapes)
- 2013-11-29 11:06:20下载
- 积分:1
-
Driver Test SW for KEAZ64
说明: 快速掌握KEAZ64N系列单片机编程,里边有各种外设接口的开发例子,便于快速进入开发。(Quickly master KEAZ64N series single chip microcomputer programming, there are various peripheral interface development examples, easy to quickly enter the development.)
- 2020-11-24 15:59:35下载
- 积分:1
-
原型模式简历04
kongzhitai timer c# visual studio
- 2020-06-24 12:40:02下载
- 积分:1
-
VCU_v0.1.0.mcp_1_backup
电动汽车控制器,用于整车控制和整车与BMS ,ECU通信(Electric vehicle controller, for vehicle control and vehicle and BMS, ECU communication)
- 2018-03-09 01:13:14下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1