代码搜索:CodeProject
找到约 389 项符合「CodeProject」的源代码
代码结果 389
www.eeworm.com/read/123026/6063564
txt value_types.txt
Using value types in managed C++
Chris Maunder, The Code Project (www.codeproject.com)
A quick introduction to using .NET value types in managed C++. This sample
and article demonstrates how to
www.eeworm.com/read/123026/6063573
txt delegates.txt
Delegates in managed C++
Chris Maunder, The Code Project (www.codeproject.com)
This sample demonstrates single- and multi-cast delegates
using C++, including declaration, creation and usage, and
www.eeworm.com/read/123026/6064245
txt inherit.txt
Cross language inheritance in .NET
Chris Maunder, The Code Project (www.codeproject.com)
The introduction of .NET brings makes cross language development simpler
than ever. No longer must one wor
www.eeworm.com/read/277826/4149721
cs persistentobject.cs
using System;
namespace NetBpm.Util.DB
{
//@portme http://www.codeproject.com/csharp/objserial.asp
//#Serializable#
public class PersistentObject //: System.Runtime.Serialization.ISerializabl
www.eeworm.com/read/447272/1706387
cs persistentobject.cs
using System;
namespace NetBpm.Util.DB
{
//@portme http://www.codeproject.com/csharp/objserial.asp
//#Serializable#
public class PersistentObject //: System.Runtime.Serialization.ISerializabl
www.eeworm.com/read/222244/14699784
cpp base64.cpp
// base64.cpp
// Base64 Encoding/Decoding Code Implementation File
//
// This implementation of Base64 encoding is based on Anders Molin's
// AMMimeUtils implementation at http://www.codeproject.c
www.eeworm.com/read/465685/7051773
cpp gifstatic.cpp
/*
CGifStatic class to display GIF in static control version 1.0.0
Copyright (c) 2008 Wong Shao Voon
The Code Project Open License (CPOL)
http://www.codeproject.com/info/cpol10.aspx
*/
//
www.eeworm.com/read/458733/7290317
cpp gridctrl.cpp
// GridCtrl.cpp : implementation file
//
// MFC Grid Control v2.26
//
// Written by Chris Maunder
// Copyright (c) 1998-2005. All Rights Reserved.
/
// The code containe
www.eeworm.com/read/443174/7636630
cpp gridctrl.cpp
// GridCtrl.cpp : implementation file
//
// MFC Grid Control v2.26
//
// Written by Chris Maunder
// Copyright (c) 1998-2005. All Rights Reserved.
/
// The code containe
www.eeworm.com/read/486343/6539951
cpp killprocess.cpp
// Kill a process by name
// by Eugene Polonsky
// NT4 requires separate handling, because it doesn't support the ToolHelp32 API
// for more details see http://www.codeproject.com/threads/killpr