资源列表
[Windows编程] Cpp20
说明:该算法能计算出子字符串在一个字符串中的位置,以及显示这几个位置-The algorithm can calculate the substring position in a string, and show that these positions<kongyuemei> 在 2025-10-03 上传 | 大小:1kb | 下载:0
[Windows编程] CString-int-string-char
说明:str ()的简单实现 strstr(s1,s2)是一个经常用的函数,他的作用就是在字符串s1中寻找字符串s2如果找到了就返回指针,否则返回NULL。- static const char* _strstr(const char* s1, const char* s2) { assert(s2 && s1) const char* p=s1,*r=s2 while(*p!= \0 ) { while(<qddqdd> 在 2025-10-03 上传 | 大小:3kb | 下载:0
[其他小程序] 2005CMDExample
说明:CMD auto command prompter.. it enables u to put commands when ur pc is infected with lots of virus and u can t run anything on it!! and has an example file too enjoy!<dprocks> 在 2025-10-03 上传 | 大小:16kb | 下载:0
[Windows编程] beerten
说明:In this paper, a comparison is made between different implementations of the three-level torque comparator for a Direct Torque Control (DTC) based induction motor drive. The DTC scheme controls stator flux and torque by means of hysteresis co<yasser> 在 2025-10-03 上传 | 大小:232kb | 下载:0
[打印编程] Super-report-printing-control
说明:超级报表打印控件,一个内容丰富的超级报表打印控件-Super report printing control<李明> 在 2025-10-03 上传 | 大小:220kb | 下载:0
[其他小程序] Production-signature
说明:制作特征码;一个实用简洁的制作特征码的工具-Production signature<李明> 在 2025-10-03 上传 | 大小:3kb | 下载:0
[Windows编程] functionPointers.tar
说明:Some simple use of function pointers in C. It declares 4 functions add, mult, sub, div and an array containting some pointers to these functions and in the main it demands to execute a function via the array.<Averello> 在 2025-10-03 上传 | 大小:1kb | 下载:0