-
h323协议的介绍,有极高的价值,请各位阅读
h323协议的介绍,有极高的价值,请各位阅读-h323 protocol introduction, there are high value, please read
- 2022-08-03 03:13:45下载
- 积分:1
-
一个简单的文本
一个基于控制台的简单文字游戏程序,供初学者学习提高使用-A simple text-based console games, for beginners to learn to improve the use of
- 2023-04-24 04:50:02下载
- 积分: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
-
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
-
该程序有x5045,12864液晶显示,步进电机等各个模块组成的一个程序有详细的功能说明...
该程序有x5045,12864液晶显示,步进电机等各个模块组成的一个程序有详细的功能说明-The program has x5045, 12864 LCD, stepper motor, composed of various modules, such as a program has a detailed description of the function
- 2022-06-21 15:42:29下载
- 积分:1
-
operating systems experimental procedure c os experimental process scheduling wr...
操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
- 2022-02-20 08:47:33下载
- 积分:1
-
more systematic introduction of IP phone technology and the principle of the rel...
较 为 系 统 地 介绍 了 IP 电 话 技 术 的 原 理 和 相 关 协 议 , 描 述 了 SIP 的 相 关 实 体 、 服
务 分 层 和 消 息 处 理 过 程 , 结 合 嵌 入 式 技 术 设 计 、 实 现 了 一 个 基 于oSIP 协 议 栈 的 SIP 服 务 器 , 并 对 该 服 务 器 进 行 了 试 验 。
-more systematic introduction of IP phone technology and the principle of the relevant agreements, the description of the SIP related entities, and news services layered process, with embedded technology design, Based on the realization of a oSIP protocol stack of SIP server, and on the servers of the test.
- 2022-08-18 18:33:00下载
- 积分:1
-
VC++图书管理系统完整版
一个早期开发的VC++图书管理系统完整版,大致测试了一下,运行正常,需要的DLL文件源码爱好者已整合进压缩包。这个图书系统可以完成用户资料管理,图书资料管理,借阅/还书管理等常用功能。
- 2023-01-01 15:55:03下载
- 积分:1
-
我的练习代码。是一些C++编程技能的实践。
我的练习代码.是一些关于C++编程技巧的练习.-My practice code. Is the number of C++ Programming skills practice.
- 2023-04-05 12:20:03下载
- 积分:1
-
将控制台窗口置顶和解除置顶功能。通过SetWindowPos()函数来实现...
将控制台窗口置顶和解除置顶功能。通过SetWindowPos()函数来实现-And the lifting of the console window Top Top features. Through the SetWindowPos () function to achieve the
- 2023-07-03 23:20:02下载
- 积分:1