-
OpenGL code is an example of the use of pure c++ written by some reference value...
是openGL的实例代码的,用纯c++写的,有一定的参考价值的,可以拿来学习一下。-OpenGL code is an example of the use of pure c++ written by some reference value can be used to learn about.
- 2022-07-08 08:40:21下载
- 积分:1
-
LZARI compression algorithm to achieve the category C is a LZARI algorithm based...
实现LZARI压缩算法的C++类
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。
-LZARI compression algorithm to achieve the category C is a LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it become a category C, it can easily compression.
- 2023-07-11 10:25:03下载
- 积分:1
-
VC6.0源代码,可以设置系统图标,可以隐藏主窗口,更换图标
VC6.0源代码,可以设置系统图标,可以隐藏主窗口,更换图标-VC6.0 icon of the system source code
- 2022-05-29 22:12:13下载
- 积分:1
-
GPS使用ANFIS网络集成
- 2022-04-18 21:41:39下载
- 积分:1
-
web服务javaAPI,wsdl4java,用于提取wsdl标签元素
web服务javaAPI,wsdl4java,用于提取wsdl标签元素-web services javaAPI, wsdl4java, used to extract element tag wsdl
- 2023-04-10 16:20:08下载
- 积分:1
-
]★★近在眼前-UTF
]★★近在眼前-UTF-8转中文模块+例程★★易开发的希望可以对你有帮助-Converter of UTF-8 to GB2312
- 2022-01-23 11:09:24下载
- 积分:1
-
open cv图像加载
展示了opencv加载图像,显示图像,内存释放等基本操作
- 2022-10-25 03:00:03下载
- 积分:1
-
熟悉智能卡操作的朋友都知道微软的PC/SC规范提供了一个智能卡读卡器的标准,我在此之上封装了这个PCSC的类,用以执行对智能卡的连接,以及执行符合GSM11.1...
熟悉智能卡操作的朋友都知道微软的PC/SC规范提供了一个智能卡读卡器的标准,我在此之上封装了这个PCSC的类,用以执行对智能卡的连接,以及执行符合GSM11.11的APDU指令,希望对大家有所帮助-familiar with the operation of the Smart Card friends all know Microsoft PC/SC standard provides a smart card reader standard accurate, and I would like to close the top of the PCSC category for the implementation of smart card connectivity, and the implementation of the Application Protocol Data Unit with GSM Directive, we hope to help
- 2022-02-12 04:12:14下载
- 积分:1
-
使用API产生动态鼠标的例子,文件:animouse.rar
使用API产生动态鼠标的例子,文件:animouse.rar-API dynamically generated using the mouse example, file: animouse.rar
- 2022-03-22 01:38:31下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1