虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

j-blog

  • 文件名 :Calender.c // 描述 :日历时钟模块

    文件名 :Calender.c // 描述 :日历时钟模块,用于不带时钟芯片的系统 // 语言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 说明 :原来的程序用于

    标签: Calender 时钟模块

    上传时间: 2015-09-16

    上传用户:zhangliming420

  • subtitlesync这是我写的一个小程序, 用于将下载的电影的字幕同步,因为很多时候字幕跟声音有不同步现象.现在只能处理SRT.格式的字幕. 开发平台是eclipse,使用方法是运行Main.j

    subtitlesync这是我写的一个小程序, 用于将下载的电影的字幕同步,因为很多时候字幕跟声音有不同步现象.现在只能处理SRT.格式的字幕. 开发平台是eclipse,使用方法是运行Main.java

    标签: subtitlesync eclipse Main 字幕

    上传时间: 2014-01-17

    上传用户:cursor

  • 二维FDTD程序

    二维FDTD程序,采用PML边界s 用pml和mur分别计算j=1处的Hz(i,1).计算空间扩大到400*400,不加边界,运行相同的时间步

    标签: FDTD 二维 程序

    上传时间: 2013-12-22

    上传用户:talenthn

  • LCD显示源码

    LCD显示源码,接法在我的博客上 http://blog.sina.com.cn/bufengmobuchenghuo

    标签: LCD 源码

    上传时间: 2015-10-02

    上传用户:q123321

  • 现在ajax流行

    现在ajax流行,jsp也可以ajax,请看ajax+JSP的BLOG源码.zip

    标签: ajax

    上传时间: 2014-01-22

    上传用户:anng

  • SMO算法的Matlab实现

    SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn

    标签: Matlab SMO 算法

    上传时间: 2013-12-17

    上传用户:ainimao

  • LibSVM工具箱

    LibSVM工具箱,在matlab环境下实现,完整的与VC接口!更多访问个人主页:http://huangbo929.blog.edu.cn

    标签: LibSVM 工具箱

    上传时间: 2015-10-03

    上传用户:wfeel

  • palm编成,这种书很少,有兴趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm编成,这种书很少,有兴趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    标签: Programming Developer oreilly safari

    上传时间: 2013-12-10

    上传用户:litianchu

  • 考察例1 4 - 8中的1 4个点。A中的最近点对为(b,h)

    考察例1 4 - 8中的1 4个点。A中的最近点对为(b,h),其距离约为0 . 3 1 6。B中最近点对为 (f, j),其距离为0 . 3,因此= 0 . 3。当考察 是否存在第三类点时,除d, g, i, l, m 以外 的点均被淘汰,因为它们距分割线x= 1的 距离≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比较区中没有点,只需考察i 即可。i 的比较区中仅含点l。计算i 和l 的距离,发现它小于,因此(i, l) 是最近

    标签:

    上传时间: 2013-12-03

    上传用户:66666

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.

    标签: Java Expressions Regular version

    上传时间: 2013-12-18

    上传用户:lanhuaying