C++经典代码之:传递字符串到子程序(f_是function的缩写)【子程序】 f_get(char *str) |
manong 2023年3月20日 19:24 |
0 599 |
manong 2023年3月20日 19:24 |
C++计算 圆周率(π)【子程序】f_powers(int n) f_sum(int n) π=3.14064 |
manong 2023年3月20日 19:22 |
0 562 |
manong 2023年3月20日 19:22 |
C++产生“大随机数”rand()+srand() Rand()函数能生成0,32767间的随机整数,对大随机分布不优秀 |
manong 2023年3月20日 19:01 |
0 575 |
manong 2023年3月20日 19:01 |
入门必备:各编程语言的Hello World! 使用语言C++,JavaScript,VB,ASP,PHP,Python,JAVA |
manong 2023年3月20日 18:56 |
0 482 |
manong 2023年3月20日 18:56 |
C++数字和字符串的相互转换 atoi, atol, to_string |
manong 2023年3月20日 18:31 |
0 616 |
manong 2023年3月20日 18:31 |
C++字符串处理 cin, cin.getline, cin.get 举例:对输入的IP地址进行分割 |
manong 2023年3月20日 17:33 |
0 529 |
manong 2023年3月20日 17:33 |
C++字符串处理 substr, find, rfind 举例:int pos = str1.find(str2) //查找str2在str |
manong 2023年3月20日 17:30 |
0 585 |
manong 2023年3月20日 17:30 |
C++字符串处理 string, .size(), .length(), reverse, strlen, strcpy 举例:遍历字符数组 |
manong 2023年3月20日 17:25 |
0 580 |
manong 2023年3月20日 17:25 |
C++找出全部str1和str2之间的字符串【子程序】f_get_mid(string strMain, string str1, stri |
manong 2023年3月20日 17:21 |
0 547 |
manong 2023年3月20日 17:21 |
C++去掉字符串前后空格和【子程序】f_trim(char *str) |
manong 2023年3月20日 17:19 |
0 513 |
manong 2023年3月20日 17:19 |
C++替换全部str1成str2 【子程序】f_repalce_all(string strOrigin, string str1, str |
manong 2023年3月20日 16:32 |
0 562 |
manong 2023年3月20日 16:32 |
打通任督二脉:VB6.0的ActiveX DLL或exe调用VC6.0的DLL,含dll参数加密,VB调试vbDLL,VC调试vcDLL |
manong 2023年3月20日 16:26 |
0 559 |
manong 2023年3月20日 16:28 |
ASP+ASP调用VB6.0的ActiveX DLL+ASP通过VB6.0的ActiveX DLL调用VC6的DLL 做1亿次累加测试速度 |
manong 2023年3月20日 16:22 |
0 549 |
manong 2023年3月20日 16:22 |
VB6 AddIn 如何在VB6.0 IDE的工具条添加你要的图标 |
manong 2023年3月20日 16:16 |
0 697 |
manong 2023年3月20日 16:16 |
js 在线格式化 JavaSript CSS JSON 还有MD5/BASE64加密+对称加密/解密+随机密码+二维码在线生成 |
manong 2023年3月20日 16:14 |
0 559 |
manong 2023年3月20日 16:14 |
C++字符串转超大数字和超大数字转字符串或【子程序】f_AtoI(long long n) |
manong 2023年3月20日 16:01 |
0 473 |
manong 2023年3月20日 16:01 |
让你的程序添加到鼠标右键菜单,也可以删除它。 |
manong 2023年3月20日 15:46 |
0 558 |
manong 2023年3月20日 15:46 |
超简单的VB6的exe美化方法 Win7风格 工程1.exe.manifest 或 用res方法加入exe |
manong 2023年3月20日 15:44 |
0 1080 |
manong 2024年12月12日 19:17 |
VB6.0调用VS2022的C++写的DLL,网上很多错的,这里才是最简单的:一定要采用DEF文件。 |
manong 2023年3月20日 15:41 |
0 565 |
manong 2023年3月20日 15:41 |
ASP替换strA和strB中间的字符串成新字符串 |
manong 2023年3月20日 15:37 |
0 538 |
manong 2023年3月20日 15:37 |
|