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.
资源简介: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...
上传时间: 2013-12-17
上传用户:netwolf
资源简介: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...
上传时间: 2015-10-07
上传用户:ikemada
资源简介:Thinking in c++, this is a good book.
上传时间: 2014-01-25
上传用户:qq521
资源简介:RC4 SourceCode In C.it is a symetric algorithm
上传时间: 2014-12-02
上传用户:wfl_yy
资源简介: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.
上传时间: 2014-08-17
上传用户:trepb001
资源简介: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.
上传时间: 2017-04-12
上传用户:13188549192
资源简介: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...
上传时间: 2013-11-25
上传用户:miaochun888
资源简介:Linux uart driver for Infineon ADM5120 SOC Uart port. This is good reference to operate the SOC uart port.
上传时间: 2016-09-26
上传用户:lgnf
资源简介:SMAC用户手册.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...
上传时间: 2013-12-24
上传用户:独孤求源
资源简介:This is the Gaussian piramyd i found in matlab page is very useful to image procesing
上传时间: 2013-12-19
上传用户:qw12
资源简介: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.
上传时间: 2013-12-01
上传用户:edisonfather
资源简介: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...
上传时间: 2013-12-18
上传用户:jkhjkh1982
资源简介: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...
上传时间: 2014-12-08
上传用户:zhangyi99104144
资源简介: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...
上传时间: 2017-02-20
上传用户:lepoke
资源简介: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...
上传时间: 2014-01-17
上传用户:shinesyh
资源简介: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 ...
上传时间: 2017-04-24
上传用户:a3318966
资源简介: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...
上传时间: 2013-12-21
上传用户:源弋弋
资源简介: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...
上传时间: 2013-12-23
上传用户:Andy123456
资源简介: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 ...
上传时间: 2013-12-20
上传用户:changeboy
资源简介: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. ...
上传时间: 2014-11-28
上传用户:chenxichenyue
资源简介:如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 ...
上传时间: 2017-09-06
上传用户:gengxiaochao
资源简介: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...
上传时间: 2013-12-11
上传用户:天诚24
资源简介: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.
上传时间: 2015-04-03
上传用户:ywqaxiwang
资源简介: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.
上传时间: 2013-12-03
上传用户:silenthink
资源简介:FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
上传时间: 2014-01-01
上传用户:zhenyushaw
资源简介: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 ...
上传时间: 2015-05-05
上传用户:rocwangdp
资源简介: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 "...
上传时间: 2015-05-23
上传用户:tfyt
资源简介:This is to build a 2 pass assembler in c language.
上传时间: 2017-05-02
上传用户:jjj0202
资源简介: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, ...
上传时间: 2013-12-25
上传用户:王者A
资源简介:This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
上传时间: 2017-07-07
上传用户:onewq