搜索资源列表
VCHEADERSRC
- VC 头文件的源码,如strcpy及tolower等函数的实现-VC header files of the source, such as strcpy and tolower function implementation, etc.
Thread_13
- 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
c
- 有关C语言中字符串的操作的一些经典程序,STRCPY,MEMCPY,数组越界还有一些其他的程序-Of the C language string operation a number of classical procedures, STRCPY, MEMCPY, an array of cross-border procedures and some other
goods
- #include <iostream> #include <string> using namespace std class Goods {public: Goods(char *GoodsNum,string n,double p,int a) { strcpy(GoodsNumber,GoodsNum) GoodsName=n GoodsPrice=p GoodsAmount=a }
wordchose
- 进行自负的匹配,- #include<iostream.h> #include <string> using namespace std class String { private: int size char *chr public: String(char* temp) { size=strlen(temp)
strcpy
- 复制函数源代码编写,用于具体实现复制函数的功能呢。知道了吗?-Copy function source code, used to implement replication function.Get it?
c-language
- 面试会用到的程序,各种strcpy等的源码,以及链表的使用。-The program will be used in the interview
main
- 这是一款很简单的武侠养成小游戏,里面用到一些C++的基本语句。像是switch啊,strcpy等等,对初学者会有所帮助。-This is a very simple and martial arts to develop the game, which used of some C++ basic statement. Like a switch, strcpy, etc., to be helpful for beginners.
StrCpy
- 使用指针实现库函数StrCpy以处理字符串复制功能,并返回指针!-Using pointers to handle string library functions StrCpy copy function, and returns the pointer!
stdLib
- 重构C语言标准库的部分功能函数。memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.(Refactoring the functional functions of the C language standard library. memcpy, memcmp, memset, strlen,strcmp,strcpy,strfind.)
NICTCLAS
- NICTCLAS是大名鼎鼎的中科院计算所语词法分析系统ICTCLAS免费版的.NET包装版本,在原有免费EXE源码的基础上使用C++ /CLI封装成NICTCLAS.dll,将原CResult类改写成NICTCLAS managed class,并为适应VC8编译对源码做了少许改动,当然还有N个因为strcpy之类的警告因为实在太多干脆不予理会。如有错漏请不吝指正。 NICTCLAS做了一定程度的简化,接口非常简单,普通分词应用足够了,这里提供C#执行程序调用示例。词库文件下载解压请放在对