搜索资源列表
乘风多用户计数器
- 这是一个用ASP编制而成的网业计数器,它具有一个很大优势:能够和网业分离,实现远程 调用,又可以嵌入到需要统计在线人数的网页来实现在线人数统计功能-This is an ASP compiled from the network industry counters, it has an enormous advantage : and to divide the network, remote call, Also needs to be embedded in online statist
VC调用matlab工具箱函数进行图像处理编程
- VC调用matlab工具箱函数进行图像处理的技术与方法-VC call Matlab toolbox functions for image processing technologies and methods
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
osbymayfar
- 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
LunarDay
- 阳历转农历的代码很多,但找来找去有些是错的,这是我整理的cs文件。 在系统新增现有项就可调用-Lunar calendar switch code lot, but try some is wrong, this is my finishing cs document. In the new system the existing items can call
eppplc
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communication technology and engineering practice in compiling this chap
bianexcle
- 用VC开发的可以到出EXCLE的程序,可以直接调用和岛出!-development of the VC can EXCLE out of the process, and can directly call and island!
10517-080605-0303B04-28
- 本“网上考试系统”是为了配合网上教学,实现网络学校一体化而设计的。设计本系统要熟悉掌握数据库的编辑和应用,并能与网络相结合。 本“网上考试系统”是基于微软的FrontPage和Access数据库来实现的。主要采用HTML语言来编写,设计过程中还应用到ASP语言。全文共分为系统分析、系统概述、设计过程、用户说明、 结束语、参考文献。本文详细阐述了系统分析、系统设计的方法及其内容,对如何使用ASP开发本系统作了较为详细的介绍。本系统以网页的方式对数据库进行调用,系统应用简单明了,考生可以轻松
VC-USB-HID.常用的Windows+API调用
- 常用的Windows+API调用 怎样编写一个在USB接口读写数据的程序 HID设备的访问,Commonly used Windows+ API call how to prepare a USB interface to read and write data through HID equipment visit
VC 调用IE的网址导入和导出功能
- VC 调用IE的网址导入和导出功能 收藏夹功能-VC call IE' s address import and export functions Favorites feature
RPCArchi
- RPC体系结构,详细介绍远程过程调用的结构,对于分布式软件开发人员十分有用-RPC architecture, detail the structure of the remote procedure call, distributed software developers for the very useful
VB-to-call-in-the-application-API
- 怎样用VB在应用程序中调用API函数的方法-How to use VB to call in the application API function method
C-Sharp-call-for-AutoCAD
- 在c#中实现对AutoCAD的调用,多多少少,学一点是一点。-C# call for AutoCAD, more or less, learn a little a little.
Java-call-C.CPP
- Java利用java native interface 和C、C++相互调用-Java and C++ calling each other via java native interface
With-C-and-CPP-call-WindowsAPI
- 用C和C++来调用WindowsAPI编写程序-With the C and C++ call WindowsAPI programming
Mathematica-call
- 本文主要讨论了如何在Visual C++环境中实现对Mathematica的调用.文中第一种方法在Visual C++中直接加入Mathematica的语句,一种是通过利用Mathematica输出功能实现Visual C++中调用Mathematica,一种是利用Mathlink协议实现调用,并通过总结了各方法有效性和实用性.-This paper discusses how++ environment to achieve the call to Mathematica in Visual
Function-call
- 函数的调用c语言程序,为c语言初期学习所必备-C language program calls a function for c language necessary for early learning
CSharp-Call-Win32-API-with-pointer
- CSharp Tips调用Win32 API如何处理指针类型的参数-CSharp Call Win32 API with pointer
C-Sharp-call-the-windows-API-entry
- C#调用windows API入门,即C#如何调用非托管代码,资料内进行了详细的介绍和分析。-C# calls the windows API entry, namely the C# how to call unmanaged code, data are introduced and analyzed in detail.
VS创建动态库及QT调用实例
- 实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片(Implementation function: VS2012 package is used to generate dynamic link libraries (.dell and.lib) for