C语言常用函数库详细的使用说明 字符串函数 bcmp bcopy bzero memccpy memchr memcmp memcpy memicmp memmove memset movmem setmem stpcpy strcat strchr strcmp strcmpi strcpy strcspn strdup stricmp strlen strlwr strncat strncmp strncmpi strncpy strnicmp strpbrk strrev strset strstr strtok strupr 数学函数 abs acos asin atan atan2 ceil cos cosh exp fabs floor fmod frexp hypot ldexp log log10 modf pow pow10 sin sinh sqrt tan tanh 输入输出函数 getchar kbhit printf putchar 系统库函数 ClearScreen DispBCD SetScrollBar TextOut UpdateLCD bell block clrscr cursor delay get_chi_font get_eng_font getkey getpixel gotoxy line move noidle outtextxy putpixel pyfc rectangle sleep textmode time write_chi_font write_eng_font 标准函数 exit itoa .................
2023-03-16 08:17:06 175KB C语言函数 C函数库
1
C语言库函数速查 手册,有些库函数可能用到,不熟悉库函数 的人可以看看,当个速查手册
2023-03-16 08:14:53 22KB C 库函数
1
C#精确定时函数,可实现ms级定时,误差不累积
2023-03-15 21:37:55 21KB C#定时
1
MySQL函数大全及用法示例 MySQL函数大全及用法示例 MySQL函数大全及用法示例
2023-03-15 18:23:48 303KB MySQL 函数大全 用法示例
1
它只使用矩阵乘积,并且可以快速计算 GLCM。 在 1.x 版本中只有两个循环。 为了获得更好的遗产,您可以使用可选变量 xFeature 来决定要使用哪个 Haralick 特征。 Haralick的所有功能均取自原始论文。 有关更多信息,请参阅 ( http://haralick.org/journals/TexturalFeatures.pdf )。
2023-03-15 10:48:13 4KB matlab
1
工程数学《复变函数》西安交通大学第四版高
2023-03-15 10:44:46 1.76MB 工程数学
1
软件测试NextDate函数测试用例 System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss:ffff"); //2008年04月24 15时56分48秒 System.DateTime.Now.ToString("yyyy年MM月dd HH时mm分ss秒"); //星期二, 四月 24 2008 System.DateTime.Now.ToString("dddd, MMMM dd yyyy"); //二, 四月 24 ’08 System.DateTime.Now.ToString("ddd, MMM d \"’\"yy"); //星期二, 四月 24 System.DateTime.Now.ToString("dddd, MMMM dd"); //4-08 System.DateTime.Now.ToString("M/yy");
2023-03-14 23:02:07 200KB NextDate函数
1
imwrite函数 将指定的图像数据写入文件中,通过指定不同的保存文件扩展名,起到图像格式转换的作用。 调用形式: imwrite(A, FILENAME, FMT); imwrite(A, MAP, FILENAME, FMT); FILENAME 指定文件名(不必包含扩展名) FMT 指定保存文件所采用的格式 MAP 合法的Matlab颜色索引表 实验:读入一幅tif图像文件,并在写入磁盘时将tif图像转换为bmp图像。
2023-03-14 22:35:03 5.77MB Matlab
1
VB旋转图像(位图),基于SetBitmapBits、GetBitmapBits函数来实现,这两个API函数操作BMP位图十分方便,本例围绕这两个函数进行BMP位图任意角度的旋转,其它图片格式也可以,但是容易失真,测试时最好是选择BMP图像。指定角度旋转图片 只能指定旋转90,180,270度。任意角度旋转图片True 为顺时针旋转,flase 为逆时针旋转。
2023-03-14 22:34:14 13KB VB源码-图形处理
1