资源列表
no1111
- 根据输入的三条边长判断三角形的形状 打印出结果-depending on the input side three-judge triangular shape Print out the results
DataAll
- 封装的简单数据库访问层。利用adapter技术-Simple database access layer of the package. Using adapter technology
lsjjjs
- 离散卷积计算 实验步骤: 主界面下进入实验五的“离散卷积计算”子实验, 1) 输入有限长序列 x(n) 2) 输入有限长序列 h(n) 3) 鼠标单击确定按钮,以数值和图形两种方式显示卷积结果 4) 实验程序: -Discrete convolution calculation Experimental steps: Five main interface into the experiment a "discrete convolution
TSP
- 运用lingo求解tps问题程序,以及数学模型,非常简单。-Tps problem solving process using lingo, and the mathematical model, very simple.
volume.modular.programming.model.VB.code
- VB模块化编程音量模式代码The volume of modular programming model VB code -The volume of modular programming model VB code
KillDLL
- 显示电脑系统进程.并且可对其进行查杀.易语言编写.源码开放.-show process and kill process
COM
- 讲解了关于Windows操作系统的运行原理,编写了一个串口程序 。-Explain the Windows operating system on the operating principle, the preparation of a serial program.
ajks
- 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
CError
- c语言常见错误提示,对c语言的各种错误提示进行了说明,可作调试时的参考
CGUITTFont_Nalin
- 字体管理和显示类源文件,可以在应用软件中实现字体的管理和显示。-Font management and display the class source file, you can achieve in the application software management and display fonts.
ProcessManage
- 管理系统进程,能够显示系统中运行的进程,也能终止进程-Management system processes running on the system can display the process, but also to terminate the process
Random-number-does-not-repeat
- 不重复随机数 使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。 利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat There are three algorithms to generate random nu
