资源列表
[通讯编程] myfft_ifft.zip
说明:FFT and IFFT for 16-bits wave, you can use this instead of convolution calculate, input samples must be 2^n. If its not 2^n samples just stuff zero in last array. I already make it to C++ class you can new a calss and do it easy,FFT and IFFT fo<小誠> 在 上传 | 大小:32kb | 下载:0
[其他小程序] xiaoxiezhuandaxie
说明:用VB编写的小写金额转大写金额。 -VB prepared using lower-case amount to the amount capitalized.<tt> 在 上传 | 大小:2kb | 下载:0
[其他小程序] piliangshanchuwenjian
说明:用VB编写的批量删除某类程序。用VB编写的批量删除某类程序-Prepared in bulk using VB to delete certain types of procedures. Prepared in bulk using VB to delete certain types of procedures<tt> 在 上传 | 大小:2kb | 下载:0
[其他小程序] huoquwin98chucema
说明:用vb编写的如何获取win98注册码, -Vb prepared with how to obtain a registration key win98,<tt> 在 上传 | 大小:2kb | 下载:0
[其他小程序] autorespond-2.0.5.tar
说明:linux qmail 安装包,请您下载-linux qmail installation package, please download<wql> 在 上传 | 大小:9kb | 下载:0
[驱动编程] HID_Blinky
说明:HID 设备VC读写例程,包括了源程序,需要的请下载,挺好的一个小程序。-HID devices to read and write routines VC, including the source code needed, please download a small program good.<杨杨> 在 上传 | 大小:25kb | 下载:0
[进程与线程] MultiThread
说明:这是本人用C#做的一个有关多线程编程的例子,程序中同时具备时钟计数功能和求级数,可供大家借鉴-This is, I used C# Do an example of multi-threaded programming, procedures at the same time have the clock counting function and for progression for our reference<赵军军> 在 上传 | 大小:38kb | 下载:0
[文件操作] wenjianwenbenjishu
说明:这是一个有关于数据结构课程设计的论文,源码和可执行文件,没找到适合分类的地方,请原谅了,支持网站建设!-This is a data structure of curriculum design on paper, source and executable file, did not find a suitable classification, please forgive, and to support the construction site!<海> 在 上传 | 大小:140kb | 下载:0
[其他小程序] calculator
说明:一个简单的计算器程序,采用中缀法实现,能实现代括号的运算。-A simple calculator program used in the up method, to achieve on behalf of the operator in brackets.<dt> 在 上传 | 大小:2kb | 下载:0
[其他小程序] StoreMerger
说明:算法设计。题目要求:在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。-Algorithm design. Title Requirements: playground in a circle around the stones are placed n heap. Stone is to have the order to mer<小禾> 在 上传 | 大小:36kb | 下载:0
[其他小程序] PostofficeLocation
说明:算法设计。简单邮局选址问题。 -- 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。-Alg<小禾> 在 上传 | 大小:9kb | 下载:0