- 博客(7)
- 收藏
- 关注
原创 srt外挂字幕合并器源代码
有点乱...嘿嘿 第一次用c编写Windows的窗口程序。SubTitleCombination.cpp关于窗口界面的,足足花了我一个星期,在上班的时候自己偷偷写的。StrCombination.cpp,处理字幕整合。花了我一天的时间,主要是malloc的问题。写好之后,很不满意,如果有时间的话,再把代码好好整理整理。ps:用vs编译代码之前,要先将unicode 改成 multicode。在项目
2008-11-09 16:23:00
1477
1
原创 srt外挂字幕合并器
这个小程序,是我的第一个基于winapi用c语言写的小工具。自己用了之后,觉得还不错,所以拿出来给大家分享一下。效果图如下:下载地址:http://d.download.youkuaiyun.com/down/762283/zhanjh源代码:http://blog.youkuaiyun.com/zhanjh/archive/2008/11/09/3261010.aspx
2008-11-09 16:15:00
1404
原创 只接受数字的输入框(input)
代码:/* * zhanjh 2008.06.04 */function NumInput(){ var input=document.createElement("input"); input.type="text"; var oThis=this; input.onkeydown=function(e){ var keycode=(e)?e.whic
2008-06-04 12:50:00
808
转载 ajax异步数据的发送与接收处理
var net=new Object();net.ContentLoader=function( component, url, method, requestParams ) { this.component = component; this.url = url; this.requestParams = requestParams; this.
2008-06-04 12:24:00
558
原创 table sort(表格排序)
代码:/* * zhanjh 2008.06.04 */function XTableSort(){ this.table=null; this.thead=null; this.tbody=null; this.rowsArray=[];}XTableSort.prototype={ setTableById:function(id){ var
2008-06-04 12:21:00
1884
原创 javascrpt xwindow.js
2008-06-04 10:17 一:效果 二:代码: 1)js /* * zhanjh 2008.06.04*/function XWindow(){ this.int
2008-06-04 11:03:00
480
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人