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

搜索资源列表

  1. Verilog实例(经典135例)

  2. 很实用的Verilog实例! 目录:王金明:《Verilog HDL程序设计教程》程序例子,带说明。 【例 3.1】4 位全加器 【例 3.2】4 位计数器 【例 3.3】4 位全加器的仿真程序 【例 3.4】4 位计数器的仿真程序 【例 3.5】“与-或-非”门电路 【例 5.1】用 case语句描述的 4 选 1 数据选择器 【例 5.2】同步置数、同步清零的计数器 【例 5.4】用 initial过程语句对测试变量 A、B、C 赋值 【例 5.5】用 begin-end 串行块产生信号波
  3. 所属分类:嵌入式

    • 发布日期:2009-09-08
    • 文件大小:130048
    • 提供者:kevinsjtu
  1. 网络游戏-四国军棋 我的毕业设计,实现了一个具有小型网络游戏特征的四国军旗游戏

  2. 我的毕业设计,实现了一个具有小型网络游戏特征的四国军旗游戏,有一个完整的框架,数据库、服务器、客户端、大厅、游戏框架、玩家信息、游戏中的聊天、广告信息、以及防止了闪烁的画面,游戏音乐等 给网络游戏的初学者一些参考 文件列表如下: 网络游戏-四国军棋 .................\客户端.exe .................\数据库 .................\......\user_Data.MDF .................\......\user_Log.LDF
  3. 所属分类:网络基础

    • 发布日期:2009-09-08
    • 文件大小:2097152
    • 提供者:zhouweibin
  1. sql2005全文检索.doc

  2. SQL Server 2005全文检索技术在网站上的应用实录 http://tech.ddvip.com 2008年01月21日 社区交流 Excel服务器-用Excel做管理系统 关键字: DataGuard checkpoint 动态查询 synonyms 卸载SQL 2005 SQL Server群集 内容摘要:本文提供了网站如何设计和实现基于SQL Server 2005的全文检索实例,希望能对正在使用SQL Server 2005构建网站搜索的同仁有所裨益。 一、前言 “人类失去搜索
  3. 所属分类:其它

    • 发布日期:2009-09-09
    • 文件大小:518144
    • 提供者:a522920779a
  1. GDI+ 毛玻璃效果

  2. GDI+ 毛玻璃效果 模糊原理:抓取桌面背景,然后利用高斯模糊生成图片。 把模糊的图片作为程序的背景图。 还有不完善的地方。 有志者改进吧。 自己做了些改进,只要鼠标在窗体上就一直在处理,但是比较慢: procedure WndProc(var Message: TMessage); override; procedure TForm1.FormMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y:
  3. 所属分类:其它

  1. Beginning Game Development With Python And Pygame

  2.   Like music and movies, video games are rapidly becoming an integral part of our lives. Over the years, youve yearned for every new gaming console, mastered each blockbuster within weeks after its release, and have even won a local gaming competiti
  3. 所属分类:Python

    • 发布日期:2009-09-11
    • 文件大小:8388608
    • 提供者:airpot
  1. sql server2005 分页存储过程

  2. @datasrc - the table (or stored procedure, etc.) name @orderBy - the ORDER BY clause @fieldlis - the fields to return (including calculated expressions) @filter - the WHERE clause @pageNum - the page to return (must be greater than or equal to one)
  3. 所属分类:其它

    • 发布日期:2009-09-12
    • 文件大小:2048
    • 提供者:lsmxx
  1. Haykin S.&Co(eds) New Directions in Statistical Signal Processing- From Systems to Brain

  2. Signal processing and neural computation have separately and significantly influenced many disciplines, but the cross-fertilization of the two fields has begun only recently. Research now shows that each has much to teach the other, as we see highly
  3. 所属分类:专业指导

    • 发布日期:2009-09-13
    • 文件大小:5242880
    • 提供者:ziyuang
  1. WinCE程序设计英文版 ProgrammingWindowsCE.chm

  2. Chapter 1 Hello Windows CE From Kernighan and Ritchie to Petzold and on to Prosise, programming books traditionally start with a "hello, world" program. It's a logical place to begin. Every program has a basic underlying structure that, when not obs
  3. 所属分类:其它

    • 发布日期:2009-09-13
    • 文件大小:2097152
    • 提供者:micro1988
  1. oracle根据表数据生成insert语句

  2. 某些原因,删了一些自己用的函数,此包是我每次导数据老是用工具,如果要导特定几张表的话,如果用工具导入每次都找的够呛,所以花了一点时间写了此过程,如果发现问题或好的建议可以给我留言或者邮箱myrocket_2003@163.com 使用方法分为写文件和写表的方式,写文件需要先创建directory并需要相应的权限,写表则需要首先创建basedata表和seq_basedata序列 过程里面支持类型有number ,char,varchar2,date,如果有其他类型,请自己在过程里面添加,不支持
  3. 所属分类:Oracle

    • 发布日期:2009-09-13
    • 文件大小:34816
    • 提供者:lh1979
  1. Molecular Biology Problem Solver - A Laboratory Guide.pdf 下载

  2. PREFACE This book celebrates the importance of the question; it is not meant to be a collection of facts or procedures. The writing of this book was inspired by 16 years of queries from the research community.The con- tributors and I have tried to m
  3. 所属分类:Java

    • 发布日期:2009-09-14
    • 文件大小:2097152
    • 提供者:Woodword
  1. 经典delphi加密算法

  2. 一个网上广为流传的Delphi加密算法, function EncryptString(Source, Key: string): string; var KeyLen: integer; KeyPos: integer; Offset: integer; Dest: string; SrcPos: integer; SrcAsc: integer; Range: integer; begin KeyLen := Length(Key); if KeyLen = 0 then Key := '
  3. 所属分类:Delphi

    • 发布日期:2009-09-15
    • 文件大小:184320
    • 提供者:snowpig007
  1. Computer Networking A Top-Down Approach Featuring the Internet

  2. Preface and Acknowledgments Welcome to our online textbook, Computer Networking: A Top-Down Approach. We ( Jim Kurose, Keith Ross, and Addison-Wesley-Longman) think you will find this textbook to be very different than the other computer networking
  3. 所属分类:Access

    • 发布日期:2009-09-17
    • 文件大小:9437184
    • 提供者:ketp001
  1. TPNGImage 1.5

  2. procedure BitmapFileToPNG(const Source, Dest: String); var Bitmap: TBitmap; PNG: TPNGObject; begin Bitmap := TBitmap.Create; PNG := TPNGObject.Create; {In case something goes wrong, free booth Bitmap and PNG} try Bitmap.LoadFromFile(Source); PNG.Ass
  3. 所属分类:Delphi

    • 发布日期:2009-09-18
    • 文件大小:290816
    • 提供者:amwdgv
  1. 海软大学生宿舍管理系统  

  2. 大学生宿舍管理系统  详细,全面  用的是DELPHI做的   var frm_main: Tfrm_main; implementation uses Unit1, Unit3, Unit4, Unit5, Unit6, Unit7, Unit8, Unit9, Unit10, Unit11, Unit12, Unit14, Unit15, Unit16; {$R *.dfm} procedure Tfrm_main.N2Click(Sender: TObject); begin appli
  3. 所属分类:C

    • 发布日期:2009-09-18
    • 文件大小:3145728
    • 提供者:ganqiyin
  1. Flex 3 in Action

  2. Your journey into Flex is about to begin. This part of the book is focused on getting you ramped up with the basics of making Flex applications
  3. 所属分类:Web开发

    • 发布日期:2009-09-18
    • 文件大小:14680064
    • 提供者:cueabsorb
  1. 词法分析程序,VC,编写能够识别给定的程序设计语言的词法规则识别程序

  2. 种别 单词符号 种别 单词符号 种别 单词符号 1 BEGIN 2 END 3 IF 4 THEN 5 ELSE 6 WHILE 7 DO 8 = 9 + 10 - 11 14 . 15 ; 16 整数 17 标识符
  3. 所属分类:C++

    • 发布日期:2009-09-21
    • 文件大小:2048
    • 提供者:wy200620
  1. Beginning.Programming.With.Java.for.Dummies.2005

  2. Beginning.Programming.With.Java.for.Dummies.2005
  3. 所属分类:Java

    • 发布日期:2009-09-23
    • 文件大小:4194304
    • 提供者:liuyj13
  1. Delphi FTP类

  2. 使用方法: uses WLFtp; procedure TForm1.Button1Click(Sender: TObject); var ftp1: TWLFtp; begin ftp1:=TWLFtp.Create; ftp1.Host:='192.168.1.200'; ftp1.UserName :='FTP用户名'; ftp1.Password :='FPT密码'; ftp1.Port:=21; ftp1.Connect ; ftp1.DownloadFile('/FTP目录/1.t
  3. 所属分类:FTP

    • 发布日期:2009-09-27
    • 文件大小:9216
    • 提供者:SampsonDyh
  1. DSPF2812CMD文件

  2. DSPF2812CMD文件 PAGE 0 : OTP : origin = 0x3D7800, length = 0x000800 FLASHE : origin = 0x3E8000, length = 0x004000 FLASHD : origin = 0x3EC000, length = 0x004000 FLASHC : origin = 0x3F0000, length = 0x004000 FLASHB : orig in = 0x3F4000, length = 0x00200
  3. 所属分类:Flash

    • 发布日期:2009-09-28
    • 文件大小:4096
    • 提供者:sundt88
  1. excel VBA 2002 -1

  2. Learning excel VBA, let us begin to know VBA processing
  3. 所属分类:VB

    • 发布日期:2009-09-28
    • 文件大小:567296
    • 提供者:kayainsz
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »