搜索资源列表
Hookpwd
- 取输入框中星号的字符,获取窗口属性(坐标,大小,类名)等 读取窗口列表 修改窗口标题 开发环境:Vc++ 6.0-imported from asterisk in the box characters, access to the window properties (coordinates, size, class names) to read a list of windows to amend window title development environment : Vi
asterisk
- linux下面,sip,h.323代理服务器c语言原码,要在linux环境下安装,可以构建voip系统服务器
csharpSip.rar
- c#sip proxy,绝对的100%的源代码,非常难找,asterisk的windows编程必备啊,c# sip proxy, absolute 100 of the source code, very difficult to find, asterisk of windows programming must ah
cagi.rar
- asterisk c-agi 提供c 语言接口的例子,asterisk c-agi provide examples c language interface
Server
- 网页游戏《弹弹堂》后台服务器源代码,C#写的,开启最少用VS2008以上,无BUG-Bouncing back-end server source code, Hall, C# to write, at least with VS2008 more open, non-BUG
teams
- delphi大富翁索引整理 本索引能从下列所有CHM文件中搜索貼子: DELPHIBBS19982000.CHM(*) DELPHIBBS2001.CHM(*) DELPHIBBS2002.CHM(*) DELPHIBBS2003.CHM(*) DELPHIBBS2004.CHM(*) DELPHIBBS200503.CHM(*) DelphiBBS2005.CHM(*) DelphiBBS2006.chm(*) DelphiBBS2007.chm(
char
- 本程序主要供学习C语言的初学者应用,其功能是输入一个字符串,然后降末尾的*号删除-This procedure primarily for beginners to learn C language applications, and its function is to enter a string, and then down at the end of the deletion of an asterisk
SSStarText
- ShadowStar StarText Copyright (C) shadowstar, all rights free. 用两种钩子方式实现的鼠标取星号密码的程序,也可以用来取窗口中的文字以便复制。-ShadowStar StarText Copyright (C) shadowstar, all rights free. By means of two hook mouse asterisk password check procedure can also be used to
ShowPass
- 用c++编写的星号密码查看器,在vc6.0+xp sp2下调试通过-Prepared using c++ asterisk password viewer, in the vc6.0+ xp sp2 to debug through the
mvbcti_free
- MVBCTI控件简介 * * * * MVBCTI OCX是基于Activex技术的标准控件,可以在任何支持OCX控件的编程语言中使用, * * 如VB/VC/Delphi/C++Builder/VFP/VS/Powerbuilder/C#/Javascr ipt等。 * * * * MVBCTI OCX在一个控件中实现了CTI和IVR SERVER两个接口,并有独立的初始化和终止方法。 * * 开发者可以使用MVBCTI控件的IVR接口在Windows平台上开发基于M
libami-0.9.6
- 一个和asterisk电话系统通信的ami接口模块,纯C开发,非常实用,可以在上面进行继续改造-file descr iption file descr iption
47
- 假定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:删除字符串中所有的*号。在编写程序时,不得使用C语言提供的字符串函数。 例如,字符串的内容为:****A*BC*DEF*G*******,删除后,字符串的-Assume that the input string contains only letters and asterisk. Please write the function fun, it' s function is to: remove all the*
43
- 规定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:将字符串中的前导*号全部删除,中间和尾部的*号不删除。例如,字符串中的内容为:*******A*BC*DEF*G****,删除后,字符串中的内容应当是:A*BC*DEF*G****.在编写函数时,不得使用C语言提供的字符串函数。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -Provides the input string c
astcid
- asterisk 来电显示, linux 环境的 C语言开发的,支持FSK和DTMF模式的来电-asterisk caller id dis
STM8_serial_WISMO218
- STM8 C project for serial communication with WISMO218 GSM module and Asterisk 1.6. CallerID and BusyDetect are supported
cagi_v0.7.tgz
- cagi 源代码,0.7版本asterisk c语言编程的AGI-asterisk C agi
除去星号
- 去除星号的c语言程序,除去字符串中的*号,除去字符串中的前部分*号,遇到字母,保留后面的。(Remove the asterisk C language program, remove the string * number, remove the string in the former part of the * number, encountered letters, retain the latter.)
20140805
- recieve data from Asterisk by telnet,and analyses process.
Asterisk.NET.1.6.3.1
- This is an unofficial package for the Asterisk .NET library. The Asterisk .NET library consists of a set of C# classes that allow you to easily build applications that interact with an Asterisk PBX Server (1.0/1.2/1.4 version). Both FastAGI and Manag
c语言练习题
- Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po