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

搜索资源列表

  1. C++ 银行系统

  2. #include #include double qu(double dbYe) { double dbQu=0.0; int nA=0,nB=0; while(nB==0) { printf("请输入取款金额:"); scanf("%lf" ,&dbQu); if(dbYe<dbQu) { printf("余额不足,重新输入取款金额按1,退出请按0"); scanf("%d",&nA); printf("\n"); if(nA==1) { continue; }else { break
  3. 所属分类:C++

    • 发布日期:2007-08-26
    • 文件大小:27648
    • 提供者:rebeccayoko
  1. 猜数字游戏c语言程序

  2. #include #include #include #include /************************************************************/ int menu(); int Level(); void start(int x); void list(); void help(); int quit(); struct PLAYER { cha r name[10]; int plscore; }; int s=1; /**********
  3. 所属分类:C

    • 发布日期:2009-06-17
    • 文件大小:17408
    • 提供者:baiyetong
  1. Hacking Google Maps and Google Earth

  2. Acknowledgments Introduction Part I: Basics Chapter 1: Using Geographical Information Chapter 2: The Google Local Interface Chapter 3: The Google Maps API Chapter 4: The Google Web API Chapter 5: Storing and Sharing Information Part II: Instant Grat
  3. 所属分类:Web开发

    • 发布日期:2009-06-30
    • 文件大小:11534336
    • 提供者:musicbug
  1. Pro WPF Windows Presentation Foundation in.NET 3.0

  2. Pro WPF Windows Presentation Foundation in.NET 3.0(PDF) 900多页。 目录: ■CHAPTER 1 Introducing WPF ■CHAPTER 2 XAML ■CHAPTER 3 The Application ■CHAPTER 4 Layout ■CHAPTER 5 Content ■CHAPTER 6 Dependency Properties and Routed Events ■CHAPTER 7 Classic Contr
  3. 所属分类:C#

    • 发布日期:2009-07-20
    • 文件大小:7340032
    • 提供者:xie_yanke
  1. Radar Systems Analysis and Design Using MatLab

  2. Chapter 1 Radar Fundamentals Chapter 2 Radar Cross Section (RCS) Chapter 3 Continuous Wave and Pulsed Radars Chapter 4 Radar Detection Chapter 5 Radar Waveforms Analysis Chapter 6 Matched Filter and the Radar Ambiguity Function Chapter 7 Pulse Compr
  3. 所属分类:其它

    • 发布日期:2009-10-07
    • 文件大小:6291456
    • 提供者:forestmeng
  1. excle汉字转拼音

  2. excle 汉字转拼音,把下面的代码拷贝到excel->工具-》宏-->Vb编辑器中即可: Dim d As Object Function InitDictinary() Set d = CreateObject("scr ipting.Dictionary") d.Add "A", -20319 d.Add "Ai", -20317 d.Add "An", -20304 d.Add "Ang", -20 295 d.Add "Ao", -20292 d.Add "Ba", -2
  3. 所属分类:C

    • 发布日期:2009-11-09
    • 文件大小:62464
    • 提供者:jingjingshui
  1. 哈夫曼树 源代码 哈弗曼程序

  2. 这是一个哈弗曼树的源代码 #include"stdio.h" #include"string.h" #define MAX 99 char cha[MAX],str[MAX]; char hc[MAX-1][MAX]; int s1,s2; //设置全局变量,以便在方法(函数)select中返回两个变量 typedef struct //huffman树存储结构 { unsigned int weight; int lchild,rchild,parent; }huftree; void se
  3. 所属分类:Java

    • 发布日期:2009-12-04
    • 文件大小:3072
    • 提供者:kobeyaomingkobe
  1. Game Design Workshop: Designing,Prototyping, and Playtesting Games

  2. Game Design Workshop: Designing,Prototyping, and Playtesting Games Introduction Part I - Game Design Basics Chapter 1 - The Role of the Game Designer Chapter 2 - The Structure of Games Chapter 3 - Working with Formal Elements Chapter 4 - Working wit
  3. 所属分类:Access

    • 发布日期:2009-12-31
    • 文件大小:29360128
    • 提供者:osoon
  1. phpcms模块开发

  2. phpcms模块开发教程$CATEGORY 数组$CHA 数组
  3. 所属分类:PHP

    • 发布日期:2010-01-08
    • 文件大小:83968
    • 提供者:yuchao039
  1. PHP 5 原版英文影印

  2. Contents Foreword by Zeev Suraski Preface: Introduction and Background Chapter 1: What Is New in PHP 5? Chapter 2: PHP 5 Basic Language Chapter 3: PHP 5 OO Language Chapter 4: PHP 5 Advanced OOP and Design Patterns Chapter 5: How to Write a Web Appl
  3. 所属分类:PHP

  1. PKCS 15.7z

  2. PKCS#15 密码令牌信息格式 版本1.0 发布于1999 年4 月。版本1.1 与版本1.0 之间的区别如下:加入了对其他 认证方式的支持(例如生物认证,外部认证,cha);加入了对更详细的访问控制信息的 支持;加入了对软令牌的支持(“虚拟智能卡”);加入了对卡可验证的证书的支持。 密码令牌,如集成电路卡(或IC 卡),本身就是安全的计算平台,非常适合于为应 用提供增强的安全性和私密性的功能。它们可以处理认证信息,如数字证书和权力,授 权和加密密钥等。此外,它们能够为敏感信息提供安全的存储
  3. 所属分类:网络攻防

    • 发布日期:2010-03-11
    • 文件大小:675840
    • 提供者:samsho2
  1. Perle 的教学课件

  2. Perle 的教学课件 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Premiers pas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Les types de donnees . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3
  3. 所属分类:Perl

    • 发布日期:2010-03-16
    • 文件大小:135168
    • 提供者:motl8520
  1. 一个高精度的C#时间类库

  2. 一个高精度的C#时间类库,计时单位为秒,可精确到小数点后14位,比.Net里面的DateTime类计时精度高得多。。。用的时候只要添加命名空间Cha。
  3. 所属分类:C#

    • 发布日期:2007-12-19
    • 文件大小:16384
    • 提供者:fairy2007
  1. CHA Command File Language

  2. 爱立信OSS中的OPS编程语言 This document is intended for users of the Telecommunications Management and Operations Support (TMOS). The document describes the Command Handling Application (CHA), which provides an interface for command file handling in TMOS. The
  3. 所属分类:其它

    • 发布日期:2012-06-30
    • 文件大小:313344
    • 提供者:qiu034
  1. c#(excel)\使用C#和Excel进行报表开发(二)-操作统计图(Cha.doc

  2. c#(excel)\使用C#和Excel进行报表开发(二)-操作统计图(Cha.doc
  3. 所属分类:C#

    • 发布日期:2008-08-31
    • 文件大小:29696
    • 提供者:snoopyqing
  1. CHA Command File Language 爱立信OSS中的OPS编程语言

  2. 爱立信OSS中的OPS编程语言 This document is intended for users of the Telecommunications Management and Operations Support (TMOS). The document describes the Command Handling Application (CHA), which provides an interface for command file handling in TMOS. The
  3. 所属分类:其它

    • 发布日期:2014-05-22
    • 文件大小:175104
    • 提供者:qiu034
  1. 新手mysql简单操作(修改、添加、删除、cha询、刷新)1.3版(重制版).zip

  2. 易语言 mysql简单操作(修改、添加、删除、cha询、刷新) 源码
  3. 所属分类:其它

    • 发布日期:2020-12-30
    • 文件大小:15360
    • 提供者:doushiguokea
  1. Cha-ChaGorp.SnappyBest.gaSC87E-源码

  2. Cha-ChaGorp.SnappyBest.gaSC87E
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:27648
    • 提供者:weixin_42097533
  1. Cha-ChaDeft.RivetingNew.gaOaBQE-源码

  2. Cha-ChaDeft.RivetingNew.gaOaBQE
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:27648
    • 提供者:weixin_42164534
  1. Optical property control of dye molecules using CHA and AFI nanoporous crystals

  2. The optical properties of disperse red 1 (DR1) dye molecules can be changed by controlling the molecular configurations using AlPO4-5 (AFI) and SAPO-47 (CHA) single crystals. Polarized and temperature dependent absorption spectra show that DR1 molecu
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:1048576
    • 提供者:weixin_38725119
« 12 3 4 5 6 7 8 9 10 ... 18 »