Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - calculate
Search - calculate - List
计算某数的平方根,VHDL语言,使用简单-calculate the square root of a number, VHDL, use simple
Update : 2024-05-18 Size : 39936 Publisher : wl

DL : 0
自上而下的语法分析方法 能对算术表达式进行语法分析并计算出表达式的值-top-down syntax analysis method for the arithmetic expression syntax analysis and calculate the value of the expression
Update : 2024-05-18 Size : 889856 Publisher : 李强

DL : 0
在web信息检索中,为了计算网页在检索结果中的排序,可以用网页的authority和hubness来表示网页的重要程度。-in web information retrieval, in order to calculate the website of the search results, in order of can the authority's website and the website said hubness to the degree of importance.
Update : 2024-05-18 Size : 30720 Publisher : 陈海山

Otherzqp05
DL : 0
该程序为你模拟银行驱动系统,要求算出每个窗口顾客等待时间,和工作人员的平均繁忙度。-the procedure for your bank-driven simulation system that requires each window to calculate customer waiting time, and the average peak degrees.
Update : 2024-05-18 Size : 2048 Publisher : 周子藤

DL : 0
本人学习“信息论”的时候的一个作业程序,用来计算信道容量,求匹配信道。-I learn "information theory" in the one operating procedures used to calculate the channel capacity and seek matching Channel.
Update : 2024-05-18 Size : 6144 Publisher :

一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到了高精度延时的目的。 高精度延时的程序, 参数: 微秒 二.测速程序 利用 rdtsc 汇编指令可以得到 CPU 内部定时器的值, 每经过一个 CPU 周期, 这个定时器就加一。 如果在一段时间内数得 CPU 的周期数, CPU工作频率 = 周期数 / 时间 为了不让其他进程和线程打扰, 必需要设置最高的优先级 以下函数设置当前进程和线程到最高的优先级。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) CPU 测速程序的源代码, 这个程序通过 CPU 在 1/16 秒的时间内经过的周期数计算出工作频率, 单位 MHz: -one. High-precision delay, the CPU speed is the basis of Windows within a very high accuracy of the timer, the microsecond precision, but in the system timer different frequencies, the frequency and hardware and the operating system are likely. Using API function can be QueryPerformanceFrequency the timing The frequency. Use QueryPerformanceCounter API function can be the current timer value. According to the delay time and the frequency of the timer, you could calculate the time to delay timer after a few cycles. The circle with QueryPerformanceCounter repeatedly read out the timer value, until after a specified number of cycles end the cycle again, it reached a high precision delay purposes. High-precision delay the procedure parameters : 2 microsecond. Gun utilize RDTSC instruction can
Update : 2024-05-18 Size : 1024 Publisher : 马俊

Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders are languages. They are to some extent by the command sequence consisting of, in accordance with the strict implementation of the order. Haskell is the language function. Functional programming is a separate expression, expression projections through to implementation. Any use of electronic tabulation of the people function language experience. In the spreadsheet, you can under other units designated to the value of the value of each unit. What is the need to focus, rather than how to calculate.
Update : 2024-05-18 Size : 64512 Publisher : jbbao

一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
Update : 2024-05-18 Size : 15360 Publisher : lff

现在的热物理行业或者相关的专业经常需要计算干湿气体的物性参数,因此我们专业中做了这个-the thermal physics or related industry professionals often need to calculate the dry gas physical parameters, we professionals do this
Update : 2024-05-18 Size : 66560 Publisher : 高闯

Othercnt
DL : 0
预应力钢绞线松弛试验计算程序,用来计算预应力钢绞线的松弛率,需IIS支持.-prestress relaxation pilot program, prestressed strands used to calculate the rate of relaxation, the need to support IIS.
Update : 2024-05-18 Size : 3072 Publisher : k2

能进行各种计算操作,如+,—,*,/,log,平方等操作-can calculate various operations, such as ,-,*,/, log, square, etc
Update : 2024-05-18 Size : 1565696 Publisher : 离间

模拟实现以下页面置换算法,并计算其命中率: 一、理想置换算法OPT(Optimal Replacemnet) 二、先进先出置换算法FIFO-Simulation following pages replacement algorithms, and calculate their hit rate : 1. OPT ideal replacement algorithm (Optimal Replacement) 2. FIFO replacement algorithm FIFO
Update : 2024-05-18 Size : 193536 Publisher : 康抗

DL : 0
此软件可用来计算节点数,也可用来计算一些简单的算法,如果你对数据结构感兴趣,也可以用此软件解决数据结构的很多问题 -software can be used to calculate nodes, but also can be used to calculate some simple algorithm, If you are interested in the data structure can also use this software to solve many data structure problem
Update : 2024-05-18 Size : 2048 Publisher : 张小龙

DL : 0
从一开始就使用动态提交技术,第一个界面中书类名是从数据库中动态输入的,在第二个界面你可以选择任意多的图书,选择购买,按提交按钮进入下一个界面,在这个界面中可以修改购买数量,修改完毕后按修改数目按钮后自动计算每件商品的单价和总价并显示出来,如果还想继续购物,则按左上角继续购买商品图标返回到前面的界面继续挑选商品,同样挑选完毕,按确认按钮进入购物车,选择商品完毕,按右下角进入结算中心,这是系统判断你是否登陆,如果登陆则直接进入下一个界面,否则进入登陆界面。-from a dynamic start to use technology, a book interface class name from the database is dynamically imported, the second interface you can choose any number of books, choose to buy, according to submit button interface into the next one. this interface can be amended purchase volumes, After the changes by amending the number of buttons automatically calculate the per unit cost of goods and price and show up if they want to continue shopping, according to the upper left corner to buy goods icon to return to the front of the interface to choose commodities, Similarly selected and confirmed by entering Cart button, select merchandise completed by the lower right hand corner into the clearing house, This is the system you have to judge whether the landing, the landing was a direct interface i
Update : 2024-05-18 Size : 1534976 Publisher : 张三

用dev-C编写的遗传算法程序,用来计算函数极值的。-with dev- C GA prepared by the procedures used to calculate the maximum function.
Update : 2024-05-18 Size : 3072 Publisher : 马文

c++.net编写的简易计算其,这个程序比较简单,供出学者学习-c++. net prepared to calculate the summary, this procedure is relatively simple, to give out the scholars to study
Update : 2024-05-18 Size : 44032 Publisher : 廖亮

DL : 0
raycasting算法,Display为计算得到图像-raycasting algorithm to calculate Display Image
Update : 2024-05-18 Size : 89088 Publisher : 孙甲慧

DL : 0
能够自动查找RMVB的图像大小,并且可以计算画面比例,使用起来挺方便的-RMVB can automatically identify the image size, and can calculate the proportion of images, using them quite convenient
Update : 2024-05-18 Size : 19456 Publisher : 刘丰

DL : 0
一个房屋购买贷款核算系统,他有一个数据表,用户可以用它清楚地算出自己所选房需每月还多少。-a housing purchase loans accounting system, he has a data table, users can use it to calculate their clearly chosen the required monthly amount.
Update : 2024-05-18 Size : 16384 Publisher : 张超

DL : 0
md5算法,可以计算磁盘文件或单独加密字符串.-md5 algorithm can calculate the disk file or separate encryption strings.
Update : 2024-05-18 Size : 47104 Publisher : 吴明
« 1 2 ... 42 43 44 45 46 4748 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.