Location:
Search - vc read unicode
Search list
Description: msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] ¦ [ COM调用 ] ¦ [ AgentShell ] ¦ [ 消息 ] ¦ [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o
Platform: |
Size: 721552 |
Author: xpnt |
Hits:
Description: msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] ¦ [ COM调用 ] ¦ [ AgentShell ] ¦ [ 消息 ] ¦ [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o
Platform: |
Size: 720896 |
Author: xpnt |
Hits:
Description: VC写的读写UNICODE文件示例,使用CStdioFile的继承类来实现的-VC written documents to read and write UNICODE example, the use of inheritance CStdioFile category achieved
Platform: |
Size: 29696 |
Author: 天隼 |
Hits:
Description: 自己编写的主机和端口扫描、通过输入主机名或者使用IP,可测试主机是否开机、弱口令扫描中, 密码字典写了十个用户名十个密码、漏洞扫描的IP,线程设置同2中说明.其中猜解IPC用户, 的过程包含了IPC扫描的过程、日志的读写、密码字典的修改和恢复、Unicode漏洞的测试。个人编写,如有更好的建议,请加QQ362265437,平台是JB9+JDK1.4。刚学C++。大家谁有VC++USB操作的程序给个-Write your own host and port scanning, by entering the host name or the use of IP, can test if the host boot, weak password scanning, password dictionary, wrote a 10 username 10 password, vulnerability scanning of IP, the thread is set in the same two Note. guess which solution of IPC users, the process involves scanning of the IPC process, the log read and write, password changes and the restoration of the dictionary, Unicode vulnerability testing. Personal writing, any better suggestions, please add QQ362265437, platform is JB9+ JDK1.4. Just learning C++. Everyone who has VC++ USB operating procedures to a
Platform: |
Size: 267264 |
Author: jiamingbin |
Hits:
Description: 嵌入式FAT16文件系统C代码免费下载
该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。
(FAT16代码是免费代码,用户可直接使用。
本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)
-FAT16 file system, embedded C code for free download
The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers.
(FAT16 code is free code, users can directly use.
This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: |
Size: 453632 |
Author: 6756 |
Hits:
Description: 嵌入式FAT文件系统免费源码下载
该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。
(FAT16是免费代码,用户可直接使用。
本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)
-Embedded FAT file system source code for free download
The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers.
(FAT16 is free code, users can directly use.
This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: |
Size: 683008 |
Author: 6756 |
Hits:
Description: 国内第一个兼容中文的嵌入式FAT文件系统免费源码下载
该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。
(FAT16是免费代码,用户可直接使用。
本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-The first Chinese domestic embedded FAT-compatible file system source code download free
The file system is composed of my personal development, all code written in VC under test. VC-based virtual disk drive under test (in Flash_management.c) to achieve reading and writing to disk. File system implementation is compatible file system format FAT16/FAT32 compatible long file names, compatible GB2312/UNICODE character coding, and realized subdirectory support, to achieve the document read, write, create, and delete the file system commonly used features. The other one, the code is written using C, can be transferred to the MCU running.
(FAT16 is free code, users can directly use.
This code is FAT32 (compatible with FAT16) and multiple disk version (fee), if necessary, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: |
Size: 901120 |
Author: 6756 |
Hits:
Description: 基于VC的多种方法逐行读写文件,包含unicode文件的读写方法,解决了乱码问题-VC-based ways to read and write files line by line, reading and writing files containing unicode method to solve the garbage problem
Platform: |
Size: 10240 |
Author: kiki |
Hits:
Description: VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下:
题目:用VC6.0实现对unicode格式的文本文件高效率按行读取
要求:
(1)实现以下接口
BOOL OpenStringFile(CString path)
BOOL ReadStringFile(&CString str) //一次读取文件中的一行
BOOL CloseStringFile()
(2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。
(3)测试程序能实现按行读取后保存在另一个文件(utf-8编码)中。同时能输出读取的速度。
为了节约空间,我把unicode的编译支持库删掉了,大家自行下载,如果VC环境完全安装的,应该可以直接编译。
另外,这个里面,有个公司的公共库,写日志的主要用来。不方便发,我也删了,编译通不过,请大家自行删除这个库相关的设置及代码引用,不影响程序流程。liang20140314-VC6.0 write a gadget, the new company recruits practice hand tasks. unicode build environment. Requirements are as follows: Title: VC6.0 achieve with unicode text file format read by rows of high efficiency requirements: (1) implement the following interfaces BOOL OpenStringFile (CString path) BOOL ReadStringFile (& CString str) // read the file once The line BOOL CloseStringFile () (2) using memory cache for large files to be able to reach speeds of tens of MB/S' s. (3) The test procedure can be achieved by the line read is saved in another file (utf-8 encoding) in. Output speed can be read simultaneously. To save space, I put unicode compiler support library deleted, everyone to download, if VC environment is installed, it should be compiled directly. Further, the inside, there' s public libraries, is mainly used to write the log. Convenient hair, I have deleted, compiler pass, please delete the library itself and code references related settings, does not affect the prog
Platform: |
Size: 27648 |
Author: cooliang |
Hits: