-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
通过Win32函数来修改显示器分辨率
通过Win32函数来修改显示器分辨率-through Win32 function to amend the resolution display
- 2022-05-26 15:15:33下载
- 积分:1
-
算法程序
算法程序
-algorithm
- 2023-05-04 22:20:02下载
- 积分:1
-
都是关于进程调度的程序
很多种实现的方法在里面都可以找到...
都是关于进程调度的程序
很多种实现的方法在里面都可以找到-are on the process of scheduling procedures to achieve many of the methods can be found inside
- 2023-04-27 17:50:04下载
- 积分:1
-
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是...
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which the grid yard. Now demands of the problem : this Jiugongge adjusted to the squad as shown in Figure 1-1 forms. Adjusted rules : Each will only spaces (upper and lower, or left and right), a number of adjacent spaces- were moved. Test Programming Solution of this problem.----------- VC complete application code
- 2022-05-31 10:30:23下载
- 积分:1
-
A good strong program for many people like to use, very very powerful, Welcome
很好很强大的程序适合很多人使用,很好很强大,欢迎使用-A good strong program for many people like to use, very very powerful, Welcome
- 2022-03-12 21:19:55下载
- 积分:1
-
图像处理中SSE的应用
SSE – Streaming SIMD Extension,是Intel从PIII开始加入的一种x86扩展指令集。在SSE以前,x86的浮点运算都是以栈式FPU完成的,有一定x86汇编经验的人应该不会对那些复杂的fld、fst指令陌生吧。而SSE一方面让浮点运算可以像整数运算的模式、如 add eax , ebx 那样通过直接访问寄存器完成,绕开了讨厌的栈,另一方面引入了SIMD这个概念。SIMD – Single
Instruction Multiply Data,顾名思义,它可以同时让一条指令在多个数据上执行,这种
- 2022-02-09 16:46:15下载
- 积分:1
-
WINCE infrared remote control device driver, through the revision of key code wi...
WINCE下 红外遥控设备驱动程序,通过修改键码可以支持其他系列的遥控器-WINCE infrared remote control device driver, through the revision of key code will be able to support other range of the remote control
- 2023-04-21 04:35:03下载
- 积分:1
-
可以按指数大小创建两个多项式并实现多项式相加然后输出
可以按指数大小创建两个多项式并实现多项式相加然后输出-Index size can create two polynomials and then realize the sum of the output polynomial
- 2022-02-06 15:10:28下载
- 积分:1
-
算术表达式的词法分析和语法分析,有需要的用
算术表达式的词法分析和语法分析,有需要的用-Arithmetic expressions of lexical analysis and syntax analysis, there is a need to use
- 2022-08-02 17:43:59下载
- 积分:1