搜索资源列表

  1. print_file

    0下载:
  2. 调用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.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2902
    • 提供者:张强
  1. dmidecode-2.7

    0下载:
  2. linux环境在终端打印出所有smbios信息的代码-linux environment in the terminal prints out all the information code smbios
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:61701
    • 提供者:陈爱国
  1. PwDump4

    0下载:
  2. 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 lo
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:252055
    • 提供者:林杰
  1. C8051F120_ADC

    0下载:
  2. 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 C805
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7634
    • 提供者:sf
  1. enumtap

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30367
    • 提供者:冰笛
  1. java_twoProgram

    0下载:
  2. 两个java程序。PrintS.java 用冒泡排序的方法打印两个s三角镇的applet程序。-two procedures. PrintS.java with Bubble Sort of Print 2 s Triangle town of applet.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:zhaoyun
  1. PrintStar

    0下载:
  2. 读取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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:107973
    • 提供者:nalnal_gnod
  1. graphbfs

    0下载:
  2. 读图并输出图的邻接链表,输入两个结点,用广度优先寻找它们之间的最短路径并输出,并判断其是否是树,是否连通,是否有环,有要打印出来环.-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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4133
    • 提供者:micang
  1. simple_P2P1707822122004

    0下载:
  2. Title: simple P2P Gnutella code Descr iption: 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 hom
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96815
    • 提供者:aleagu
  1. printStudents+RoomsPkg

    0下载:
  2. 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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:
  1. Maopao

    0下载:
  2. 这是冒泡法程序,其中打印出了各个排序的过程。-This is Bubble Act procedures, which prints all the sequencing process.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:810
    • 提供者:林文坤
  1. prints

    0下载:
  2. 用c#开发的套打程序,程序有点复杂但很有研究价值,可实现完美的套打功能.
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:14004
    • 提供者:吕虎
  1. java版画图程序

    0下载:
  2. java实现的版画图程序-achieve prints graphic program
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:70311
    • 提供者:树云
  1. kail c21 example

    0下载:
  2. 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 \"Hel
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:付德才
  1. ADC

    0下载:
  2. // 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 printe
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:69050
    • 提供者:蓝天
  1. matlabmatrix

    0下载:
  2. 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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:wangshujuan
  1. Fingerprint_security

    0下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:Binu
  1. STM32F103RBT6_Schematic-Prints

    0下载:
  2. STM32f103RBT6电路原理图,附带LTC1867,AD420-stm32f103rbt6 Schematic Prints
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:1784832
    • 提供者:冯宇
  1. Schematic-Prints-Encoder

    0下载:
  2. Schematic Prints Encoder and programmable color sensor simple design
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:gnam
  1. -input-a-string-and-prints-it-backward

    0下载:
  2. input a string and prints it backward
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:ashenafi
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org