搜索资源列表
如何在c或c++中调用java
- 介绍如何在c或c++中调用java方法-how the c or c Calling java method
你必须知道的495个C语言问题
- 学习c 的绝对好书! 第1章 声明和初始化. 1 基本类型 1 1.1 我该如何决定使用哪种整数类型? 1 1.2 为什么不精确定义标准类型的大小? 2 1.3 因为C语言没有精确定义类型的大小,所以我一般都用typedef定义int16和int32。然后根据实际的机器环境把它们定义为int、short、long等类型。这样看来,所有的问题都解决了,是吗? 2 1.4 新的64位机上的64位类型是什么样的? 3 指针声明 3 1.5 这
C++与Libsvm
- 昨天朋友在学习LibSVM的时候,问我如何在C++(Native)项目中调用动态库,当时隐隐约约只记得要指定下库文件的目录,还有库文件的名称,但是具体在哪里指定就不记得了。所以在这里写篇文章,介绍下如何在Visual Studio中创建和使用库,希望能帮助到一些人。
如何在c或c++中调用java
- 介绍如何在c或c++中调用java方法-how the c or c Calling java method
UNIX下C语言编程指南
- 本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程.-the book explains how the unix platform for C language based programming, and high-level programming.
简单的多人聊天(CSharp.Socket)
- 本文介绍了如何在C#中基于SOCKET实现多人之间的相互聊天。-paper described how the C# based on Socket achieved between the people chatting.
NeHeCS
- C#的OpenGL编程。本例展示了如何在C#中调用API。本程序显示了一对旋转的彩色的四面体-C# OpenGL programming. This example demonstrates how the C# API call. This procedure shows a revolving color of the tetrahedral
MultiMediaincsharp
- 一个可以播放mp3等格式的小软件,此外还能播放视频格式的声音,主要介绍如何在c#环境下进行简单的多媒体编程-can play an MP3 format of the software, plus broadcast video formats voices introduced in c# environment for simple multimedia programming
CSharpAndFlash
- 本代码内容是如何在c#中结合flash来编程 怎样在程序中获得flash返回的值,以及怎样 设置flash内部变量的值-the code which is how the combination of c# programming to flash what the procedure was flash back back to the value of flash and how to set up internal var
fatherwindow
- 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制
Progrs_br1
- 该例子给出了如何在c#中使用进程进度条的方法-the examples given of how the c# progress in the process of the use of the method
OLEDB
- 本示例说明如何在 C# 中使用 Microsoft Access 数据库。它显示如何创建数据集并从数据库向该数据集添加表。示例程序中使用的 BugTypes.mdb 数据库是一个 Microsoft Access 2000 .mdb 文件-this example of how the C# using the Microsoft Access database. It shows how to set up data from the
Samp1
- 如何在C++Builder中创建使用DLL,含有说明及例程-How to C Builder to create using the DLL, containing descr iptions and routines
pic-c
- 《PIC 单片机C 语言编程指南》,介绍如何在PIC单片机的开发中运用c语言。
27135158345
- 如何在c#中使用mapx50 在C#环境下开发的简单的gis程序-How c# Use mapx50 in C# Environment developed simple procedures gis
Windows-via-C++Code-December01-2007
- Windows via C++ Code (December 1, 2007),关于如何在window下学习C++编程的代码资源,配合电子书Windows Via C C++.chm使用。是学习C++的很好资料-Windows via C++ Code (December 1, 2007), in the window on how to learn C++ Programming code resources, e-books wit
CppSQLite_3_1_demo_and_src
- 提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。-How in the C++ Use sqlite as a wrapper class. sqlite is a very convenient and highly efficient embedded database, you can use multiple langu
如何在C#中实现OPC数据访问
- 如何在C#中实现OPC数据访问()
C#在VS中如何搭建三层架构
- 手把手教你如何在c#环境下搭建三层架构,分为数据层,逻辑层,应用层。(Handlebars teach you how to build three layers of architecture in the c# environment, divided into data layer, logic layer, and application layer.)
如何在C#中实现OPC数据访问
- 如何在C#中实现OPC数据访问,本文主要讲述了在C#语言环境下,编程实现通过SimaticNet 提供的OPC Server, 访问PLC 中数据的步骤。此方法同样适用于WinCC 作为OPC Server 时的数据访问。(How to implement OPC data access in C#)