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

搜索资源列表

  1. STM32测试串口软件包含串口1,2

  2. * This file is part of the uVision/ARM development tools. * This software may only be used under the terms of a valid, current, * end user licence from KEIL for a compatible version of KEIL software * development tools. Nothing else gives you the ri
  3. 所属分类:硬件开发

    • 发布日期:2010-02-21
    • 文件大小:6144
    • 提供者:chuming666
  1. CareerCup_Top_150_Questions

  2. Studying helps, but nothing can prepare you like the real thing. Each CareerCup interviewer has given over a hundred interviews at Google, Microsoft, or Amazon. To nail your interview, sit down with a trained interviewer and get their experienced fe
  3. 所属分类:其它

    • 发布日期:2010-03-01
    • 文件大小:1048576
    • 提供者:ffqiu
  1. expert c programming

  2. Introduction C code. C code run. Run code run...please! —Barbara Ling All C programs do the same thing: look at a character and do nothing with it. —Peter Weinberger Have you ever noticed that there are plenty of C books with suggestive names like C
  3. 所属分类:C

    • 发布日期:2010-03-05
    • 文件大小:2097152
    • 提供者:amuseme_lu
  1. lotus利用ODBC类操作SQL数据库代码--已通过

  2. 以下是俺学习参考别人有关NOTES与关系数据库互相操作的文档后更新的LOTUSscr ipt程序代码 Set con=New ODBCConnection Set qry=New ODBCQuery Set rs=New ODBCResultSet Set qry.Connection = con Set rs.Query=qry Set ws=New notesuiworkspace Set uidoc=ws.currentdocument Dim s As New NotesSession
  3. 所属分类:其它

    • 发布日期:2010-03-06
    • 文件大小:3072
    • 提供者:arice_lee
  1. 大规模网站架构PPT文档

  2. 本文档主要内容如下: CAP原则 BASE策略 异步(MessageQueue) 数据库 数据的水平切分及垂直切分 数据库读写分离 避免分布式事务 反范式的数据库设计 负载均衡 DNS负载均衡 反向代理负载均衡 LVS 缓存 数据库缓存 服务器缓存/页面缓存/数据缓存/静态化 反向代理缓存 Session/Share Nothing Architecture架构 浏览器优化 浏览器缓存/CDN/小图片合并 分布式文件系统(MogileFS)
  3. 所属分类:DNS

    • 发布日期:2010-03-08
    • 文件大小:1048576
    • 提供者:guihao
  1. web计数器 asp+txt+gif

  2. 按照以下步骤,逐步操作,你很快就会拥有精美的图形化计数器。 1、在网站的某个目录如count下建立文本文件,如counter.dat ,用于存放访问量。文件内容仅有一行数字,表示网站初始访问量,一般为0。(别作弊!) 2、在相同目录下建立计数器的ASP程序,可命名为mycount.asp,内容如下: <% '自编ASP图形化计数器 V1.1 '用于网页浏览统计,免费使用,自由拷贝! dim vistors '获取计数文件counter.dat的地址 countfile=server.ma
  3. 所属分类:C#

    • 发布日期:2010-03-08
    • 文件大小:29696
    • 提供者:ilyjyz2002
  1. 128M bits ddr sdram data sheet

  2. this paper references to the work of ddr sdram. It is very particularity.I have read it over, making me from knowing nothing to debug with DDR very easier.
  3. 所属分类:专业指导

    • 发布日期:2010-03-09
    • 文件大小:607232
    • 提供者:qinghuabing2008
  1. IIS无法访问asp!提示:Server Application Error

  2. IIS无法访问asp! 解决办法!今天打开电脑发现IIS无法访问asp页面。 提示:Server Application Error 然后就有了下面的一段话。 The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please
  3. 所属分类:C#

    • 发布日期:2010-03-13
    • 文件大小:3072
    • 提供者:dpgg521
  1. Linq查询的基本语法(全部在一个程序中)

  2. This book would have never been possible were it not for the many excellent colleagues I have worked with and learned from. Most important were Mike Furnell, James Richardson, John Proctor, and Brad Radaker. Mike, my first technical lead, asked me w
  3. 所属分类:C

    • 发布日期:2010-03-13
    • 文件大小:39936
    • 提供者:bruceyue
  1. C++ Hackers Guide

  2. Table of Contents Real World Hacks................................................................................................9 Hack 1: Make Code Disappear..........................................................................10 Hack 2: Let S
  3. 所属分类:C++

    • 发布日期:2010-03-15
    • 文件大小:2097152
    • 提供者:zltension1
  1. 多语言系统的Demo程序

  2. 利用XML文件作的多语言DEMO程序 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '' '' '' 多語系設置類 '' '' Create: Bunny_Young 2010-03-12 '' email:yangmeiwen@163.com '' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '' Modification history: '
  3. 所属分类:Java

    • 发布日期:2010-03-15
    • 文件大小:131072
    • 提供者:Enight
  1. Utilities for Windows NT 源码

  2. Utilities for Windows NT Besides my research work I am responsible for a couple of computers at the physics department of the University of Mainz which are running under Windows NT. Therefore I started developing some utilities which I think are mis
  3. 所属分类:C

    • 发布日期:2010-03-18
    • 文件大小:338944
    • 提供者:rendao0563
  1. ucenter_asp_api

  2. uc asp 开发接口 <% Dim tget, ttime, code, action code = Request.QueryString("code") code = uc_authcode(code,"DECODE",UC_KEY) Set tget = parse_str(code) If Len(code) 60 Then Response.write "Authracation has expiried" Response.End() End If '验证部分,不用修改
  3. 所属分类:C#

    • 发布日期:2010-03-21
    • 文件大小:10240
    • 提供者:xmsxd
  1. ajax in action

  2. Dear 'Ajax in Action' Readers,This zip file gathers together the source code for the examples in the 'Ajax in Action' book. Code is organized by chapter, and, within each chapter, subfolders for the original and the refactored versions of the exampl
  3. 所属分类:Web开发

    • 发布日期:2007-12-25
    • 文件大小:9437184
    • 提供者:dragonfly12
  1. C语言专家编程_en

  2. Introduction C code. C code run. Run code run…please! —Barbara Ling All C programs do the same thing: look at a character and do nothing with it. —Peter Weinberger
  3. 所属分类:C

    • 发布日期:2010-03-26
    • 文件大小:2097152
    • 提供者:zhang_xm_0701
  1. 数据库 查询工具 DataGridView

  2. filename = openFileDialog1.FileName DataGridView1.DataSource = Nothing BindingNavigator1.BindingSource = Nothing ToolStripLabel1.Text = filename If ToolStripComboBox1.Text "" Then strconn = "Provider =Microsoft.Jet.OLEDB.4.0;Data Source =" & openFi
  3. 所属分类:其它

    • 发布日期:2010-04-01
    • 文件大小:47104
    • 提供者:wuzhiheidong
  1. 程序员大本营.NET版-精华文章

  2. ADO.NET快速起步 作者: 郜飞 小狮子 ADO.NET是微软的Microsoft ActiveX Data Objects (ADO)的下一代产品,是在微软的.NET中创建分布式和数据共享应用程序的应用程序开发接口(API)。 ADO.NET能被用在任何用户的应用程序,需要和OLE DB-compliant的数据源连接和通讯,例如Microsoft SQL Server。 同时ADO.NET又保持着与以前的ADO模型有关的一些主要概念,它已经被极大的完善,并从不同的信息来源提供途径去获得
  3. 所属分类:其它

    • 发布日期:2010-04-01
    • 文件大小:18874368
    • 提供者:lxtx876
  1. linux-0.11 [内核源代码带英文注解]

  2. /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include /* * we need this inline - forking from kernel space will result * in NO COPY ON WRITE (!!!), until an execve is executed. This * is no problem, but for th
  3. 所属分类:Linux

    • 发布日期:2010-04-02
    • 文件大小:119808
    • 提供者:zhousiwei
  1. Linux-0.11 [内核源代码带中文注释]

  2. ! ! SYS_SIZE is the number of clicks (16 bytes) to be loaded. ! 0x3000 is 0x30000 bytes = 196kB, more than enough for current ! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为 1 2 3 4 5 6 0x7c00 0x0000 0x90000 0x10000 0xA0000 system 模块 代码执
  3. 所属分类:C

    • 发布日期:2010-04-02
    • 文件大小:295936
    • 提供者:zhousiwei
  1. All of Statistics

  2. Review From the reviews: "Presuming no previous background in statistics and described by the author as "demanding" yet "understandable because the material is as intuitive as possible" (p. viii), this certainly would be my choice of textbook if I w
  3. 所属分类:专业指导

    • 发布日期:2010-04-09
    • 文件大小:5242880
    • 提供者:codingdream
« 1 2 3 4 5 6 78 9 10 11 12 ... 46 »