This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your own, send a shout out to the author!
标签: program your depending hardware
上传时间: 2014-11-23
上传用户:anng
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy
Copy gen_jmsn.dll to your Winamp Plugins Directory. JMSN Auto Nickname Changer plugins support only winamp 2.x version. [StartUp] In Tools -> Options.. -> Auto Nickname tabs, Configure your prefix and postfix besides your mp3 name And Press Start Button. so nickname changer listener will be started. [Configure] If I m listening Marilyn Manson - This Is The New Shit , Prefix : Jang-Ho Hwang listen Postfix: ~* When winamp song was changed, your nickname will be Jang-Ho Hwang listen Marylyn Manson - This Is The New Shit~* [Winamp plugin configure] In Winamp 2.x, Press Control+P (Preferences). You will find JMSN Nickname Changer Plug-In v0.7 in Plug-ins -> General purpose. Click Configure and set access password. it will keep your nickname. Enjoy it
标签: Directory gen_jmsn Nickname Changer
上传时间: 2014-01-20
上传用户:zhuimenghuadie
关于Flash的烧写程序的编写,要使用FlashBurn软件配合FBTC.out才能把*.hex文件少写到Flash中
上传时间: 2016-04-20
上传用户:二驱蚊器
MPEG2 Loopback Demo"实现1路D1格式视频DSP端采集、MPEG2编码、MPEG2解码和视频输出回放显示。 该演示程序共包括如下2个文件夹,每一个文件夹的内容介绍如下: 01. DSP out--该文件夹下包含本公司提供的DSP端应用程序,以.out文件形式给出。 02. Documents--该文件夹下包含演示程序使用说明文档。
上传时间: 2013-12-20
上传用户:13160677563
WinChat was created in late 2000 by Spectre, DeMENted and Unique_T. You can connect to WinChat.Net by pointing your IRC client at irc.winchat.net. Or you can start a Java client right now.
标签: WinChat DeMENted Unique_T Spectre
上传时间: 2016-04-24
上传用户:zhangyi99104144
富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: will Repeater Received Project
上传时间: 2016-04-27
上传用户:www240697738
富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: Interrupt-Pins external Project enabled
上传时间: 2016-04-27
上传用户:waizhang
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtpr <port number> (<relay server>)
标签: relay smtp correctly protocol
上传时间: 2014-01-01
上传用户:jhksyghr
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))
上传时间: 2014-12-20
上传用户:ve3344