搜索资源列表
yiwso
- 搜索功能:调用搜索数据库 推广网站自行排到第一位 后台推广增加功能 用户自助推广功能 用户管理功能 吉凶测试:QQ号码测试 电话号码测试 身份证号码测试 手机号码测试 出生年月测试 心跳次数测试 在线翻译:26种免费语言相互免费翻译 可翻译全文 准确率90%以上 速度快 邮编区号:快速查询各地区的邮政编码及地区区号 火车车次:全国最新列车时刻表 全国最新票价 车次查询 到达到查询 车号查询 排名收录:各大搜索收录查询 友情链接查询 Alexa排名世界查询 后台登陆:/
dwqdsort111
- 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
biaodashiqiuzhi
- 通用表达式求值,功能强大,支持+-*/^()及关系运算, 且用户自定义的函数中也可调用用户自定义的函数,且几乎没有任何 调用次数的限制,表达式编译执行速度极快
DBNETNEWS
- “卜够”网站管理系统1.0 1、本网站系统永久免费,终身免费升级,绝不过期! 2、本网站系统采用Visual Studio 2005制作,Access数据库,C#语言,.NET Framework版本为2.0.50727 SP1。 3、可以通过框架调用新闻、公告、投票、计数器、留言等功能。丰富的参数设置,满足您的多种需求。 4、强大的后台文章编辑器。可方便地用拖动的方式进行图文混排、上传图片显示效果处理等操作,以及从word、网页中粘贴功能,能全部清除word排版格式多余代码。
hafumanbianma
- 用文件的存储和调用机制实现的哈夫曼编码,对已经经处在的文本文件中出现的字符按照出现的次数进行编码-Document storage and call mechanisms of Huffman coding, have been through in the text file appears in accordance with the emergence of the number of characters encoded
interrupthook_src
- HOOK所有IDT表项,在GUI中记录IDT回调函数调用次数,并且查看中断信息-HOOK table of all IDT, IDT recorded in the GUI callback function to call the number, and view the disruption of information
curvefit
- 调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至ga
language-assistant
- 在主函数中通过LINE=NEW WENXUE[N] 来建立line,来存储输入的字符, 利用into函数输入字符,通过ch="\0"作为结束标志通过for循环,输入n个要搜索的字符。 存放在字符串数组ZIFU中。 再通过主函数中利用for循环调用saomiao函数,对引入的文本文件进行扫描,然后根据累加判断, 逐行进行扫描判断,且没出现一次time++ 并且记录该行的行数。 在函数show中,通过for循环将输出line[i]中所标记的行数row[i],和该字符串出
sy6_2
- 输入查找的字符并调用查找函数,若找到输出该字符出现的次数,否则输出“No found”。 -Enter the character lookup and call the Find function, if it finds the number of output the character, otherwise output " No found" .
PropertyTest
- 程序性能测试, 能够统计每个函数被调用的次数.-Procedures for performance testing, the statistics of the number of times each function is called.
control
- 统计系统调用NtCreateFile次数,此程序将此次数从内核态返回至用户态-NtCreateFile statistical system call number, the program returns this number from user mode to kernel mode
Multigrid-method
- 用多重网格法解非线性偏微分方程,假定N=4时为第0层l为输入的层数 r为MGM在在J-1层调用的次数-With multi-grid method for solving nonlinear partial differential equations, assuming N = 4 when the input layer 0 l layers r for MGM in the number of J-1 layer calls
UsingMyControl
- C#使用自定义控件用法演示,以一个计算点击的小控件为例子,演示如何在C#的代码中调用该控件,实现窗体与控件的互相值传递、交互等操作,在如图所示的窗口中,点击按钮一下,主窗体颜色区会标记出点击次数。-C# using custom usage demonstration, with a calculated clicked gizmo as an example that demonstrates how to call the control in C# code, realize mutual
Weather
- 一个简单的显示天气的应用,调用免费天气api,每天有查询次数限制。- A simple display of weather applications, call free weather API, every day the number of times the query limit
SPCOMM
- 支持Delphi7/XE7 为控件增加应答方法。新增两个属性:ResponseDelay 应答延时、ResponseRetry 重试次数。 DisposeRpsData 首先应实现事件。在该事件中,通过发送和接收到的数据判断并处理应答信息,返回True表示接收数据为应答数据;返回False则表示接收数据不是有效数据,该数据将重新返回消息队列由 ReceiveData 方法处理。 ResponseComm 方法实现应答模式调用。它首先写数据到串口,等待串口的返回数据,如果超过应答延时,将重新写数据
2
- 根据题目要求使用递归函数,根据题目给定的数学算式,求出Succ(n)的值。可以在每一次调用递归函数时增加一个计数器,用来计算调用了多少次函数,最后输出Succ(n)的值和调用递归函数次数的值。(According to the requirement of topic, recursive function is used to calculate the value of Succ (n) according to the mathematical formula given by the t
1
- 创建一个Monitor类,它能知道成员函数incident()被调用了几次.增加一个成员函数print(),显示incident()被调用的次数,并能显示次数的初始值.(Create a Monitor class that knows that the member function incident () is called several times. Add a member function print (), show the number of times incident ()
Aitken迭代法
- 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the app