码迷,mamicode.com
首页 >  
搜索关键字:static function    ( 99341个结果
ffmpeg windows 雪花声解决方法
替换所有文件里的为即可。我用ffmpeg-0.6.3版测试时,好像mathimf.h文件和其他文件有冲突,需要修改源码。和qdm2.c文件中的 QDM2Complex *complex;声明相冲突,修改为QDM2Complex *complex1;即可。和g726.c文件中的static int16...
分类:Windows程序   时间:2014-05-01 00:24:20    阅读次数:589
jquery判断自己是父节点的第几个子节点
内容 内容 内容内容$("span").click(function(){ alert($(this).index()+1);});
分类:Web程序   时间:2014-05-01 00:10:00    阅读次数:463
View从Action中获得数据和html helper function(转载)
@model MvcApplication1.Models.M_Person@using MvcApplication1.Models;@{ ViewBag.Title = "GetData"; var p = ViewData["data"] as M_Person; var p...
分类:Web程序   时间:2014-05-01 00:00:48    阅读次数:486
C#截取字符串
public class SubStrHelper { /// /// 截取字符串长度,中文二字节 /// /// /// 字节长度 /// public static strin...
分类:其他好文   时间:2014-04-30 23:51:33    阅读次数:441
学习笔记
今天继续研究js,发现一个代码载入后立即执行函数的写法。(function asd(){ cc.log(3); //输出3})(); 下面是一个待商榷的问题var myTest = function(){};myTest.prototype = { theOne:function(){...
分类:其他好文   时间:2014-04-30 23:47:23    阅读次数:419
基础算法之排序--快速排序
/************************************************************************************** * Function : 快速排序 * Create Date :...
分类:其他好文   时间:2014-04-30 23:09:34    阅读次数:458
PHP生成二维码的2种方式
二维码的用处俺也就不说了,看一下用PHP生成的二维码吧。 利用谷歌提供的API 生成二维码,现在很多国外网站都提供了这类API 看下代码吧《=======================》 <?php $urlToEncode="http://gz.altmi.com"; generateQRfromGoogle($urlToEncode); function generateQRfro...
分类:Web程序   时间:2014-04-27 22:33:19    阅读次数:339
简洁的BP及RBF神经网络代码
BP神经网络 function [W,err]=BPTrain(data,label,hiddenlayers,nodes,type) %Train the bp artial nueral net work %input data,label,layers,nodes,type %data:dim*n %label:1*n %layers:m:number of hidden layers %...
分类:其他好文   时间:2014-04-27 21:48:00    阅读次数:460
C#-访问轰炸机,新建进程,结束进程...(ConsoleApp)---ShinePans
program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Tst { class Program { static void Main(string[] arg...
分类:移动开发   时间:2014-04-27 21:35:59    阅读次数:467
javascript入门(一)
高手就可以直接跳过了,刚开始学习javascript,从零开始, 记录一点一滴,不断提高。菜鸟的不断成长。 下面就写上几个简单的JS  入门代码吧。高手就不要BS了 function changeImage(){ element=document.getElementById("myimage") if(element.src.match("bulbon")...
分类:编程语言   时间:2014-04-27 21:18:00    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!