-
Find out the login users under Terminal server
Find out the login users under Terminal server
- 2022-03-11 10:21:34下载
- 积分:1
-
Implimented SLL(Singly Link List)
包装控制台类型操作。
- 2022-03-03 00:31:09下载
- 积分:1
-
a "symmetric matrix multiplication" examples. Containing five source f...
一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
- 2022-03-26 15:03:43下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作-Platform based on the win32 console application uses ADO database to read, write, modify and delete database data access operations
- 2022-03-25 12:17:13下载
- 积分:1
-
VBScript包装类允许添加VBScript情景应用。没有MFC / ..
VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite() -VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite()
- 2022-07-14 08:13:37下载
- 积分:1
-
h323协议的介绍,有极高的价值,请各位阅读
h323协议的介绍,有极高的价值,请各位阅读-h323 protocol introduction, there are high value, please read
- 2022-08-03 03:13:45下载
- 积分:1
-
C 编程教程
这是 C progrraming 教程从马丁 · 迪基博士从华盛顿大学从初学者到中级水平。Quiteful 很有帮助和 ppt 文件,源代码提供的视频演示。
- 2022-03-01 23:53:29下载
- 积分:1
-
C language description of the database table between the two, and the establishm...
用C语言描述数据库中两个表之间的关系,并建立简单的查找-C language description of the database table between the two, and the establishment of a simple search
- 2022-01-22 12:09:07下载
- 积分:1
-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
awk by Cao Siqin, 2007.7.17
awk
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 executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
- 2022-07-01 19:45:10下载
- 积分:1