亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

size

  • very simple nonvisual Delphi component useful for shareware program developing. It uses crypted lic

    very simple nonvisual Delphi component useful for shareware program developing. It uses crypted license files containing information about exe file (size and crc), expired date and any additional information. As TArtLicense uses RSA asymmetric algorithm and TArtLicense knows only decryption key, nobody can change information inside license file.

    標簽: developing nonvisual component shareware

    上傳時間: 2017-04-08

    上傳用戶:561596

  • The purpose of this project is to explore the issues and implementation of a multiple instruction st

    The purpose of this project is to explore the issues and implementation of a multiple instruction stream, single data stream processor. We are running two instruction streams on two CPUs which share an address space. The processors share a second level cache, and maintain coherence at the L1 cache with a write-invalidate policy. The L2 cache is two-way set associative, with a block size of 8 words, and a total capacity of 512 words.

    標簽: implementation instruction multiple purpose

    上傳時間: 2017-04-18

    上傳用戶:731140412

  • how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

    how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.

    標簽: Creation constant Passing vectors

    上傳時間: 2017-04-25

    上傳用戶:1079836864

  • 2007年全國大學生電子設(shè)計大賽

    2007年全國大學生電子設(shè)計大賽,A題音頻信號分析儀的全部源程序。 單片機為c8051f120,系統(tǒng)時鐘倍頻至96MHZ。 main.c是一個包含五級菜單的主函數(shù)。 FFT.C是進行fft變換,將時域信號變換成頻域信號。 flash.c是讀寫片外flash存儲器的程序,可以將分析結(jié)果保存,以備調(diào)用. z7290.c是周立功7290鍵盤芯片的驅(qū)動程序. FFT_xgjis.c是對變換后的頻譜進行分析和運算. FFT_CodeTable.c是一個正弦表,在FFT的時候調(diào)用. LCD320240.c是320*240的液晶驅(qū)動程序,液晶的控制器是SED1335. 所有的.h文件提供了子函數(shù)的定義. 本程序用KEIL3 802版本編譯通過,將所有的.C文件添加到工程中,并編譯main.c 注意兩點:1.器件選擇c8051f120. 2.在target中將時鐘設(shè)為96M.同時必須將Memory Model 改成large--XDATA.默認的是small. 因為本設(shè)計占用的資源是非常大的. Program size: data=81.3 xdata=6811 code=43056

    標簽: 2007 大學生電子 設(shè)計大賽

    上傳時間: 2014-01-05

    上傳用戶:manlian

  • This book introduces embedded systems to C and C++ programmers. Topics include testing memory device

    This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty.

    標簽: programmers introduces embedded include

    上傳時間: 2013-12-21

    上傳用戶:daoxiang126

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    標簽: iterations performs Bailey number

    上傳時間: 2014-01-05

    上傳用戶:libenshu01

  • This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to

    This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance micro-controller solution in small die size. To reduce total system cost, the S3C2410A includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.

    標簽: This microprocessor describes S3C2410A

    上傳時間: 2013-11-30

    上傳用戶:GavinNeko

  • 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

    生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a

    標簽: TrickTest tricktest command source

    上傳時間: 2014-01-23

    上傳用戶:水口鴻勝電器

  • I implemented a perfect file transfer OCX client/server. I created a perfect function to parse and s

    I implemented a perfect file transfer OCX client/server. I created a perfect function to parse and split the data. The source file size is equal to destination. NO LOSS OF DATA in the packets!

    標簽: perfect implemented function transfer

    上傳時間: 2014-01-19

    上傳用戶:R50974

  • Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 M

    Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256

    標簽: type Application frequency 4.000000

    上傳時間: 2014-01-08

    上傳用戶:lx9076

主站蜘蛛池模板: 昌平区| 镇雄县| 赤城县| 新宁县| 乌兰县| 栾城县| 黄陵县| 通江县| 厦门市| 拜泉县| 海丰县| 睢宁县| 永川市| 长武县| 方山县| 白城市| 罗甸县| 枣强县| 荃湾区| 罗甸县| 正蓝旗| 阿拉尔市| 长兴县| 莱州市| 金乡县| 鄱阳县| 资溪县| 浦城县| 定陶县| 漳州市| 会泽县| 贵南县| 拜泉县| 五常市| 沿河| 宁蒗| 微山县| 沧州市| 汽车| 大理市| 凭祥市|