码迷,mamicode.com
首页 >  
搜索关键字:ctype    ( 298个结果
用插入法实现多项式的乘法
#include"iostream"#include"stdio.h"#include"string.h"#include"algorithm"#include"queue"#include"stack"#include"ctype.h"#include"cmath"#define mx 1005u...
分类:其他好文   时间:2015-04-11 20:42:46    阅读次数:94
实现一元多项式的乘法运算。
#include"iostream"#include"stdio.h"#include"string.h"#include"algorithm"#include"queue"#include"stack"#include"ctype.h"#include"cmath"#define mx 1005u...
分类:其他好文   时间:2015-04-11 14:27:35    阅读次数:137
在Lua里写unity游戏笔记
gameobject.GetComponent();翻译成Lua:gameObject:GetComponent (luanet.ctype (Transform))
分类:编程语言   时间:2015-04-01 12:46:49    阅读次数:219
PAT MOOC-C 06-2 字符串字母大小写转换
没什么好说的,记得使用ctype.h就好了,谭浩强那本书就介绍了,再不使用就太对不起他老人家了;有一点小小的地方需要注意一下,&&的优先级比=号高,所以getchar()两边没有括号的话呢,你就会看到...我试着用输出重定向(freopen())去获得这个字符,好吧,什么都没有,这叫什么来着,非打印...
分类:其他好文   时间:2015-03-31 22:10:10    阅读次数:226
mimetypes.py的UnicodeDecodeError
python27中 Libmimetypes.py的一个bug,属于 def enum_types(mimedb)函数:错误提示信息:123File D:Python27libmimetypes.py, line 249, in enum_typesctype = ctype.encode(defa...
分类:其他好文   时间:2015-03-31 19:54:57    阅读次数:93
ctype.h函数源码
iscsym()函数源码int my_iscsym(int c){ return (isalnum(c) || ( c == '_' ));}//判断字符c是否为英文字母、数字和下划线int main(){ char ch = 'a'; if(my_iscsym(ch)) printf("%c is...
分类:其他好文   时间:2014-12-16 13:05:43    阅读次数:316
翻转错误法线
1 try 2 ( 3 fn ApplyOperation ctype oper = 4 ( 5 If (Modpanel.getcurrentObject() == $.baseobject) then oper $ 6 If Classof (M...
分类:其他好文   时间:2014-12-12 18:48:05    阅读次数:151
include <ctype.h> 头文件包含函数总结
里面包含的函数主要是:1.字符测试函数,函数原型一般为:int isXXXX( int ); 参数为int, 只能正确处理[0, 127].2.字符映射函数,函数原型一般为:int toXXXX( int );对参数进行检测, 若符合范围则转换, 否则不变 int tolower( int ); '...
分类:其他好文   时间:2014-12-11 20:41:14    阅读次数:155
地址/指针和字符串
原文:地址/指针和字符串 今天做作业时,发现下列一个问题。 首页是这个自编的strncpy函数: #include "ctype.h" #include "stdlib.h" #include "string.h" #include "windows.h" int main() { char *st...
分类:其他好文   时间:2014-12-11 10:17:50    阅读次数:130
优酷网网络流播放地址url的获取新方法
之前所写的那篇获取优酷网网络播放地址M3U8的方法在7月份已经失效,8月份开始优酷公司采取了一种新的策略,新的策略上对应的M3U8的地址拼接为:http://pl.youku.com/playlist/m3u8?vid=xxx&type=mp4&ep={$ep}&sid={$sid}&token={$tk}&ctype=12&ev=1&oip={$oip},跟之前不同的是多出了很多参数值,这些想获...
分类:Web程序   时间:2014-12-05 14:17:41    阅读次数:190
298条   上一页 1 ... 24 25 26 27 28 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!