搜索资源列表
RFC1428
- 关于rfc的总结,这样的说明还不够详细吗?我觉得已经够详细了吧-on rfc's summary, the note also detailed enough? I think enough of it in detail
vbapi函数手册
- vbapi函数手册 为了让大家能更好的阅读和管理Windows API 函数,于是我为大家将网上的资料整理成一个帮助文件。让查阅API 函数变的更简单,容易,也更有效。 本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数,按分类编排,具有索引功能,支持全文检索,可添加到收藏夹。 声明:本帮助文件由Raise Belling个人整理后出版,内容全摘自网络,版权归实际作者所有。-vbapi manual to fun
(vb.net)Excel
- 这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
FileRev
- 用于自动升级程序的列表生成程序.会自动生成列表.相关的自动升级程序源码本站也有收藏,请搜索我上传的update-automatic escalation procedures for a list generated procedures. The list will be automatically generated. The automatic update source site also acquires, I upload the search update
上传局域网内自动升级程序
- 还是pb的源码,转载别人的。我认为不错,是C/S程序中的点睛之笔,解决程序自动更新问题。编译成exe文件可以独立使用或嵌入到其他平台中调用。-or the source, reproduced people. I think it is true, is C / S process of finishing touch to solve the problem automatically update procedures. Compiled exe files can be used inde
dotnet写的文件分割器
- 下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。
JAddressList
- 我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件.-I write Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file.
RowCount_v1.5
- RowCounter这个东东更多时候我是作为一种好玩的工具用的。 上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦! RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There
HanZiFreq
- 单字字频统计、排序输出;二字组串频统计,统计结果浏览 我学文本分类时的程序-words character frequency statistics, sorting out; The second group Series Frequency statistics, statistical results browser I studied the text classification procedures
用VHDL实现查找表方式的FIR滤波器
- 这些是我所看到的一些资料,希望与大家分享。也许对您用处不大,但我是一片诚意-these are what I saw in some of the information and hope to share with you all. Perhaps your little usefulness, but I was a sincerity
一种基于FPGA的并行流水线FIR滤波器结构
- 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
基于VHDL与CPLD器件的FIR数字滤波器的设计
- 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
高采样率FIR数字滤波器的设计与实现
- 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
import java
- 比较牛的最短路径源代码。大家共享一下,呵呵。我的电子邮箱欢迎:Lyl@szzfcg.cn-the shortest path source code. Share what, huh. I welcome e-mail : Lyl@szzfcg.cn
EXAMPLE69
- 发送电子邮件VC++.NET实现源码,本人用了,挺好的-email VC.NET source code, I use a very good shape;
同力IVR脚本校验
- 同力IVR脚本校验器, 如果你也是同力IVR的脚本程序员,有没有这样的经历呢,要大量修改一个变量名称,用记事本替换掉内容以后,却发现编程器不认了,不用愁,用这个脚本校验的工具吧. 本程序只是用于学习,以及个人使用,请勿用于破坏.如果是属于漏秘程序,请与我联系,我会尽快删除它.-edge IVR scr ipt with the validator, if you are the same edge IVR scr ipt programmers do not have the exper
C51源代码
- 这是一片很好的c语言源代码,希望大家能够有用,我是新手,请多只教-This is a very good c language source code, we can hope useful, I greenhorn, please only taught
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
excel10
- 此代码实现在windows环境下,向Excel输出数据。本人已经在sp2下编译通过,并且运行成功-this code to achieve the windows environment, the output data to Excel. I have sp2 under compile and run successful
对I/O格式化的输入输出
- 对I/O格式化的输入输出 和 文件流的输入输出,对文件的操作等还有继承多态等四个程序
