-
表达式求值(C语言)
输入完成后直接回车进行计算 前后均不需要#...
表达式求值(C语言)
输入完成后直接回车进行计算 前后均不需要#-Expression evaluator (C language) input directly after the completion of return calculated both before and after do not need#
- 2023-09-07 18:30:03下载
- 积分:1
-
Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there ar...
Apriori算法源码,在vc++6.0环境下运行,编译,有操作界面-Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there are user interface
- 2023-01-11 16:10:04下载
- 积分:1
-
Because the Windows implementation of awk print ... efficiency is too low, so th...
因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint
awkprint by Cao Siqin, 2007.7.17
awkprint
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be listed:
C:WINDOWSa.log
C:WINDOWS.txt-Because the Windows implementation of awk print ... efficiency is too low, so the introduction of awkprint, equivalent to awkprintawkprint by Cao Siqin, 2007.7.17awkprint
- 2022-01-25 19:33:15下载
- 积分:1
-
实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的...
实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。
-achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the problem. Struts and the need to form large dynamic configuration rules than checking the text, the workload here is 0.
- 2022-01-25 14:53:22下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
资源管理器源码Java
应用背景C语言实现的windows任务管理器,界面与windows自带的任务管理器差不多,能停止正在运行的任务,能显示CPU使用等功能。。。关键技术C language implementation of the Windows Task Manager, the interface and the windows comes with the task manager, can stop being running tasks, can display the use of CPU and other functions...
- 2022-02-06 11:13:42下载
- 积分:1
-
文字的特效演示程序,是用java实现的!
文字的特效演示程序,是用java实现的!-text effects Demonstration Program, is the realization of java!
- 2022-10-06 00:00:03下载
- 积分:1
-
使用java N皇后的编码方法用于实现朔准备,请…
用JAVA编写的N皇后编码,用回朔法实现,请大家多提提意见-prepared using JAVA N Queen coding method used to achieve Schomburg, please make a suggestion more
- 2023-04-22 09:45:03下载
- 积分:1
-
用vc开发快速Fourier变换原理及其应用实例源代码
用vc开发快速Fourier变换原理及其应用实例源代码-Vc development with the principle of fast Fourier transform and its application source code
- 2022-04-30 18:57:00下载
- 积分:1
-
grep by曹斯琴,2007.7.17
grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab-grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab
- 2022-08-11 00:42:22下载
- 积分:1