搜索资源列表
CustomerFcltStyle
- 基于ArcGIS Engine C#实现用户自定义动态电力符号-based on ArcGIS Engine C# User-defined dynamic power symbol
VBCALLDLL
- 在VB中调用动态连接库 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。VB中高度的封装和模块化减轻了编程者的负担,同时也使开发人员失去了许多访问低层API函数和直接与Windows交互的机会。因此,相比而言,VB应用程序的执行效率和功能比C/C++或Delphi生成的程序要差。为了解决这个问题,在一个大型
zhinengxianshiping
- 实现了智能显示屏的设计。在TC下用C语言编写程序,利用TPC—1实验箱,用一台PC机通过8255A芯片,使8*8 LED二级管上动态显示“信息工程学院”的字样。并且附有详细的设计文档。-an intelligent display design. TC using the C language programming, the use of TPC-1 experimental box with a PC through the 8255 A chip, * 8 of 8 LED tube tw
ARP欺骗原理
- 一,什么是ARP协议? ARP协议是“Address Resolution Protocol”(地址解析协议)的缩写。在局域网中,网络中实际传输的是“帧”,帧里面是有目标主机的MAC地址的。在以太网中,一个主机要和另一个主机进行直接通信,必须要知道目标主机的MAC地址。但这个目标MAC地址是如何获得的呢?它就是通过地址解析协议获得的。所谓“地址解析”就是主机在发送帧前将目标IP地址转换成目标MAC地址的过程。ARP协议的基本功能就是通过目标设备的IP地址,查询目标设备的MAC地址,以
Thinking in VC++
- Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple
Drawline
- 一個用C#動態繪圖的範例,含動態編輯功能。 -A dynamic graphics using C# for example, with dynamic editing features.
CANdll
- can bus 动态链接库,由博世公司提供,与它的开发工具canoe,canopen,caneditor等有关-Dynamic Link Library can bus, provided by Robert Bosch GmbH, with its development tools, canoe, canopen, caneditor and other relevant
c
- 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
Winform Study
- C# winform相关培训资料包括动态链接库及多线程操作-C# winform related training materials, including dynamic link library and multi-threaded operation
01
- this is a c programe for dynamic geometry devolopment ic c to fluent
Objective-C(Chinese)
- Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
C-D-S-with-starlogo
- 复杂动态系统仿真软件starlogo学习资料-Complex dynamic system simulation software starlogo the learning materials
CSharp-and-C-CPPbasic-types-reference
- C#与C++的基本类型对照表,对于C#引用C++动态库有很大用处-C# and C++ basic types of table references for C# C++ dynamic libraries are very useful
c
- C语言动态存储管理的实现及常见问题分析 这是一篇很好的论文-C language implementation of dynamic memory management and frequently asked questions is a good analysis of this paper
C
- 数码管动态显示,属于学习类程序源码,对于初学单片机者有一定帮助-Digital dynamic display, belonging to class learning program source code, for beginners microcontroller will definitely help
cPP-04-Dynamic-Memory
- c++ secure programming memory allocation dynamic memory management
Data-Structures-and-Algorithm-Analysis-in-C---Mar
- provides a concise, complete, and dynamic picture of many important data structures used in modern programming practice, with a focus on issues of performance and efficiency.
C55
- The role of the transmission network in the Power System is to transmit the power generated in the power plants to the load centers and the interconnected power systems. The transmission of electric power has to take place in the most efficient w
c72e5dd2127eecc688cd6c5d0299e28b3ab1
- This paper focuses on the design of a novel control approach. Its contribution to the existing literature is that in the design of an interval type-2 fuzzy neural system, recursive fuzzy c-means clustering algorithm is used and the designed algorithm
C和指针课后习题答案
- 本书书写了C和指针的课后习题答案,供大家参考。 Pointers On C Instructor’s Guide Chapter 1 A Quick Start Chapter 2 Basic Concepts Chapter 3 Data Chapter 4 Statements Chapter 5 Operators and Expressions Chapter 6 Pointers Chapter 7 Functions Chapter 8 Arrays