搜索资源列表
msdn
- 用 DirectSound 生成电子鼓,特约专栏作家 Ianier Munoz 使用托管 Microsoft DirectX 库和 C# 来即时合成音频流,从而生成了电子鼓。directx开发学习的好例子!-with DirectSound generation electronic drums, Contributing columnist Ianier Munoz use hosted Microsoft DirectX libraries and C# instantly streamin
catwork0601
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
debugsrc
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
pik
- 由于电子商务广泛采用公开密钥技术,职能部门有必要对公钥加以管理。本文简要介绍了基于PKI的密钥托管技术及密钥托管代理的概念,分析了密钥托管的步骤,以及政府部门在密钥托管代理的帮助下强制访问信息的过程。 关键词:密钥托管 证书授权认证 公开密钥 公钥基础设施 托管证书 网络的安全问题得到人们的日益重视。网络面临的威胁五花八门:内部窃密和破坏,截收,非法访问,破坏信息的完整性,冒充,破坏系统的可用性,重演,抵赖等。于是公钥基础设施(Public Key Infrastructure,PKI)
ierrorinfo2src(vc++)
- 由于传统的 COM 技术使用静态的非托管编程,而.net使用动态的托管编程,所以这个题目本质上讨论的是托管与非托管代码之间的互操作中的一个特例-traditional COM technology use passive non-hosted programming. Net use dynamic programming trusteeship, the nature of this subject is discussed at the Trusteeship Council-managed
managedspy
- ManagedSpy是一个诊断工具,和Spy++类似。它显示受托管的属性,允许你记录事件,并且是一个使用ManagedSpyLib的很好例子。ManagedSpyLib引入了一个称为ControlProxy的类。一个ControlProxy是一个System.Windows.Forms.Control的代表,允许你获得或设置属性并预定事件好似你正在目标进程中运行着一样。使用ManagedSpyLib来做自动化测试,为兼容性做事件记录进程交互通讯,或白盒测试。 -ManagedSpy is a
StoredProcedures
- 一个个人自己编写的c#的源程序,实现了使用SQL Server 2005中的托管存储过程(Managed Stored Procedure)和用户自定义函数(UserDefined Function) ,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the realization of the use of SQL Server 2005 hosting storage proce
autocells
- 用vc的托管运行时库模拟的微生物社会行为的发展状态,由图形动画显示.-with the run-time library trustee simulation of microbial community of the state of development, from graphic animation shows.
zfcdcl
- 定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,但是有问题出现!-definition hosted such events and commissioned and used = operator in these cases. This mechanism appears to be useful, but there were problems!
Win32window
- C#编写的Win32Window函数库,可以在托管环境下面调用Native的Window方法.-prepared by the C# Win32Window libraries, the hosting environment called Native below the Window methods.
tuoguanhefeituoguancaozuo
- 此为与非托管环境互操作,请解压后使用,大家多多支持-care for the environment and non-interoperable, please use unpacked, we can support
tuoguanWindows
- 用托管C++开发Windows表单 vc++6.0-with Managed C vc Windows Forms 6.0
PubMethod
- 这是用C++.net的托管类编的。实现从数据集转换到Excel和Word。之前应引用Microsoft.Office.Interop.Excel和Microsoft.Office.Interop.Word-C. Net hosting category series. From a data conversion to Excel and Word. Prior to invoke Microsoft.Office.Interop.Excel and Microsoft osoft.Office
EMS_Robot
- 这是我做毕业设计时写的一个代码框架生成器,因为我所设计的系统数据访问部分采用托管容器式持久性(Containet-Managed Persistence,CMP)方式,在这种设计模式下我们不必考虑数据从何处来,以何种方式存放,支持多数据库。所以在编码前,写了个代码生成器,减少体力劳动。-This is what I do design graduation wrote a code generator framework. because I designed the system data
cvbxcvg
- 二次共享服务器本身不用接采集器和正版卡,也不需要每月的正版卡授权,只需在服务器上运行服务端软件,这样就可以把服务器设置在托管主机或网吧的服务器上,网络传输条件和带宽得到了改善,-secondary server itself not shared access and genuine collector cards, and do not need monthly Genuine card authorization, only the server running on the server
Serializer
- 发现一些托管服务器不支持序列化和反序列化,我写了这个代码进行序列化的检测,先执行TestA.ASPX,看是否生成了strs.xml文件,再执行TestB.aspx,看是否输出了strs.xml文件中的内容.A是序列化过程,B是反序列化过程.代码用C#/ASP.NET1.1编写。 不明白的可以加我QQ号问我:555951-found that some servers do not support the care and anti-sequence sequence, I wrote
持续化更新的视状态和在DLL中使用托管扩展
- 持续化更新的视状态和在DLL中使用托管扩展-continuous update of the state and as the DLL using managed expansion
用托管C++开发Windows表单
- .Net框架在用户界面上提供3种方式:windows forms,wed forms和控制台应用程序。本篇主要讨论托管C++开发win标单的一般方法
Aieyz 隐藏_托管图标 v1.0
- 隐藏外部程序托管图标 API 易语言模块源码(Hide external program managed icons)
超详细解析托管代码与非托管代码以及dll调用
- 详细解析托管代码与非托管代码以及dll调用.(Ultra - detailed parsing of managed and unmanaged code and DLL calls)