搜索资源列表
冲击波源代码
- */ #include <stdio.h> #include <strings.h> #include <signal.h> #include <netinet/in.h> #include <netdb.h> #define NORM \"\\033[00 00m\" #define GREEN \"\\033[01 32m\" #define YELL \"\\033[01 33m\"
zlib123
- The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous
DateClass_src
- SimpleDate.cpp: contains the date class functions SimpleDate.h: Header for above class Parseit.cpp: Helper class that parses date strings Parseit.h: Header for above class -SimpleDate.cpp : contains the date SimpleDate class functions. h : H
Dos_src
- These are files that contain displayable copyright strings that need to be modified when updating the copyright
RomeNumbersxx01
- this source code understand Rome numbers and calculate XXIV like strings to real integer value
hf
- 自适应哈弗曼树算法的简单编码 使用vc++完成。输入字符串,动态输出编码-Adaptive Havermann a simple tree algorithm using vc++ code completion. Input strings, dynamic output coding
01100
- 1.求两个字符串的乘积,结果存到字符串中,例如字符串一中存的“657891”,字符串二中存的“521”,分别将字符串中的字符转换成整型数字,进行计算后,再转换成字符类型存储起来-Find the product of two strings, the result is stored in the string, such as strings saved " 657,891" , string II memory " 521" , respectively co
C-language-digital-rain-code
- C language strings to simulate rain program:用C语言编写的字符串模拟下雨的程序-C language digital rain code:C language strings to simulate rain program