- 博客(3)
- 收藏
- 关注
原创 实时得到程序的标准输出
示例程序:/* Name: 3745739.c Copyright: iDLER FANG Author: iDLER FANG Date: 22-01-05 22:56 Description: Sample of child process I/O redirect.*/#include #include #include #define BUFFSIZE 4096
2005-01-25 12:56:00
1162
原创 AOV工程网络图的计算
下面是计算AOV工程网络图的C代码,符合ANSI标准,可用于大部分的编译器。#include #include #include #define MAX_V_NUM 1024 // 最大顶点数#define WORD32 unsigned long#define WORD32_BLEN 4#define MAX_WORD32 0xffffffffL#define IN
2002-03-25 08:50:00
1390
原创 kmp模式匹配算法的pascal实现
{ Implementation of KMP Algorithm}PROGRAM Impl_KMP;USES CRT;CONST MAX_STRLEN = 255;VAR next : array [ 1 .. MAX_STRLEN ] of integer; str_s, str_t : string; int_i : in
2001-08-17 10:45:00
1574
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人