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

搜索资源列表

  1. jquery+ajax无刷新评论源码

  2. jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。 提交数据是action代表要执行的操作,
  3. 所属分类:Javascript

    • 发布日期:2009-10-23
    • 文件大小:81kb
    • 提供者:ss_geng
  1. java时间格式大全(算法源码)

  2. java时间格式大全(算法源码) java,date,时间,时间格式,算法源码 * * @return */ public static String getTimeShort() { SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); Date currentTime = new Date(); String dateString = formatter.format(currentTime); return date
  3. 所属分类:C

    • 发布日期:2010-02-02
    • 文件大小:4kb
    • 提供者:hexiang221
  1. 仿MSN/QQ弹出窗口源码

  2. 仿MSN/QQ弹出窗口源码 在页面中实现弹出窗口效果。 对控件进行了封装,提供了几个属性: 1、PopShowCycle:弹出周期。默认为OnceByReCreateCookie。 OnceByReCreateCookie,OnceByCreateCookie,只在第一次弹出并使用Cookie记录,直到cookie失效才会再次提示。 PerPage,每次随页面弹出。 2、CookieWorkMinutes:cookie持续的分钟数,默认为60。但手工清除Cookie除外。 3、原ColorSt
  3. 所属分类:C#

    • 发布日期:2011-08-01
    • 文件大小:312kb
    • 提供者:ss_geng
  1. Radar Signal Analysis and Processing Using MATLAB源码

  2. Radar Signal Analysis and Processing Using MATLAB 2009 年新书源码Bassem R. Mahafza Features Provides comprehensive coverage of radar signals and signal processing techniques and algorithms Presents easy-to-follow mathematical derivations of all equations
  3. 所属分类:专业指导

    • 发布日期:2011-11-10
    • 文件大小:74kb
    • 提供者:lzl32163
  1. 扫雷源码 + 素材 (注释完全)

  2. 扫雷源码 + 素材 for (int x = 0; x < widthx; x++) { for (int y = 0; y < highty; y++) { gridBlank[x][y] = new Blank(); // grid[x][y].addMouseListener(); } } // 开始布雷 count = 40; do { for (int x = 0; x < widthx; x++) { for (int y = 0; y 0) { if (!(g
  3. 所属分类:Java

    • 发布日期:2012-01-28
    • 文件大小:59kb
    • 提供者:chenxing0707
  1. WP7模拟屏幕漂动效果源码201267

  2. WP7模拟屏幕漂动效果源码 项目描述 Windows Phone 7 模拟开始屏幕Tile漂动效果 设计思路: 放一个WrapPanel,让它进行自动排列和换行。 然后就是主要的 ItemTemplate。 放了一个 Grid ,里面很简单,一个 Image 用来 做 右上角删除图标。然后是一个 HubTile,简单模仿一下。 主要的是 Grid 里 写的 资源,两个 DoubleAnimationUsingKeyFrames,用来操作 TranslateTransform。 先是根据传入的
  3. 所属分类:C#

    • 发布日期:2012-06-07
    • 文件大小:740kb
    • 提供者:ss_geng
  1. android 打地鼠游戏,包含源码

  2. android 打地鼠游戏源码 public class KickView extends View{ private static Random random = new Random(); static KickView self; public KickView(Context context) { super(context); self = this; KickView.this.postDelayed(flush80ms, 80); KickView.this.postDelaye
  3. 所属分类:游戏开发

    • 发布日期:2012-09-29
    • 文件大小:131kb
    • 提供者:liu_hong_hao
  1. C语言的科学和艺术(源码)

  2. C语言的科学和艺术源码 1 Introduction 2 Learning by Example 3 Problem Solving 4 Sfatement Forms 5 Functions 6 Algorithms 7 Libraries and Inferfaces:A Simple Graphics Library 8 Designing Inferfaces:A Random Number Library 9 Strings and Characters 10 Modular Dev
  3. 所属分类:C

    • 发布日期:2013-10-13
    • 文件大小:493kb
    • 提供者:u012132770
  1. VB源码--自定义数字&字符串加密工具

  2. VB源码--自定义数字&字符串加密工具 --VB源码 加密 解密 字符串 源码 *************以下为窗口及控件代码************ Private Sub Command1_Click() Label3.Caption = cipher(Text1.Text, Text2.Text) Label8.Caption = "加密完成!" End Sub Private Sub Command2_Click() Label4.Caption = Decipher(Text4.Te
  3. 所属分类:VB

    • 发布日期:2014-01-08
    • 文件大小:36kb
    • 提供者:telnet2010
  1. au3反编译源码

  2. au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
  3. 所属分类:Actionscript

    • 发布日期:2014-01-22
    • 文件大小:1mb
    • 提供者:p13577080110
  1. php源码分析之DZX1.5随机数函数random用法

  2. 主要介绍了php源码分析之DZX1.5随机数函数random用法,实例分析了DZX1.5中random函数生成随机字符串的使用技巧,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-24
    • 文件大小:29kb
    • 提供者:weixin_38670501
  1. 小米5s微信跳一跳小程序python源码

  2. 本文实例为大家分享了微信跳一跳小程序python源码,供大家参考,具体内容如下 微信跳一跳小程序小米5s源码python,搭建环境后亲测可用。 # coding: utf-8 import os import sys import subprocess import shutil import time import math from PIL import Image, ImageDraw import random import json import re # === 思路 === #
  3. 所属分类:其它

    • 发布日期:2020-12-25
    • 文件大小:90kb
    • 提供者:weixin_38651540
  1. Python用20行代码实现一个验证码的输入与验证(完整源码)

  2. 我们平常上网处处可见需要输入验证码的地方,利用Python的random()模块,其实我们只用简单20行代码就能实现。下为效果图,能识别是否正确: 其中也没有复杂的函数嵌套、函数递归,逻辑也比较简单,主要只用到了for循环、和if语句,输入部分用一个while无限循环而已。下面附上源码,逻辑很简单,相信大家不难理解。 import random #生成一个4位的包含字母和数字的随机字符串 def check_code(): checkcode = '' for i in ran
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:46kb
    • 提供者:weixin_38752459
  1. python游戏源码——1.贪吃蛇

  2. python游戏源码——1.贪吃蛇 话不多说,直接上源码 """ 贪吃蛇小游戏 """ import random import sys import time import pygame from pygame.locals import * from collections import deque SCREEN_WIDTH = 600 SCREEN_HEIGHT = 480 SIZE = 20 def print_text(screen, font, x, y, text, fcolor=
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:45kb
    • 提供者:weixin_38528086
  1. python-random-源码

  2. python-random
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:16mb
    • 提供者:weixin_42135753
  1. random-源码

  2. random
  3. 所属分类:其它

  1. random-源码

  2. random
  3. 所属分类:其它

    • 发布日期:2021-03-19
    • 文件大小:22kb
    • 提供者:weixin_42139460
  1. random-源码

  2. random
  3. 所属分类:其它

  1. random-源码

  2. random
  3. 所属分类:其它

    • 发布日期:2021-03-15
    • 文件大小:491kb
    • 提供者:weixin_42124497
  1. random-源码

  2. random
  3. 所属分类:其它

« 12 3 4 5 6 7 8 9 10 ... 46 »