搜索资源列表
type-conversion
- 字符串、char数组、byte数组等类型之间的转换,以及与图片的转换-String char array byte array type etc conversion between, and pictures of the conversion
BinFileToh
- 将JPEG各式的图片文件转换成.h文件。可以同时转换多个,会放在同一.h文件中。每个文件按文件名转换成一个const char数组.-The JPEG image files into a variety of the. H file. You can convert multiple, will be placed in the same. H file. Each file by file names into an array of const char.
876545678
- 本实例企业员工IC卡考勤系统用到了IC卡自带的Mwic_32.dll组件,运行前,需将该组件拷贝到Debug文件夹中。可由此开发一个为企业内部员工IC卡考勤的程序,。通过这个源码你还可以学习如何使用和声明动态链接库,设置的一个变量,用于控制一张IC卡只读取一次以及向数据库中只添加一次内容,向IC卡中写数据,读取IC卡中数据,核对卡密码,调用公共类中的ReadIC方法开始循环读取IC卡,端口初始化,设备密码格式,将数据库中的图片转换成二进制流,将字节数组存入到二进制流中,将图片存入到指定的路径等,
BitmapConvert
- 该类封装了图片文件、字节数组、流、Bitmap相互转换操作,尤其在数据库存取图片的时候,极大地方便了编程。-This class encapsulates the image file, byte array, stream, Bitmap conversion operation, especially when the image access, and greatly facilitates the programming.