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

搜索资源列表

  1. Real-Time Design Patterns

  2. Real-Time Design PatternsMany of us have had the experience of working with a truly great software designer. Theyhave the ability to look at a really hard problem and seemingly with no effort construct anelegant and practi cal solution. Afterward, w
  3. 所属分类:C#

    • 发布日期:2007-08-09
    • 文件大小:212992
    • 提供者:jlctt
  1. 串口收发文件_源码.rar

  2. 串口源码很多 串口收发文件也很多 但是串口收发文件的源码不多 本人也是工作中需要做这个开发,好不容易才找到的;来自 http://www.codeproject.com/KB/IP/serialporttocommunicate.aspx?fid=220722&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=1591011 没有分的同学可以自己去那家网站下载;有问题可以跟我交流。good luck!
  3. 所属分类:Java

    • 发布日期:2009-04-28
    • 文件大小:4096
    • 提供者:gongzuozheng
  1. jquery study hard

  2. 这个是不错的 web 框架技术jQuery技巧大放送 1、关于页面元素的引用 通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。 2、jQuery对象与dom对象的转换 只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。 普通的dom对象一般可以通过$()
  3. 所属分类:Javascript

    • 发布日期:2009-05-06
    • 文件大小:264192
    • 提供者:yuyaobing
  1. unix练习1-with key

  2. 1.       You’ll give your wife no peace until you tell her the truth. A)     Your wife will not live a quiet life B)      You and your wife will not live in peac C)      Your wife will be kept in dark D)      Your wife will be kept anxious 2.       
  3. 所属分类:C

    • 发布日期:2009-05-07
    • 文件大小:106496
    • 提供者:hsjog
  1. 职工管理系统c 语言版

  2. #include #include #include #include const int N=100; typedef struct employee//职工基本情况 { int num;//工号 int position;//职位1为董事长2为总经理3为副总经理等 char name[8];//姓名 char sex[2];//性别f为女m为男 int age;//年龄 int cult;//文化程度1为专家2为博士3为硕士4为学士5为其他 int salary;//工资 int
  3. 所属分类:C

    • 发布日期:2009-05-11
    • 文件大小:84992
    • 提供者:ssybb
  1. 自制浏览器 精简模式看网页电影

  2. 快捷键: Ctrl+B 显示/隐藏最前端精简模式。 Ctrl+G 隐藏/显示网页中的滚动条。 最佳使用方式: 1.打开播放电影的网页,如土豆中的某个页面。 2.调节窗口大小及显示位置,使得窗口大小和网页中播放窗口大小相同,隐藏滚动条。 3.将本程序窗口放在合适的地方,Ctrl+B显示精简模式。 这样看土豆就可以和看ppstream等一样的精简模式观看了。 Have a good day!
  3. 所属分类:C++

    • 发布日期:2009-05-20
    • 文件大小:7168
    • 提供者:yxyxp2008
  1. 自制浏览器 精简模式看网页电影 源码

  2. 快捷键: Ctrl+B 显示/隐藏最前端精简模式。 Ctrl+G 隐藏/显示网页中的滚动条。 最佳使用方式: 1.打开播放电影的网页,如土豆中的某个页面。 2.调节窗口大小及显示位置,使得窗口大小和网页中播放窗口大小相同,隐藏滚动条。 3.将本程序窗口放在合适的地方,Ctrl+B显示精简模式。 这样看土豆就可以和看ppstream等一样的精简模式观看了。 Have a good day!
  3. 所属分类:C++

    • 发布日期:2009-05-20
    • 文件大小:38912
    • 提供者:yxyxp2008
  1. The Art Of Unit Testing

  2. .NET Unit Testing Table of Contents Part 1 Getting started Chapter 1 The basics of unit testing Chapter 2 The first unit test Part 2 Core techniques Chapter 3 Using Stubs to break dependencies Chapter 4 Interaction testing using Mock Objects Chapter
  3. 所属分类:C#

    • 发布日期:2009-05-23
    • 文件大小:2097152
    • 提供者:zhyw
  1. Understanding in Mathematics

  2. Chapter 1: Understanding and Meaning 1 Understanding 1 Meaning 13 Chapter 2: Components and Conditions of an Act of Understanding 27 What Could Be an Act of Understanding? 28 Components of an Act of Understanding 39 Psychological Conditions of an Ac
  3. 所属分类:专业指导

    • 发布日期:2009-05-26
    • 文件大小:1028096
    • 提供者:osoon
  1. Log4j日志管理系统简单使用说明

  2. Log4j有三个主要的组件:Loggers,Appenders和Layouts,这里可简单理解为日志类别,日志要输出的地方和日志以何种形式输出。综合使用这三个组件可以轻松的记录信息的类型和级别,并可以在运行时控制日志输出的样式和位置。下面对三个组件分别进行说明:      1、 Loggers   Loggers组件在此系统中被分为五个级别:DEBUG、INFO、WARN、ERROR和FATAL。这五个级别是有顺序的,DEBUG < INFO < WARN < ERROR =
  3. 所属分类:Web开发

    • 发布日期:2009-06-02
    • 文件大小:6144
    • 提供者:wyx126018
  1. DbfDotNet_version_1.0_Source

  2. Introduction This article present a tiny database engine which implements fixed width record tables and BTree indexes. This library is a work in progress, I am looking for some feedback on this to see if there is a need for it. This article is also
  3. 所属分类:C#

    • 发布日期:2009-06-05
    • 文件大小:66560
    • 提供者:grd001
  1. Mdx文件制作工具MdxBuilder.rar

  2. MDICT的文件制作工具 转换程序支持格式: 1) 扩展的SugarDict格式: 每个项目(词条)一行,缺省最大为32K. 格式为: 关键字 解释(就是关键字和解释之间用空格分开) 关键字: 可以是大小写的组合, 每个单词的最大长度是255个字符。 关键字和解释中的'_', '^'在转换后会被替换成空格和回车 例子: break_through /'bri:k_MQru:/ ^v. 突破^n. 突破 good ^adj.好^adj.贼好^adj.好得不得了 2) KDict解码后的tab格式
  3. 所属分类:Web开发

    • 发布日期:2009-06-11
    • 文件大小:843776
    • 提供者:sheeyase
  1. JSP校园交易平台论文

  2. 校园电子商务平台的设计与实现 摘 要 电子商务的普及和迅猛发展,传统的商业模式正经受着前所未有的冲击和影响,固定销售地点和销售时间的店铺式经营模式正日益被以信息流为主体的电子商务模式所取代。 作为电子商务的一个重要组成部分,校园电子商务的发展有着得天独厚的条件,思想开放的学生顾客,方便的物资配送,电脑普及率高。大学校园是适合发展电子商务的地方,真正的校园网应该是“硬件+软件+现代教育模式”,校园网络设施为校园电子商务平台的建设提供了良好基础,校园电子商务的建设应更好地为广大师生服务。 本文的目
  3. 所属分类:其它

    • 发布日期:2009-06-17
    • 文件大小:1048576
    • 提供者:snowhite120
  1. 大学03-07全国英语六级真题

  2. 这可以让大家很好练习六级的真题 2007年6月23日大学英语六级(CET-6)真题试卷(A卷) Part I Writing (30 minutes) Directions: For this part, you are allowed 30 minutes to write a short essay entitled Should One Expect a Reward When Doing a Good Deed? You should write at least 150 words
  3. 所属分类:专业指导

    • 发布日期:2009-06-19
    • 文件大小:154624
    • 提供者:abdylong1011
  1. MS Office 2008 For Mac Preference Manifests

  2. Quest Software has been working really hard on their Mac OS X management software. As a side effect of that, they have put together some Preference Manifests for MS Office 2008. You can use these with anything that uses manifest such as Workgroup Ma
  3. 所属分类:专业指导

    • 发布日期:2009-06-25
    • 文件大小:9216
    • 提供者:afatgoat
  1. drupal 6.12

  2. // $Id: INSTALL.txt,v 1.61.2.4 2008/07/09 19:15:59 goba Exp $ CONTENTS OF THIS FILE --------------------- * Requirements * Optional requirements * Installation * Drupal administration * Customizing your theme(s) * Multisite Configuration * More Info
  3. 所属分类:PHP

    • 发布日期:2009-06-26
    • 文件大小:1048576
    • 提供者:ytm_sve
  1. 应用密码学,全文,doc被压缩无密码RAR

  2. 应用密码学,全文 序 I W.迪菲(Whitfield Diffie) I 前 言 IV 怎样读这本书? V 致谢 VI 作者简介 VII 第一章 基础知识 1 1.1专业术语 1 1.2 隐写术 7 1.3 代替密码和换位密码 8 1.4 简单异或 11 1.5一次一密乱码本 12 1.6 计算机算法 14 1.7 大数 14 第一篇 密码协议 16 第二章 协议结构模块 16 2.1 协议介绍 16 2.2 使用对称密码术的通信 21 2.3 单向函数 22 2.4 单向Hash函数 23
  3. 所属分类:其它

    • 发布日期:2009-06-28
    • 文件大小:343040
    • 提供者:wyxmy
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2097152
    • 提供者:hang313
  1. Teamspeak 3的高级Musicbot-源码

  2. TS3AudioBot This is a open-source TeamSpeak3 bot, playing music and much more. Got questions? Check out our , , or ask on our Something's broken or it's complicated? Please use and fill out one of the templates we provide unless they are not applica
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:3145728
    • 提供者:weixin_38733281
  1. minesweeper:good最好的老扫雷游戏,最简单的形式-源码

  2. 扫雷车 目录 要求 Typescr ipt v3或更高版本(如果您选择下面的编译选项) 非古代的浏览器 启动并运行 您可以从3个选项中进行选择: 编译 克隆,转到根目录并运行: $ tsc 之后,打开index.html 。 下载预编译 只需从下载资产,解压缩并打开index.html 。 在线玩 在享受游戏的发行版本 设定* 环境 选项 模式 beginner , intermediate , expert 第一次点击** guaranteed non-mine , guarantee
  3. 所属分类:其它

    • 发布日期:2021-03-27
    • 文件大小:46080
    • 提供者:weixin_42135073
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »