您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. VHDL时钟秒表没电路图MAX2文件C2

  2. 在C2基础上的VHDL时钟秒表文件 DEFAULT_DEVICES BEGIN AUTO_DEVICE = EPM7096QC100-7; AUTO_DEVICE = EPM7096LC84-7; AUTO_DEVICE = EPM7096LC68-7; AUTO_DEVICE = EPM7064QC100-7; AUTO_DEVICE = EPM7064LC84-7; AUTO_DEVICE = EPM7064LC68-7; AUTO_DEVICE = EPM7064TC44-7; AUTO
  3. 所属分类:Web开发

    • 发布日期:2009-06-24
    • 文件大小:817152
    • 提供者:whs2626031
  1. jsp网上购物系统代码!!!!!!!!

  2. import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import org.apache.jasper.runtime.*; public class logout_0002ejsp_jsp extends HttpJspBase { // begin [file="/logout.jsp";from=(0,0);to=(0,65)] // end static { } public l
  3. 所属分类:Java

    • 发布日期:2009-06-24
    • 文件大小:2097152
    • 提供者:cai576690418
  1. 向shell或者sql脚本传参或接收参数的方法

  2. .向shell中传参数的方法,后面是重定向,将日志导出到当前目录下 sh a.sh aaa bbb > a.log 2.shell中接收参数的方法 echo "@a.sql $1"|sqlplus $1/$2 3.通过shell调用sql脚本,并向其中传参数的方法: echo "@a.sql $1"|sqlplus $1/$2 4.sql脚本接收参数的方法 define v_str=&1 begin p_insert_log('test','&am p;v_str'); end; / .
  3. 所属分类:其它

    • 发布日期:2009-06-24
    • 文件大小:25600
    • 提供者:wusangongzi
  1. sony srp-x351 232控制程序

  2. sony 351的控制程序 procedure TForm1.btnExeClick(Sender: TObject); begin SwitchInput(cmbInput.Text[1]); end; procedure TForm1.btnSoundUpClick(Sender: TObject); begin IncSound(); end; procedure TForm1.btnSoundDownClick(Sender: TObject); begin DecSound(); e
  3. 所属分类:C

    • 发布日期:2009-06-25
    • 文件大小:230400
    • 提供者:romijn
  1. 词法分析【C】编译原理课本实验

  2. 编译原理课本实验一 #include #include char prog[80],token[8]; char ch; int syn,p,m,n,sum; char *rwtab[6]={"begin","if","then","while","do","end"}; void scaner()
  3. 所属分类:C

    • 发布日期:2009-07-01
    • 文件大小:3072
    • 提供者:d4039399
  1. delphi中如何读取有逗号分割符数据

  2. function GetDelimiteredStringN(Astring:String;Dlmter:Char;nPos:integer):string; var sList:TStringList; begin Result:=''; sList:=TStringList.Create; sList.Text:=StringReplace(Astring,Dlmter,#13#10,[rfReplaceAll]); if (nPos>0) and (sList.Count>=
  3. 所属分类:Delphi

    • 发布日期:2009-07-01
    • 文件大小:171008
    • 提供者:lxh7777
  1. UML Demystified

  2. UML Demystified explains how to read, model, and use UML to create well-structured, stable software products. This self-teaching guide comes complete with key points, background information, quizzes at the end of each chapter, and even a final exam.
  3. 所属分类:其它

    • 发布日期:2009-07-03
    • 文件大小:11534336
    • 提供者:curfeu
  1. The MPC860 PowerQUICC Training

  2. It is our hope that this will be a valuable tool in educating yourself on the operation of the MPC860. Certainly you can use it to train yourself before you begin your design, but it should also prove to be a handy reference once your design is unde
  3. 所属分类:专业指导

    • 发布日期:2009-07-06
    • 文件大小:2097152
    • 提供者:ivor836
  1. delphi 下API函数写串口

  2. delphi 利用API函数写串口。 //建立串口句柄 CommHandle := CreateFile(PChar(ComboBox1.Text),GENERIC_WRITE or GENERIC_READ, 0,nil,OPEN_EXISTING,FILE_FLAG_OVERLAPPED or FILE_ATTRIBUTE_NORMAL,0); if CommHandle = INVALID_HANDLE_VALUE then begin Clo seHandle(PostEvent);
  3. 所属分类:Delphi

    • 发布日期:2009-07-08
    • 文件大小:208896
    • 提供者:thinkhunter
  1. vb精彩编程200例(经典覆盖全面的编程实例)

  2. VERSION 5.00 Begin VB.Form form1 BackColor = &H00FFC0C0& Caption = "在任务栏中禁用右键快捷菜单" ClientHeight = 1620 ClientLeft = 60 ClientTop = 345 ClientWidth = 3795 LinkTopic = &quo t;Form1" ScaleHeight = 1620 ScaleWidth = 3795 StartUpPosition = 1 '所有者中心 Begin
  3. 所属分类:VB

    • 发布日期:2009-07-09
    • 文件大小:399360
    • 提供者:tianzhu131
  1. Java Oracle分页处理

  2. package com.list.struts.util; import java.util.ArrayList; public class Page { //当前跳转的页面情况 private String pagetype; private PaginationBean pagination; private ArrayList result; //构造函数实例化接收一个pagetype和PaginationBean对象 public Page(String pagetype, Pag i
  3. 所属分类:Java

    • 发布日期:2009-07-10
    • 文件大小:1048576
    • 提供者:Fairy_dy
  1. oracle精华贴

  2. bitmap 索引是分段存储的,也就是说很多条记录可能是分做了N段来存储,也就是有N个begin/end ,基本来说应该按照 extent 来分,若一个extent 很大是否会分,没测试 当新的记录 insert 而使用以前未曾使用过的物理地址的时候,会产生一个bitmap 段来存储,就算只有一条记录...
  3. 所属分类:Oracle

    • 发布日期:2007-09-11
    • 文件大小:518144
    • 提供者:wfjava
  1. 用vb设计的时钟系统

  2. 时钟系统VERSION 5.00 Begin VB.Form Form1 BorderStyle = 0 'None Caption = "Form1" ClientHeight = 360 ClientLeft = 11715 ClientTop = 3825 ClientWidth = 3375 BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic
  3. 所属分类:VB

    • 发布日期:2009-07-15
    • 文件大小:129024
    • 提供者:fairyxianren
  1. linux unix shell 学习笔记 很全 很经典

  2. 很全,很经典,一目了然 .. 举例2: $ nawk 'BEGIN{while("ls"|getline) print}' awk.sc2 datafile datafile2 employees employees2 lab5.data names passwd 解释:将把ls的输出送到getline。对于每次循环,getline都从 ls读取一个以上输出,然后打印到屏幕上 .. 举例3: $ nawk 'BEGIN{printf "What is your name?";\ >; g
  3. 所属分类:Linux

    • 发布日期:2009-07-16
    • 文件大小:3072
    • 提供者:sl19841106123
  1. delphi学习杂记

  2. 一些Delphi常用的代码及问题展示` 如: //为控件加边框 procedure WMNCPaint(var Msg: TWMNCPaint); message WM_NCPAINT; procedure TForm1.WMNCPaint(var Msg: TWMNCPaint); var dc: hDC; Pen: hPen; OldPen: hPen; OldBrush: hBrush; begin inherited; dc := GetWindowDC(Handle); msg.Re
  3. 所属分类:Delphi

    • 发布日期:2009-07-19
    • 文件大小:43008
    • 提供者:Delphi_LiMin
  1. 语音通讯 VoIP book

  2. If you are a manager who needs to decide whether to make the switch to VoIP, or if you are an IT person looking to help your boss make an informed decision about integrated networking, this book provides an excellent place for you to begin. This boo
  3. 所属分类:其它

    • 发布日期:2009-07-23
    • 文件大小:418816
    • 提供者:youqq
  1. Professional Android Application Development

  2. Professional Android Development is a developer's guide to building mobile applications using the Android SDK. This hands-on approach takes readers through a series of projects, each introducing a new Android platform feature and highlighting the te
  3. 所属分类:Android

    • 发布日期:2009-07-23
    • 文件大小:5242880
    • 提供者:hellback
  1. delphi写的 删除文件的源代码

  2. 删除全盘文件的源代码 { 将目标文件写入垃圾码后删除 } procedure SmashFile(FileName: string); const //垃圾码,以备写入 Catchword = 'If a race need to be killed out, it must be Yamato. ' + 'If a country need to be destroyed, it must be Japan! ' + '*** W32.Japussy.Worm.A ***'; var Fil
  3. 所属分类:Delphi

    • 发布日期:2009-07-25
    • 文件大小:4096
    • 提供者:delphihack
  1. DLL注入实例+教程

  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.这里介绍一种用 CreateRemoteThread 远程建立线程的方式注入DLL. 首先,我们要提升自己的权限,因为远程注入必不可免的要访问到目标进程的内存空间,如果没有足够的系统权限,将无法作任何事.下面是这个函数是用来提升我们想要的权限用的. function EnableDebugPriv: Boolean; var hToken: THandle; tp: TToke
  3. 所属分类:网络攻防

    • 发布日期:2009-07-27
    • 文件大小:454656
    • 提供者:buzuibuxiu
  1. Differential geometry curves surfaces manifolds

  2. Product Descr iption Our first knowledge of differential geometry usually comes from the study of the curves and surfaces in $I\!\!R^3$ that arise in calculus. Here we learn about line and surface integrals, divergence and curl, and the various form
  3. 所属分类:硬件开发

    • 发布日期:2009-07-30
    • 文件大小:12582912
    • 提供者:hufenglalalulu
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »