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

搜索资源列表

  1. Ajax in Action

  2. about this book Ajax is a growing new technology at the time of this writing and we’re delighted to bring you the lowdown on it, in the inimitable style of Manning’s In Action series. In doing so, though, we faced an interesting problem. Although Aj
  3. 所属分类:Web开发

    • 发布日期:2009-05-07
    • 文件大小:12582912
    • 提供者:liutianxi2009
  1. Java学习笔记---15.面向对象编程10-Java中final关键字,抽象类与接口

  2. 好啊好啊 抽象类与接口是Java中最重要部分之一,这里用较大的篇幅来做下这部分的笔记. 1. final关键字 在Java中, 可以使用final关键字修饰类、方法以及成员变量。 (1).final标记的类不能被继承; (2).final标记的方法不能被子类复写; (3).final标记的变量即成为常量,只能被赋值一次. 注意: 如果使用final来声明常量,请遵守以下常规: final标记的变量名,所有单词字母都需大写. --------- -------------------------
  3. 所属分类:C

    • 发布日期:2009-08-20
    • 文件大小:41984
    • 提供者:dzg775889956
  1. 计算机二级C上机题库

  2. 计算机二级C上机题库,含标准答案,绝对真实!!例如:第1套 给定程序的功能是调用fun函数建立班级通讯录。通讯录中记录每位学生的编号、姓名和电话号码。班级的人数和学生的信息从键盘读入,每个人的信息作为一个数据块写到名为myfile5.dat的二进制文件中。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 #include #include #define N 5 typedef struct { int num; char name[10]; char tel[10
  3. 所属分类:C

    • 发布日期:2010-03-28
    • 文件大小:304128
    • 提供者:fwjtpk
  1. [Actionscript.3.0游戏设计及相关].FoundationGameDesignWithFlash

  2. So you want to make a video game. Where do you start? What do you need to learn? To whom can you look for help? If you’ve ever asked any of these questions, you’ll know how difficult it is to find the answers. I asked myself these same questions man
  3. 所属分类:Actionscript

    • 发布日期:2010-06-05
    • 文件大小:5242880
    • 提供者:leon456
  1. 编写函数void fun(char *s,char *t,char *p)将未在字符串s中出现、而在字符串t中出现的字符, 形成一个新的字符串放在p中,p中字符按原字符串中字符顺序排列,但去掉重复字符。

  2. 编写函数void fun(char *s,char *t,char *p)将未在字符串s中出现、而在字符串t中出现的字符, 形成一个新的字符串放在p中,p中字符按原字符串中字符顺序排列,但去掉重复字符。 例如: 当s为"12345", t为"8624677"时, p中的字符为: "867"; 当s为”good luck”,t为”thank you very much”时,输出:”thanyverm”
  3. 所属分类:C

    • 发布日期:2010-06-30
    • 文件大小:750
    • 提供者:tttaotao
  1. [55招玩转Google].55.Ways.To.Have.Fun.With.Google.

  2. Contents Introduction .....................................................................................8 1. Egogoogling: Susan Is…..............................................................9 2. The Google Snake Game...........................
  3. 所属分类:Web开发

    • 发布日期:2010-10-16
    • 文件大小:7340032
    • 提供者:shaoguangleo
  1. XNA 4.0 Game Development by Example: Beginner’s Guide

  2. Book Descr iption XNA Game Studio enables hobbyists and independent game developers to easily create video games. It gives you the power to bring your creations to life on Windows, the Xbox 360, the Zune, and the Windows Phone platforms. But before
  3. 所属分类:C#

    • 发布日期:2010-11-02
    • 文件大小:8388608
    • 提供者:fanjianbo
  1. Matlab S-fun编写指导

  2. 一些具体的关于S-FUN的编写的指导。包括M文件。C-MEX文件型式的s函数
  3. 所属分类:C

    • 发布日期:2010-11-11
    • 文件大小:2097152
    • 提供者:jdy211
  1. Cocoa Programming Developer’s Handbook

  2. 英文版,简介如下: A complete guide to mastering Mac OS X programming with the Cocoa APIs The Cocoa programming environment—Apple’s powerful set of clean, object-oriented APIs—is increasingly becoming the basis of almost all contemporary Mac OS X development
  3. 所属分类:其它

    • 发布日期:2010-11-27
    • 文件大小:8388608
    • 提供者:icegoblin
  1. Focus on 3D Terrain Programming

  2. This book is one-of-a-kind. Most 3D programming books on the market today concentrate on only one (or two) of the four algorithms that are presented in this book. Terrain engines have applications in games, but also in various simulations and they p
  3. 所属分类:C++

    • 发布日期:2011-06-15
    • 文件大小:16777216
    • 提供者:henrya2
  1. 将形参s所指字符串中所有的ASCII存入形参t所指字符数组中

  2. 给定程序中,函数fun的功能是:将形参s所指字符串中所有的ASCII码值小于97的字符存入形参t所指字符数组中,形成一个新串,并统计出符合条件的字符个数作为函数值返回。、 例如,形参s所指的字符串为:Abc@1×56*,程序执行后t所指字符数组中的字符串应为:A@156*。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源程序存放在考生文件夹的BLANK1.C中。不得增行或删行,也不得更改程序的结构!
  3. 所属分类:C/C++

    • 发布日期:2011-07-11
    • 文件大小:438
    • 提供者:chuxiedong
  1. 统计s所指字符串中的数字字符个数,并作为函数值返回。

  2. 请编写函数fun,其功能是:统计s所指字符串中的数字字符个数,并作为函数值返回。 例如,s所指字符串的内容是:2def35adh25 3kjsdf7/kj8655x,函数的返回值为:11 注意:部分源程序在文件PROJ1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。
  3. 所属分类:C/C++

    • 发布日期:2011-07-11
    • 文件大小:498
    • 提供者:chuxiedong
  1. iOS Recipes

  2. If I had to pick just one person to learn from, to learn the best ways to do things in iOS, it would be Matt Drance. And the book doesn’t disappoint. I made use of a couple recipes immediately, and I look forward to using more of them, especially Pa
  3. 所属分类:其它

    • 发布日期:2011-07-11
    • 文件大小:11534336
    • 提供者:ramboOne
  1. 计算s所指字符串中含有t所知字符串的数目

  2. 给定程序MODI1.C中函数fun的功能是:计算s所指字符串中含有t所知字符串的数目,并作为函数值返回。 请改正函数fun中指定部位的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构!
  3. 所属分类:C/C++

    • 发布日期:2011-07-23
    • 文件大小:596
    • 提供者:chuxiedong
  1. JQuery从菜鸟到忍者

  2. No matter what kind of ninja you are—a cooking ninja, a corporate lawyer ninja, or an actual ninja ninja—virtuosity lies in first mastering the basic tools of the trade. Once conquered, it’s then up to the full-fledged ninja to apply that knowledge
  3. 所属分类:Javascript

    • 发布日期:2011-11-05
    • 文件大小:5242880
    • 提供者:seeuoncemore
  1. Groovy in Action

  2. Groovy will give you some quick wins, whether it’s by making your Java code simpler to write, by automating recurring tasks, or by supporting ad-hoc scr ipting for your daily work as a programmer. It will give you longer-term wins by making your cod
  3. 所属分类:其它

    • 发布日期:2012-03-04
    • 文件大小:13631488
    • 提供者:shanxc88
  1. 简单万年历

  2. 采用vb im d As Integer Dim vHour%, vState$ Dim Tim As String, b As Long, H As Integer, M As Integer, S As Long Private Sub Command1_Click() S = fun(Month(Now), Year(Now)) End Sub Private Sub Command2_Click() End End Sub Private Sub Command3_Click() If
  3. 所属分类:VB

  1. How To Cheat In Maya 2012 Tools And Techniques For Character Animation

  2. The Maya guide for animators, How to Cheat in Maya 2012 presents everything you need to know about character animation in Maya. Fully updated for the latest revision of Maya, this book provides you with complete, step-by-step walkthroughs of essenti
  3. 所属分类:其它

    • 发布日期:2012-09-13
    • 文件大小:46137344
    • 提供者:ccnawolf
  1. The game of Concentration is a fun way to test your memory s

  2. The game of Concentration is a fun way to test your memory skills. Play against the computer or if you must select the practice mode. The program features different card sets and varying levels of intelligence. Vb source code included.
  3. 所属分类:VB

    • 发布日期:2006-02-23
    • 文件大小:72704
    • 提供者:chenxh
  1. php-framework:基本PHP框架MVCYapısınauygun olarakgeliştirilmiştir-源码

  2. 路由器 Router::get( ' /home/{id}/{slug} ' , function( $first_data , $second_data ) { echo " Girilen id = $first_data , Slug: $second_data " ; }) ; Router::get( ' /admin ' , ' Admin:index ' ) ; Router::post( ' /home ' , function () { echo ' Ana S
  3. 所属分类:其它

    • 发布日期:2021-02-16
    • 文件大小:80896
    • 提供者:weixin_42166105
« 12 3 4 5 6 7 8 9 10 ... 25 »