搜索资源列表
cxxtester
- CxxTester是一个用于C++代码的通用测试框。它支持测试库系统、有一套方法的对象文件、甚至单行C++源(即所有用C++接口的东西)。解释程序的前端使你能够在不需要重新编译代码的情况下修改和扩大测试。测试可以通过脚本成批执行或者在图表输出的支持下交互式执行。该工具使不同主机间的远距离测试成为可能。-CxxTester is one for C + + code universal test frame. It supports testing Library System, a set of
Vbboid
- 制作这个程序的目的是因为我见过了该程序的相关c、c++、delphi、java版本,惟独没有VB版。我的一个C++朋友说VB不适合于这个功能,看看是不是这样!-produced the purpose of this procedure is because I have seen the relevant procedures c, c, delphi, java version, except no VB version. One of my friends said C VB are no
高斯列主无消去法解线性方程组
- 用标C编写的算法一列,可以在UNIX下编译通过-prepared using standard C algorithms one can compile under UNIX
TxtToHtml
- 一个用于将.C文件转换为HTML文件,并将关键字改变颜色的程序。-one used to. C convert documents to HTML document, and will change color keyword procedures.
moredatagrid
- 此文件为基于c#的1个对服务器空间DataGrid功能扩展的文件,文件内有说明语句,基本都能看明白吧。-c # Based on the one pair of functional DataGrid server space to expand the paper, the paper is described statements are basically Naikanmengbai it.
jsjqgbs
- 某幼儿园按如下方法依次给A,B,C,D,E五个小孩发糖果。将全部糖果的一半再加二分之一块糖果发给第一个小孩;将剩下糖果的三分之一再加三分之一块糖果发给第二个小孩;将剩下糖果的四分之一再加四分之一块糖果发给第三个小孩;将剩下糖果的五分之一再加五分之一块糖果发给第四个小孩;将最后剩下的11块糖果发给第五个小孩。每个小孩得到的糖果数均为整数。试确定原来共有多少块糖果?每个小孩各得到多少块糖果? 要求结果的输出格式为 sum=糖果总数 xa=A得到的糖果数 xb=B得到的糖果数 xc
starmodel
- 用C语言编程,星空模拟,就像WINDOWS中的一个屏保差不多的-C programming language, simulated night sky, like the Windows screensaver similar to the one
Lcdtouch
- 一款带触摸屏的LCD 驱动程序,已经通过测试,程序用keil C开发-one with touch-screen LCD driver, has passed the tests and procedures used Keil C development
HashTableinDS
- 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直
wave_cov
- A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap
EepromCopy_Single
- 一个非常好的微处理器烧录EEPROM的C++ 原代码项目文件,直接可用,一拖一的,成果奉献给广大的底层软件开发者-a very good writers microprocessor EEPROM C source code project documents directly available, a delay of one and the results for the sake of the bottom of the majority of software developers
bank1213545452343543
- 这是我在大一时编的,当时我只学习C++半年,当然了,代码很粗糙,希望大家能帮助我做的更好,多多提意见。希望对您有点帮助!-This is my one o'clock in the series, I had only half a year learning C, of course, the code was rough, hope that we can help me do better, more opinions. You want a bit of help!
fft_8point.c
- 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins. -8:00-two fft Fast Fourier Trans
GP_correlation_dimension
- 没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分的源代码文件 5. correlation_interal.dll-计算关联积分的mex文件 没有采用短暂分离的方
CRC_CODE
- 一个关于CRC校验模拟的程序,C语言实现,操作方便,希望能给大家帮助-one of the CRC process simulation, C language, convenient operation, in the hope of giving everyone
translate2
- c语言程序,将阿拉伯数字翻译成英文。如输入:792677321 输出:seven hundred ninety-two million six hundred seventy-seven thousand three hundred twenty-one -c language program will be translated into Arabic and English. If input : 792677321 output : seven hundred ninety-two
sgj6
- 第二个搜索函数为私有成员函数S a v e S e a r c h,由插入和删除操作来调用。S a v e S e a r c h不仅 包含了S e a r c h的功能,而且可把每一级中遇到的最后一个节点存放在数组l a s t之中-second search function to the private members of a function S S e v e r c h a, insert and delete operation to call. A S S e v e r
pailie
- 排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1-problem with M-1, N 0 is the order (high-efficiency version) with a few : c (m n, n) of n 0, m one, I
asdf
- 模拟实现可变分区存储管理 一、设计目的 在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。 二、各功能模块分析实现 设计合理的数据结构来描述存储空间: 对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage M
c
- one scaner soure code