-
FileSpliter
快速切割文件为多块,有时候对于单个文件
大小有限制又不想用winrar的分卷压缩,而直接原文件的分块存放时就需要直接分割.(Rapid cutting document multi-block, sometimes for a single file size restrictions also do not want to use the sub-volume compression winrar directly block the original documents stored directly on the need to partition.)
- 2008-12-24 16:41:57下载
- 积分:1
-
Steve.Jobs.Walter.Isaacson
《史蒂夫·乔布斯传》是史蒂夫·乔布斯唯一授权的官方传记,在2011年上半年由美国出版商西蒙舒斯特对外发布出版消息,备受全球媒体和业界瞩目。2011年10月24日,《史蒂夫·乔布斯传》在全球发售,简体中文版也同步上市。
(" Steve Jobs Biography" Steve Jobs is the only official authorized biography, the first half of 2011 by the American publisher Simon & Schuster publishing information released, and become a global media and industry attention . October 24, 2011, " said Steve Jobs Biography" in the Global Offering, Simplified Chinese version is also listed simultaneously.)
- 2011-11-01 17:11:09下载
- 积分:1
-
文本框搜索
就是一个简单类似百度框搜索记忆的功能
- 2014-10-30下载
- 积分:1
-
WM_Example
几个windows mobile开发实例程序(examples of windows mobile)
- 2010-12-08 16:07:00下载
- 积分:1
-
226785numericalhomework
说明: 北航数值分析课件全套,包含考试题和大作业的要求。(Beihang numerical analysis courseware)
- 2019-11-20 18:42:10下载
- 积分:1
-
使用C#遍写的网页分析器源代码,简单实用
使用C#遍写的网页分析器源代码,简单实用-times using C# to write the website source code analyzer, simple and practical
- 2022-12-17 07:30:03下载
- 积分:1
-
KeyboardTest
笔记本键盘测试程序,可以测试键盘按键是否有作用。(Notebook keyboard test program.)
- 2016-05-20 18:39:55下载
- 积分:1
-
基于stc89c52的电子密码锁程序
基于stc89c52的电子密码锁程序,有设置密码,修改密码,报警,错误次数超过三次自动锁住等功能。是一款很好的程序
- 2022-01-31 19:48:10下载
- 积分:1
-
C# 返回用户点击按钮的枚举
C# 返回用户点击按钮的枚举,这个比较有点个性了,平时好像用的不多,返回用户单击按钮后的信息,需要进行用户单击的判断,代码如下:
DialogResult dr = MessageBox.Show("消息信息", "标题", MessageBoxButtons.YesNoCancel);
switch (dr)//使用switch语句判断用户点击了哪个按钮
{
case DialogResult.Cancel://如果按下了Cancel则执行下面的语句块
MessageBox.Show("按下了Cancel");
break;
case DialogResult.No://如果按下了No则执行下面的语句块
MessageBox.Show("按下了No");
break;
case DialogResult.Yes://如果按下了Yes则执行下面的语句块
MessageBox.Show("按下了Yes");
break;
}
- 2023-02-16 09:40:03下载
- 积分:1
-
SpellChecking
英文文章中单词拼写检查,并推荐可能存在的正确单词示例源码(Article in the English word spelling checker, and recommend the correct word there may be examples of source)
- 2007-08-03 01:19:16下载
- 积分:1