搜索资源列表
pck
- package class for packing multiple files in one
AES128
- 封装成C++类的AES128位加密算法,自己把AES128位加密算法封装成一个C++类,包括加密算法和解密算法,并写了一个例子,方便使用!-Package into C++ class AES128 bit encryption algorithm AES128 bit encryption algorithm own package into a C++ class, including encryption algorithms and decryption algorithms, and
ProtoData
- 把数据类型用类的形式进行封装,可以将不同类似的数据装载到一起,并且可以进行序列化 ProtoValue value value[_T("aaa")] = 1 value[_T("bbb")] = L"fddfdsaf" -The form of the data type with the class package, you can load different similar data together, and can be serialized ProtoValue
libsvm_format
- Transform data to the format of an SVM package(libsvm) Each row represents one record [label] [index1]:[value1] [index2]:[value2] ... 2‐class label: +1, ‐1 n‐class label: 1..n