Welcome![Sign In][Sign Up]
Location:
Search - prints

Search list

[File Operateprint_file

Description: 调用java类打印的列子,程序首先搜索默认打印机,如果没有就报错,这里就是打印文件自身。- Transfers a java kind of printing Liezi, the procedure first searches tacitly approves the printer, if has not been wrong on the newspaper, here prints document oneself.
Platform: | Size: 2902 | Author: 张强 | Hits:

[Linux-Unixdmidecode-2.7

Description: linux环境在终端打印出所有smbios信息的代码-linux environment in the terminal prints out all the information code smbios
Platform: | Size: 61701 | Author: 陈爱国 | Hits:

[OS DevelopPwDump4

Description: This program dump password hashes from local or remote Windows NT/2000 machines. It prints them onto the screen in l0phtcrack format, or will write them to a file if desired. -This program dump password hashes from loc al Windows NT/2000 or remote machines. print It s them onto the screen in l0phtcrack format, or will write them to a file if desired.
Platform: | Size: 252055 | Author: 林杰 | Hits:

[Other resourceC8051F120_ADC

Description: This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example uses the internal 24.5MHz oscillator multiplied by 2 using the on-chip PLL (SYSCLK = 49MHz).-This program prints the C8051F124 die temp erature out at the hardware UART 115200bps. Thi s example uses the internal oscillator C8051F332 two multiplied by using the on-chip PLL (SYSCLK = 4 9MHz).
Platform: | Size: 7634 | Author: sf | Hits:

[Windows Developenumtap

Description: TAPI实例程序(30KB) EnumTapi is a sample console app that enumerates all the devices made available by TAPI and prints relavent information on each one. -TAPI (30KB) is a sample EnumTapi console app that enumerates all the devices made available by TAPI and prints relavent information on each one.
Platform: | Size: 30367 | Author: 冰笛 | Hits:

[JSP/Javajava_twoProgram

Description: 两个java程序。PrintS.java 用冒泡排序的方法打印两个s三角镇的applet程序。-two procedures. PrintS.java with Bubble Sort of Print 2 s Triangle town of applet.
Platform: | Size: 1091 | Author: zhaoyun | Hits:

[OtherPrintStar

Description: 读取7个数(1—50)的整数值,每读取一个值,程序打印出该值个数的*。纯粹是练习用,让您见笑了-read seven numbers (1-50) for the entire value of each read a value, the procedure prints * Number of value. Purely practice, so that you laughed at the
Platform: | Size: 107973 | Author: nalnal_gnod | Hits:

[Other resourcegraphbfs

Description: 读图并输出图的邻接链表,输入两个结点,用广度优先寻找它们之间的最短路径并输出,并判断其是否是树,是否连通,是否有环,有要打印出来环.-interpret drawings and prints of adjacent chain, the importation of two nodes, with breadth between them priority for the shortest path and output, and a judgment whether it is trees, connectivity, whether in Central, to print out a ring.
Platform: | Size: 4133 | Author: micang | Hits:

[WinSock-NDISsimple_P2P1707822122004

Description: Title: simple P2P Gnutella code Description: This is a simple P2P Gnutella code. This code connects to the Gnutella network and prints all queries it will receive This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=7620&lngWId=3 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL. -Title : Gnutella P2P simple code Description : This is a simple P2P Gnutella code. This code con nects to the Gnutella network and prints all que ries it will receive This file came from Planet - Source-Code.com home ... the millions of lines of source code You can view comments on this code / and or vote on it at : http : / / www.Planet-Source-Code.com/vb/scripts/ ShowCode.asp txtCodeId = 7620
Platform: | Size: 96815 | Author: aleagu | Hits:

[Other resourceprintStudents+RoomsPkg

Description: Oracle中的printStudents+RoomsPkg问题 Oracle中的printStudents+RoomsPkg问题 Oracle中的printStudents+RoomsPkg问题-the problem Oracl printStudents RoomsPkg e printStudents RoomsPkg the issue of Oracle printS tudents RoomsPkg issue of Oracle printStudents Ro omsPkg problems
Platform: | Size: 1271 | Author: | Hits:

[JSP/JavaMaopao

Description: 这是冒泡法程序,其中打印出了各个排序的过程。-This is Bubble Act procedures, which prints all the sequencing process.
Platform: | Size: 810 | Author: 林文坤 | Hits:

[Printing programprints

Description: 用c#开发的套打程序,程序有点复杂但很有研究价值,可实现完美的套打功能.
Platform: | Size: 14004 | Author: 吕虎 | Hits:

[JSP/Javajava版画图程序

Description: java实现的版画图程序-achieve prints graphic program
Platform: | Size: 70311 | Author: 树云 | Hits:

[Communication-Mobilekail c21 example

Description: a very simple program that prints \"Hello World\" to the serial port of the 8051. When you can successfully build and run this program, you have used the entire toolset including:- a very simple program that prints \"Hello World\" to the serial port of the 8051. When you can successfully build and run this program, you have used the entire toolset including:
Platform: | Size: 4708 | Author: 付德才 | Hits:

[Other resourceADC

Description: // This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loop with the rate set by a delay // based on Timer 2. This loop periodically reads the ADC value from a global // variable, Result.
Platform: | Size: 69050 | Author: 蓝天 | Hits:

[Other resourcematlabmatrix

Description: 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.
Platform: | Size: 920 | Author: wangshujuan | Hits:

[assembly languageFingerprint_security

Description: In this project the fingerprint module from Miaxis Biometrics is used. It can store up to 750 finger prints on its own memory. It can be controlled through its serial port. The microcontroller AT89S52 interact with the module. You can Add a fingerprint, Delete a fingerprint and Identify the fingerprint. To add a fingerprint, just show the finger on the module and press the ADD key. Now the microcontroller will send the ADD command to the module and the module will add it into the memory. To delete the finger follow the same as above. To identify the finger, press the Identify button and if the finger matches then the Relay is complemented. Also the fingerprint ID is displayed over the LCD display.
Platform: | Size: 20480 | Author: Binu | Hits:

[SCMSTM32F103RBT6_Schematic-Prints

Description: STM32f103RBT6电路原理图,附带LTC1867,AD420-stm32f103rbt6 Schematic Prints
Platform: | Size: 1784832 | Author: 冯宇 | Hits:

[Industry researchSchematic-Prints-Encoder

Description: Schematic Prints Encoder and programmable color sensor simple design
Platform: | Size: 5120 | Author: gnam | Hits:

[JSP/Java-input-a-string-and-prints-it-backward

Description: input a string and prints it backward
Platform: | Size: 2048 | Author: ashenafi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net