VC++字符转换操作的例子-源码程序 - vc源码程序 - 谷速源码
下载频道> 资源分类> 编程语言> VC源码> VC++字符转换操作的例子-源码程序

标题:VC++字符转换操作的例子-源码程序
分享到:

所属分类: VC源码 资源类型: 文件大小: 95.61 KB 上传时间: 2016-07-31 14:27:49 下载次数: 2 资源积分:1分 提 供 者: admin VC++字符转换操作的例子-源码程序
内容:
VC++字符转换操作的例子-源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!一 NMAKE和Makefile
  字符编码
  字符转换
  关于字符转换的使用方法:
  使用方法: 
  1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。
  2 分配字符串空间
  3 再次调用函数,并将分配的空间传递给函数,获取结果
  
  基本语法规则:
   window.exe:window.obj // 依赖行
   cl.exe window.c /c // 命令行
   link.exe window.obj user32.lib
   
   window.exe的依赖项是window.obj,如果
   window.obj被重新改写,window.exe将重新
   生成.
   通过时间戳(time stamp)判断程序是否需
   要重新编译链接,如果当文件修改最后时间
   与时间戳不同,将会重新编译链接

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

VC++字符转换操作的例子-源码程序/
VC++字符转换操作的例子-源码程序/code/
VC++字符转换操作的例子-源码程序/code/day02_01/
VC++字符转换操作的例子-源码程序/code/day02_01/codes/
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/
VC++字符转换操作的例子-源码程序/code/day02_02/
VC++字符转换操作的例子-源码程序/code/day02_02/codes/
VC++字符转换操作的例子-源码程序/code/day02_02/codes/Debug/
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/
VC++字符转换操作的例子-源码程序/code/day02_03/
VC++字符转换操作的例子-源码程序/code/day02_03/codes/
VC++字符转换操作的例子-源码程序/code/day02_03/codes/Debug/
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/
VC++字符转换操作的例子-源码程序/code/day02_04/
VC++字符转换操作的例子-源码程序/code/day02_04/codes/
VC++字符转换操作的例子-源码程序/code/day02_04/codes/Debug/
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/
VC++字符转换操作的例子-源码程序/code/day02_05/
VC++字符转换操作的例子-源码程序/code/day02_05/codes/
VC++字符转换操作的例子-源码程序/code/day02_05/codes/Debug/
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/
VC++字符转换操作的例子-源码程序/code/20101207.txt
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/Makefile
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/Makefile.mak
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/Makefile2.mak
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/window.c
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/window.exe
VC++字符转换操作的例子-源码程序/code/day02_01/codes/makefile/window.obj
VC++字符转换操作的例子-源码程序/code/day02_02/codes/WinChar.dsw
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/char.cpp
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/char.dsp
VC++字符转换操作的例子-源码程序/code/day02_02/codes/char/char.plg
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/Makefile
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/Makefile.mak
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/Makefile2.mak
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/window.c
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/window.exe
VC++字符转换操作的例子-源码程序/code/day02_02/codes/makefile/window.obj
VC++字符转换操作的例子-源码程序/code/day02_03/codes/WinChar.dsw
VC++字符转换操作的例子-源码程序/code/day02_03/codes/WinChar.ncb
VC++字符转换操作的例子-源码程序/code/day02_03/codes/WinChar.opt
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/char.cpp
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/char.dsp
VC++字符转换操作的例子-源码程序/code/day02_03/codes/char/char.plg
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/Makefile
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/Makefile.mak
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/Makefile2.mak
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/window.c
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/window.exe
VC++字符转换操作的例子-源码程序/code/day02_03/codes/makefile/window.obj
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar.dsw
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/WinChar.cpp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/WinChar.dsp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/WinChar/WinChar.plg
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/char.cpp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/char.dsp
VC++字符转换操作的例子-源码程序/code/day02_04/codes/char/char.plg
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/Makefile
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/Makefile.mak
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/Makefile2.mak
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/window.c
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/window.exe
VC++字符转换操作的例子-源码程序/code/day02_04/codes/makefile/window.obj
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar.dsw
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/WinChar.cpp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/WinChar.dsp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/WinChar/WinChar.plg
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/ReadMe.txt
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/StdAfx.cpp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/StdAfx.h
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/char.cpp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/char.dsp
VC++字符转换操作的例子-源码程序/code/day02_05/codes/char/char.plg
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/Makefile
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/Makefile.mak
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/Makefile2.mak
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/window.c
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/window.exe
VC++字符转换操作的例子-源码程序/code/day02_05/codes/makefile/window.obj
VC++字符转换操作的例子-源码程序/www.gusucode.com.txt
VC++字符转换操作的例子-源码程序/【谷速代码】-免费源码.url
VC++字符转换操作的例子-源码程序/程序说明.txt

关键词: 源码 字符 例子

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved