代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/287955/8657611
h 字符编码doc.h
// 字符编码Doc.h : interface of the CMyDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DOC_H__007E8F42_4BC2_4479_8A22_E943E393FFFF__INCLUDE
www.eeworm.com/read/287955/8657614
ico 字符编码doc.ico
www.eeworm.com/read/287955/8657620
rc2 字符编码.rc2
//
// 字符编码.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/287955/8657636
cpp 字符编码doc.cpp
// 字符编码Doc.cpp : implementation of the CMyDoc class
//
#include "stdafx.h"
#include "字符编码.h"
#include "字符编码Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/287955/8657649
h 字符编码view.h
// 字符编码View.h : interface of the CMyView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIEW_H__5A5CAECE_85BF_43FC_BB11_7FC5A0FB338A__INCL
www.eeworm.com/read/287955/8657656
cpp 字符编码view.cpp
// 字符编码View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "字符编码.h"
#include "字符编码Doc.h"
#include "字符编码View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/386866/8720615
cpp 最大字符平台.cpp
/*计算机071 冯一超编写的打印最大字符平台
原创程序
程序说明:程序获取一个字符创放到一个字符数组中
从第一个字符开始扫描,将每一个字符平台放到一个节点,按顺序链接成链表,同时用一个外部变量max记录最大字符平台的长度
打印时以max为标准打印符合条件的字符平台
例如:aabbbcdddee
链表的存储结构为 aa->bbb->c->ddd->e 最大字符平台为bbb ddd ...
www.eeworm.com/read/383930/8910623
txt 过滤特殊字符等等.txt
//过滤特殊字符
public static String encoding(String src){
if (src==null)
return "";
StringBuilder result=new StringBuilder();
if (src!=null){
src=src.tr
www.eeworm.com/read/383730/8923097
c 统计文件字符数.c
此程序用于统计文件字符个数
#include
main()
{char fname[80];/*存储文件名*/
FILE *rfp;
long count;/*文件字符计数器*/
clscr();
printf("Please input the file's name:\n");
scanf("%s",fname);
if((rfp=fopen(fname
www.eeworm.com/read/382779/9000502