搜索资源列表
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
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
AsteriskCallPop
- Asterisk来电弹屏源码,c#开发,.net程序员可以参考参考-Asterisk call number pop
vcPP-APP_CODE_10
- 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: VC然输入框出现气球提示 VC实现创建模态对话框.rar VC释放EXE资源文件.rar VC星号密码探测显示程序.zip Visual+C++编程高手.rar vld-10-src.zip VS2008 ATL开发Gif的ActiveX控件.rar weather(天气预报界面).rar WebBrowser-Httprequest(http请求捕捉).rar
PlayBeepVoice
- C#播放系统自带的提示音、出错音等事件声音,比如:C#播放Exclamation事件,播放Question事件,播放Asterisk事件,播放Hand事件,C#播放Beep事件等-C# Play system comes with a tone, error tone sounds and other events, such as: C# Play Exclamation event, broadcast Question event, play Asterisk event, play Ha
PlayBeepVoice
- C#播放系统自带的提示音、出错音等事件声音,比如:C#播放Exclamation事件,播放Question事件,播放Asterisk事件,播放Hand事件,C#播放Beep事件等。-C# Play system comes with a tone, error tone sounds and other events, such as: C# Play Exclamation event, broadcast Question event, play Asterisk event, play H
FILE
- DOS界面下的登录程序,C语言写的,主要练习win32程序的密码用*号显示,输入错误可以回退删除等-Login program under DOS interface, C language, passwords major exercises with an asterisk win32 program display, input errors can be rolled back and delete. . .
AsteriskManagerInterfaceTest
- The Asterisk Manager Interface (AMI) allows a client program to connect to an Asterisk instance and issue commands or read events over a TCP/IP stream. Integrators will find this particularly useful when trying to track the state of a telephony clien
除去星号
- 去除星号的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