a c example of dds module
资源简介:a c example of dds module
上传时间: 2014-01-24
上传用户:cc1015285075
资源简介:This sample is a working example of Exabyte2 Tape Minidriver. This module contains device-specific routines for the Exabyte EXB-8500 tape drive.
上传时间: 2013-12-23
上传用户:wfeel
资源简介:CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a mes...
上传时间: 2013-12-11
上传用户:weiwolkt
资源简介:Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
上传时间: 2013-12-25
上传用户:fandeshun
资源简介:This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes sectio...
上传时间: 2013-12-20
上传用户:wyc199288
资源简介:a zipped example of communication between the Cerebellum 16f877 pic board and the CMUcam. There are plenty of comments in the code.
上传时间: 2013-12-16
上传用户:1159797854
资源简介:DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related f...
上传时间: 2015-09-11
上传用户:l254587896
资源简介:This paper describes some of the author s experiences from a C++ implementation of a concordance program for texts in Old West Norse and Runic Swedish.
上传时间: 2014-01-11
上传用户:leixinzhuo
资源简介:这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components),是我见过中的最好的,功能较全面,使得用遗传算法编程变得极为容易。
上传时间: 2015-10-04
上传用户:康郎
资源简介:this a C++ example for read card
上传时间: 2015-10-23
上传用户:z1191176801
资源简介:IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
上传时间: 2014-01-13
上传用户:han_zh
资源简介:The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and addition...
上传时间: 2013-12-20
上传用户:yan2267246
资源简介:谱域法求解电磁场扩散方程的Fortran程序 A working example of solving the electromagnetic diffusion equation using a spectral method
上传时间: 2014-01-10
上传用户:璇珠官人
资源简介:小波变换源代码集 这是葛哲学编著《小波分析理论与MATLAB R2007实现》的所有源代码。包含大量的实例和典型应用。 a good example of wavelet for beginner and wavelet applied engineer
上传时间: 2016-05-26
上传用户:dapangxie
资源简介:The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
上传时间: 2016-08-17
上传用户:彭玖华
资源简介:A great example of the Eclipse Forms.
上传时间: 2013-12-26
上传用户:stampede
资源简介:This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of the implementation o...
上传时间: 2014-01-16
上传用户:ls530720646
资源简介:a good example of flywheel controlled by model predictive controller
上传时间: 2017-05-26
上传用户:hgy9473
资源简介:This program describes the concept of polymorphism in C++. example of Inheritance is given in this code
上传时间: 2014-11-22
上传用户:huangld
资源简介:遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of
上传时间: 2013-12-26
上传用户:ztj182002
资源简介:转载一个程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named example.zip), and a COM component built by comtool of Matlab and used in a Visual C++ program(named mycom.zip). Both projects contai...
上传时间: 2014-08-28
上传用户:爺的气质
资源简介:Special Russia Cubic a small game, it should be a good example for new beginner of visual c.
上传时间: 2016-08-09
上传用户:LIKE
资源简介:A C++ Program to show an example of Hashing using Mid-Square Method. 应用Mid-Square理论的哈希算法
上传时间: 2014-01-04
上传用户:familiarsmile
资源简介:This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eight blocks moving on the screen and playing sounds when they collide with a wall or with each other. The updated example has been tested to s...
上传时间: 2014-11-17
上传用户:yt1993410
资源简介:This a simple example project for the MSP430 series MCU and the GCC port of the mspgcc project. The project contains a makefile and uses assembler and C sources. It shows a clock on an character LCD.
上传时间: 2015-10-19
上传用户:waitingfy
资源简介:DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ da...
上传时间: 2016-01-14
上传用户:小鹏
资源简介:This example shows how to perform a repeated sequence of conversions using // "repeat sequence-of-channels" mode.
上传时间: 2016-09-04
上传用户:gxmm
资源简介:A complete implementation of neural network with different example of training set generation. http://takinginitiative.wordpress.com/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/
上传时间: 2017-06-18
上传用户:zaizaibang
资源简介:example of Embedded Zerotree Wavelet encoding in ANSI-C
上传时间: 2015-01-24
上传用户:爺的气质
资源简介:Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic Indexing, and a sim...
上传时间: 2015-03-03
上传用户:希酱大魔王