crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.
資源簡介:crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.
上傳時間: 2014-01-09
上傳用戶:181992417
資源簡介:OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations ...
上傳時間: 2015-03-03
上傳用戶:kbnswdifs
資源簡介:this is source code for counting sort algorith in c language
上傳時間: 2017-09-24
上傳用戶:asdkin
資源簡介:this is source code for billing system application in c language.. this program are made from dev-cpp
上傳時間: 2017-09-24
上傳用戶:shawvi
資源簡介:Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.
上傳時間: 2015-04-12
上傳用戶:pompey
資源簡介:This is svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.
上傳時間: 2013-12-27
上傳用戶:aappkkee
資源簡介:Steffensen method for non-linear equations in C
上傳時間: 2014-08-12
上傳用戶:com1com2
資源簡介:Secant method with 2 points for non-linear equations in C
上傳時間: 2015-01-20
上傳用戶:ma1301115706
資源簡介:c語言編程規范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
上傳時間: 2014-07-11
上傳用戶:aeiouetla
資源簡介:this is j2me source codes, it s very nice for you
上傳時間: 2014-11-12
上傳用戶:宋桃子
資源簡介:These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are bel...
上傳時間: 2015-06-23
上傳用戶:s363994250
資源簡介:hi everyone, it is other people s program by c++ it is nice (一組開關,希望搞工控界面的xdjm能用的上。 位圖開關,你用你自己的圖替換掉,就可以得到你自己風格的開關了,其他幾個都是用GDI畫的。 ), enjoey it~
上傳時間: 2015-06-25
上傳用戶:66666
資源簡介:The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoretically well founded neural network algorithms and related models for use in teaching, research and applications development. It contains m...
上傳時間: 2013-12-11
上傳用戶:hj_18
資源簡介: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
上傳用戶:源弋弋
資源簡介:The purpose of this code is to assist developers get some good ideas for how to build a PayPal shopping cart. It is your job as a developer to ensure that any code provided meets your needs.
上傳時間: 2013-12-21
上傳用戶:851197153
資源簡介:spi prog for mcu ok in keil C
上傳時間: 2015-12-20
上傳用戶:anng
資源簡介:iic prog for mcu ok in keil c
上傳時間: 2014-12-20
上傳用戶:zhaoq123
資源簡介:A DynamicArray is an array that automatically allocates dynymaic array for the visual basic.net language
上傳時間: 2013-12-10
上傳用戶:wangzhen1990
資源簡介:Symbian界面設計的C++源代碼例子:Designing and building portable UIs for Symbian OS: Using a controller as a portable UI component.
上傳時間: 2014-11-17
上傳用戶:極客
資源簡介:TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language interpreter. The language, and indeed a significant part of the core of the TOOL engine, is based on the BOB project, a work that was originally ...
上傳時間: 2016-01-30
上傳用戶:ainimao
資源簡介:this chapter intrduces the AVR C lib FUNCTIONS.I believe it must be useful for everybody
上傳時間: 2016-02-08
上傳用戶:D&L37
資源簡介:驅動程序,Ambient網達MD5628D-L-C調制解調器最新驅動3.30版for Win9x/ME/2000/XP(2005年10月20日新增)
上傳時間: 2013-12-25
上傳用戶:ecooo
資源簡介:The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT c...
上傳時間: 2013-12-02
上傳用戶:wff
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-01-15
上傳用戶:hongmo
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2013-12-26
上傳用戶:dreamboy36
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2016-06-28
上傳用戶:change0329
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-09-03
上傳用戶:jjj0202
資源簡介:This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number o...
上傳時間: 2014-01-25
上傳用戶:yan2267246
資源簡介:Special Russia Cubic a small game, it should be a good example for new beginner of visual c.
上傳時間: 2016-08-09
上傳用戶:LIKE
資源簡介:The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic “music” synthesizer through an external b...
上傳時間: 2013-12-20
上傳用戶:z754970244