In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.
資源簡(jiǎn)介:In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function messa...
上傳時(shí)間: 2013-12-17
上傳用戶:netwolf
資源簡(jiǎn)介:SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET applic...
上傳時(shí)間: 2015-10-07
上傳用戶:ikemada
資源簡(jiǎn)介:Thinking in c++, this is a good book.
上傳時(shí)間: 2014-01-25
上傳用戶:qq521
資源簡(jiǎn)介:RC4 SourceCode In C.it is a symetric algorithm
上傳時(shí)間: 2014-12-02
上傳用戶:wfl_yy
資源簡(jiǎn)介:annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement various kinds of neural networks like Multi-Layer Perceptron, Radial basis function networks, Hopfield networks etc.
上傳時(shí)間: 2014-08-17
上傳用戶:trepb001
資源簡(jiǎn)介:This is a PCI to USB bridge schematic that i was draw by hand from a PCI to USB card, the schematic use VT6212L to make bridge, the idear is that we can use microcontroler interface to PC through PCI slot by USB, ha ha it is too easy.
上傳時(shí)間: 2017-04-12
上傳用戶:13188549192
資源簡(jiǎn)介:This program uses the database created by MakeAPIDB. It opens a connection * to a database using the same property file used by MakeAPIDB. Then it * queries that database in several interesting ways to obtain useful * information abo...
上傳時(shí)間: 2013-11-25
上傳用戶:miaochun888
資源簡(jiǎn)介:Linux uart driver for Infineon ADM5120 SOC Uart port. This is good reference to operate the SOC uart port.
上傳時(shí)間: 2016-09-26
上傳用戶:lgnf
資源簡(jiǎn)介:SMAC用戶手冊(cè).pdf Simple Media Access Controller Information in this document is provided solely to enable system and software implementers to use Freescale Semiconductor products. There are no express or implied copyright licenses grante...
上傳時(shí)間: 2013-12-24
上傳用戶:獨(dú)孤求源
資源簡(jiǎn)介:This is the Gaussian piramyd i found in matlab page is very useful to image procesing
上傳時(shí)間: 2013-12-19
上傳用戶:qw12
資源簡(jiǎn)介:A case study on D-AMPS 1900 channels. An exact analytical expression for the tracking MSE on two-tap FIR channels is presented and utilized.
上傳時(shí)間: 2013-12-01
上傳用戶:edisonfather
資源簡(jiǎn)介:c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a prog...
上傳時(shí)間: 2013-12-18
上傳用戶:jkhjkh1982
資源簡(jiǎn)介:This document is a simplified version of the original. This version is not required to be treated as confidential and Non Disclosure Agreement with neither the 3C LLC nor the SDA is required. Reproduction in whole or in part is prohibited...
上傳時(shí)間: 2014-12-08
上傳用戶:zhangyi99104144
資源簡(jiǎn)介:SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines...
上傳時(shí)間: 2017-02-20
上傳用戶:lepoke
資源簡(jiǎn)介:This is the reference Manual for the MySQL Database System. It documents MySQL up to Version 5.0.1-alpha, but is also applicable for older versions of the MySQL software (such as 3.23 or 4.0-production) because functional changes are indi...
上傳時(shí)間: 2014-01-17
上傳用戶:shinesyh
資源簡(jiǎn)介:I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave ...
上傳時(shí)間: 2017-04-24
上傳用戶:a3318966
資源簡(jiǎn)介:DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have result...
上傳時(shí)間: 2013-12-21
上傳用戶:源弋弋
資源簡(jiǎn)介:upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use functio...
上傳時(shí)間: 2013-12-23
上傳用戶:Andy123456
資源簡(jiǎn)介:When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel ...
上傳時(shí)間: 2013-12-20
上傳用戶:changeboy
資源簡(jiǎn)介:Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to load the module. ...
上傳時(shí)間: 2014-11-28
上傳用戶:chenxichenyue
資源簡(jiǎn)介:如何編寫讀/寫一個(gè)字節(jié)的函數(shù)呢? 1. 讀一個(gè)字節(jié) uchar tmpread(void) //read a byte date 讀一個(gè)字節(jié) { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //讀出的數(shù)據(jù)最低位在最前面,這樣剛好一個(gè)字節(jié)在DAT里 ...
上傳時(shí)間: 2017-09-06
上傳用戶:gengxiaochao
資源簡(jiǎn)介:This book is a complete reference to the C programming language and the C runtime library. As a Nutshell book, its purpose is to serve as a convenient, reliable companion for C programmers in their day-to-day work. It describes all the elem...
上傳時(shí)間: 2013-12-11
上傳用戶:天誠(chéng)24
資源簡(jiǎn)介:The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
上傳時(shí)間: 2015-04-03
上傳用戶:ywqaxiwang
資源簡(jiǎn)介:The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ workspace. You can compile and link your driver in IDE. If you have SoftICE, it can generate .nms file.
上傳時(shí)間: 2013-12-03
上傳用戶:silenthink
資源簡(jiǎn)介:FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
上傳時(shí)間: 2014-01-01
上傳用戶:zhenyushaw
資源簡(jiǎn)介:The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS ...
上傳時(shí)間: 2015-05-05
上傳用戶:rocwangdp
資源簡(jiǎn)介:graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "...
上傳時(shí)間: 2015-05-23
上傳用戶:tfyt
資源簡(jiǎn)介:This is to build a 2 pass assembler in c language.
上傳時(shí)間: 2017-05-02
上傳用戶:jjj0202
資源簡(jiǎn)介:C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, ...
上傳時(shí)間: 2013-12-25
上傳用戶:王者A
資源簡(jiǎn)介:This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
上傳時(shí)間: 2017-07-07
上傳用戶:onewq