Welcome![Sign In][Sign Up]
Location:
Search - marshal

Search list

[ActiveX/DCOM/ATLmbv

Description: 自己做DCOM组件中的Marshal处理功能
Platform: | Size: 26492 | Author: 好大晓 | Hits:

[Other resourceMarshal

Description: C#中读取指针的示例, 使C#可以控制底层的数据.
Platform: | Size: 1217 | Author: scanli100 | Hits:

[ActiveX/DCOM/ATLmbv

Description: 自己做DCOM组件中的Marshal处理功能-Make their own DCOM components Marshal processing functions
Platform: | Size: 26624 | Author: 好大晓 | Hits:

[.netMarshal

Description: C#中读取指针的示例, 使C#可以控制底层的数据.-C# Read pointer of the sample, so that C# Can control the underlying data.
Platform: | Size: 1024 | Author: scanli100 | Hits:

[Software EngineeringKeanBlog

Description: AutoCAD2004中首先定义了.NET API的原型。在那时,这是具有革命性的。创建混合模式的DLL来暴露托管接口,并可通过非托管的ObjectARX调用来配置(marshal)这些接口(如何配置?)-AutoCAD2004 first defined. NET API prototype. At that time, this is a revolutionary. The creation of mixed mode interface DLL to expose hosting, and through non-hosted ObjectARX call to configure (marshal) of these interface (how to configure?)
Platform: | Size: 154624 | Author: leowang | Hits:

[OtherCsharp

Description: 本书内容提挈: ·通过基于组件的开发技术有效减少开发时间和成本 ·为可管理性、可靠性、灵活性和可移植性设计组件 ·使用最新的.NET技术调试应用程序 ·创建和定制可复用的Web Browser组件 ·开发、测试和安装Web服务和Windows服务 ·通过身份验证和授权确保Web应用程序安全 ·创建ADO.NET体系结构的后端组件 ·实现和管理多线程组件 ·创建与COM互操作的组件-Marshal the contents of this book: the adoption of component-based development techniques are effective in reducing the development time and cost of manageability, reliability, flexibility and portability of the design of components using the latest. NET technology to create and debug applications customized reusable Web Browser component development, testing and installation of Web services and Windows services are provided through authentication and authorization to ensure that the Web application security to create ADO. NET back-end architecture of component implementation and management of multi-threaded COM components created with interoperable components
Platform: | Size: 39141376 | Author: aglaia17 | Hits:

[Graph RecognizeAspriseOCRv4

Description: 英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0 int startY = 0 int width = -1 int height = -1 try { startX = Convert.ToInt32(textStartX.Text) startY = Convert.ToInt32(textStartY.Text) width = Convert.ToInt32(textWidth.Text) height = Convert.ToInt32(textHeight.Text) } catch (Exception ex) { Console.WriteLine(ex.StackTrace) } String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height)) textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpart (textImage.Text,-1 , startX, startY, width, height)) textResults.Text = result
Platform: | Size: 5384192 | Author: King | Hits:

[VC/MFCmarshal

Description: c 代码大全 有效的c语言学习查找书籍 帮助你提高编程水平-c code c Guinness effective language learning books to help you find programming to enhance the level of
Platform: | Size: 4244480 | Author: Marshal | Hits:

[CommunicationRemotingandRemotableObjects

Description: This code shows how to create remote objects in VB.net. This includes Client-Activated objects, Server-Activated objects, remotable objects, serializable objects, and marshaling objects with the Marshal method. Comments are included in the source code to make it easy to understand.- This code shows how to create remote objects in VB.net. This includes Client-Activated objects, Server-Activated objects, remotable objects, serializable objects, and marshaling objects with the Marshal method. Comments are included in the source code to make it easy to understand.
Platform: | Size: 11264 | Author: anatolia | Hits:

[Software Engineeringsphe8202r

Description: firmware for the samsonic dvd player
Platform: | Size: 644096 | Author: mukisa fahad | Hits:

[OtherMarshal_ME-6077_(MT1389DE+A25L40P)Flash_Dump

Description: Binaty File FIRMWARE for Marshal ME-6077 Mediatek MT1389DE Processor : MT1389DE Flash : EN25P40 Optic : Sanyo HD-850
Platform: | Size: 669696 | Author: Reza Shatizadeh | Hits:

[OtherMarshal_DVD-6011B_(SPHE8200A+A29040B)_Flash_Dump.

Description: Binaty File FIRMWARE for DVD SUNPLUS Marshal DVD-6011B Processor : SUNPLUS SPHE8200A Flash : A29040B-Binaty File FIRMWARE for DVD SUNPLUS Marshal DVD-6011B Processor : SUNPLUS SPHE8200A Flash : A29040B
Platform: | Size: 407552 | Author: Reza Shatizadeh | Hits:

[OtherMarshal_DVD_ME6061_MP4_(SPHE8202D+KH29LV400CBTC)_

Description: Binaty File FIRMWARE for DVD SUNPLUS Marshal DVD ME6061 MP4 Processor : SUNPLUS SPHE8202D Flash : KH29LV400CBTC
Platform: | Size: 567296 | Author: Reza Shatizadeh | Hits:

[OtherMarshal_ME-6083_(SPHE8202+EN25T80(SO8))_Dump

Description: Binaty File FIRMWARE for DVD SUNPLUS Marshal ME-6083 Processor : SPHE8202 Flash/EEPROM : EN25T80
Platform: | Size: 1038336 | Author: Reza Shatizadeh | Hits:

[Othermedian1363

Description: pku1363,1、题目简介: 给出一个数n,1~n的所有整数会以从小到大的顺序入栈,但出栈顺序不定,同时给出几组出栈的顺序,要求判断给出出栈顺序是否可能。 2、算法实现思想: 首先建立一系列的Stack操作,入push,pop,isEmpty,top,clear等 将要判断的出栈序列存储至一个数组map中。然后从最大的n开始到1进行循环压栈和出栈处理。从出栈序列map[]的尾部开始,进栈,不断寻找最大的出栈,次大的出栈...最后若栈空则为Yes,否则为No -pku1363.The local tradition is that every train arriving from the direction A continues in the direction B with coaches reorganized in some way. Assume that the train arriving from the direction A has N <= 1000 coaches numbered in increasing order 1, 2, ..., N. The chief for train reorganizations must know whether it is possible to marshal coaches continuing in the direction B so that their order will be a1, a2, ..., aN. Help him and write a program that decides whether it is possible to get the required order of coaches. You can assume that single coaches can be disconnected from the train before they enter the station and that they can move themselves until they are on the track in the direction B. You can also suppose that at any time there can be located as many coaches as necessary in the station. But once a coach has entered the station it cannot return to the track in the direction A and also once it has left the station in the direction B it cannot return back to the station
Platform: | Size: 1024 | Author: 周静 | Hits:

[OtherThemeExplorer[1].2005

Description: 这是一个移植到VC 8.0,唐Kackman的优秀UxTheme控制的更新版本。主题资源管理器已更新,添加主题颜色的详细信息的资源管理器界面。代码已被擦洗,以清除旧的语法。类的名字已被稍加修改,以适应自己的命名约定。 (类的名字开始与C,和结构的名字开始与S)我删除vcclr.h引用。字符串处理是元帅:StringToHGlobalAuto。位于stdafx.h中相应的宏,用于访问托管字符串。在唐的催促下,我改的名字空间:从系统:WINDOWS:Froms:UxThemeTool主题。 -This is an updated release of Don Kackman s excellent UxTheme control, ported to VC 8.0. The theme explorer has been updated to add theme color detail to the explorer interface. The code has been scrubbed to remove old syntax. Class names have been modified slightly to fit my naming conventions. (Class names begin with C, and structure names begin with S.) I removed references to vcclr.h. String handling is performed with Marshal::StringToHGlobalAuto. Appropriate macros for accessing managed strings are located in stdafx.h. At the urging of Don, I changed the name space from System::Windows::Froms::Themes to UxThemeTool.
Platform: | Size: 167936 | Author: huyg | Hits:

[Game Server Simulatortoolset

Description: 使用Marshal生成基于结构的数据文件,用于在C#和C++之间转换游戏数据,可配合之前上传的HGE游戏使用.-Marshal generated using structure-based data files for the C# and C++ conversion between the game data can be uploaded with the HGE game before use.
Platform: | Size: 48128 | Author: dr | Hits:

[Linux-Unixdbus-marshal-recursive-util

Description: Would be in dbus-marshal-recursive.c, but only used in bus/tests.
Platform: | Size: 13312 | Author: yancuejao | Hits:

[Linux-Unixdbus-marshal-byteswap-util

Description: Would be in dbus-marshal-byteswap.c but tests/bus only.
Platform: | Size: 1024 | Author: fuferdai | Hits:

[Linux-Unixdbus-marshal-validate-util

Description: Would be in dbus-marshal-validate.c, but only used by tests/bus.
Platform: | Size: 3072 | Author: xuizanveng | Hits:
« 12 »

CodeBus www.codebus.net