Welcome![Sign In][Sign Up]
Location:
Search - easy api 1

Search list

[Communication网络通信开发包

Description: 一套易用的网络通信包,以C++形式对功能进行封装。对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。-set of easy-to-use communications network packets to C++ form of a wrapper function. Right Winsocket and NamedPipe API function package, and provided some API function linking the establishment and data detection capabilities.
Platform: | Size: 88064 | Author: 薛妮 | Hits:

[Other进程&线程查看器

Description: 关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。  首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。   具体实施阶段:    界面设计:该实用程序的界面几乎完全参考vc++自带的Process Viewer,以前从未接触-threads on the process used vc viewer's own Process Viewer and think that this small program is easy to use, has great role Sometimes, I have done a similar proceedings to the idea of embarking on pondered made up. First I look at the relevant processes and threads api function (in tlhelp32.h) understanding of their usage. Specific implementation phase : interface design : The utility interface reference vc almost entirely onboard Process Viewer, never contacts
Platform: | Size: 308224 | Author: 杜宇 | Hits:

[OS programregister的经典例子

Description: 关于注册表的经典例子 该例子中保护了VC++编程中常用的API函数,例子简单易学。-registry on the classic example of the case to protect the VC++ Programming common API function, as in the case is easy.
Platform: | Size: 40960 | Author: 刘明 | Hits:

[OS programCA应用示例

Description: CA应用示例代码,提供完整的API函数接口,使用方便-CA application sample code, which provides a complete API interface, easy to use
Platform: | Size: 304128 | Author: andy | Hits:

[ComboBox牛顿法解方程之混沌1.32

Description: 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案和特效处理方式 -source Notes : 1. Photo button achieve (toolbar) 2. After commencement inspection command line parameters to open the three documents.*. HTXT support drag and drop files to the open window directly 4. A multi-threaded processing of the five alternatives. Procedures always at the top of the switching API 6. Photo tablecloths set for the API 7. Achieving "removed, repeat" the data structure 8. Photo access and set up the data API 9. The RGB image data adjusted 10. Call the default Web browser to access the website, called the default mail handling procedures editor, send e-mail 11. The fractal graphics can be very easy to add a new equation, color and special effects program approach
Platform: | Size: 230400 | Author: 王晶 | Hits:

[Other Riddle games教你如何作弊玩扫雷

Description: 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine, some of the frequently encountered when the ambiguity, it is easy to die. So just think, if I started to know where the minefields are not alone. OllyDBG was open to mine (WinMine.exe) performed a track. Fortunately, WinMine.exe no shell, direct look at its IMPORT TABLE, the two suspicious API next breakpoints, is a GDI.BitBlt, this is a procedure to draw the map and the other is the User32.GetDlgItemInt, the mine was used to map the size and the number of the mine.
Platform: | Size: 11264 | Author: 黄河 | Hits:

[OS programHKAPI

Description: 这是一个拦截api的程序,简单易用-interception api procedures, easy to use
Platform: | Size: 11264 | Author: 关耳 | Hits:

[CommunicationIPCComm

Description: 网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。 对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。 附带使用说明书。 原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C++ form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
Platform: | Size: 192512 | Author: incc | Hits:

[Othermatlab_cpp

Description: Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB® C++ Math Library serves two separate constituencies: MATLAB programmers seeking more speed or complete independence from interpreted MATLAB, and C++ programmers who need a fast, easy-to-use matrix math library. To each, it offers distinct advantages.
Platform: | Size: 30720 | Author: vipjvs | Hits:

[OtherMATLAB_C_API

Description: As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.
Platform: | Size: 8192 | Author: vipjvs | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites
Platform: | Size: 43008 | Author: 邓影 | Hits:

[Hook apiGetKey

Description: 绝对经典的Hook程序,好用,全部用API写的.-Hook absolute classic procedures, easy to use, all written using API.
Platform: | Size: 1580032 | Author: asjdklfsd | Hits:

[SQL ServerODBCApiDataManager

Description: 通过ODBC API实现对数据库的访问.虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,又便于了解ADO、DAO的底层封装方式,对提升整体软件思想是很有好处的。 -Through the ODBC API to achieve access to the database. Although access to the database using ODBC is too much trouble, but it is flexible, efficient, and easy to understand ADO, DAO bottom package of software to enhance the overall idea is very good.
Platform: | Size: 411648 | Author: 李发 | Hits:

[Windows DevelopUDP

Description: 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Platform: | Size: 67584 | Author: Yang | Hits:

[ADO-ODBCstudentdatabaseCreate

Description: 学生选课管理系统,用纯ODBC API实现,例子中也演示了用MFC ODBC实现的方法,对于SQL语言的理解有很大的直观帮助和体会。内有详细的实验帮助和使用说明已经程序的E-R图,源码都附加有注释,很容易理解。C语言+SQL实现。-Student course management system, using pure ODBC API to achieve, for example, also demonstrated the realization of using MFC ODBC method, the SQL language, intuitive understanding of a great help and experience. There are detailed help and use of experimental procedures that had been ER diagram, annotated source code is attached, it is easy to understand.
Platform: | Size: 2277376 | Author: 无我 | Hits:

[e-languageAPIec

Description: 易语言全中文API模块源码1.0 含大多数API方便使用-Easy Language All Chinese API module source containing most of the API easy to use 1.0
Platform: | Size: 71680 | Author: 阿斯顿 | Hits:

[Hook apiAPI-Hook

Description: Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the other API, only a small change can be.
Platform: | Size: 214016 | Author: 林海波 | Hits:

[Windows DevelopVB_API_Code(Easy)

Description: VB初级API操作源码实例大全 VB初级API操作源码实例大全 -Operation of the primary API VB VB source example Daquan Daquan primary API example VB source operating operating source primary instance API API operations Daquan VB source primary instance Daquan
Platform: | Size: 218112 | Author: di | Hits:

[Windows DevelopWin-API-cbutton

Description: 一个自绘按钮类的实现,还有两个小demo..简单实用,方便新手学习-A self-drawn button class implementation, there are two small demo .. simple and practical, easy for novices to learn
Platform: | Size: 82944 | Author: | Hits:

[Communicationvc6.0-API-Look-for-com

Description: VC6.0 API方式搜索可用串口程序,程序不使用控件;模块化程序设计,调用方便-VC6.0 API methods search for available serial port, the program does not use controls modular program design, easy call
Platform: | Size: 2336768 | Author: 王亚 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net