Welcome![Sign In][Sign Up]
Location:
Search - HB 3.

Search list

[Fractal programmountain

Description: 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ hh=(hd+ha+hm+0)/4+△ 其中,△为一随机量,从而得到E,F,G,H这4点。 ④ 再根据E,B,F,M4点的高度计算小正方形EBFM中点的高度,类似地计算小正方形MFCG,HMGD,AEMH中点的高度,即 he’=(ha+hb+hm+he)/4+△1 hf ’=(hb+hc+hm+hf)/4+△1 hg’=(hc+hd+hm+hg)/4+△1 hh’=(hd+ha+hm+hh)/4+△1 以及这些正方形边中点的高度。 ⑤ 递归步骤③和步骤④使正方形网格逐步细化,直至达到预期递归深度,然后连接每个正方形网格点。
Platform: | Size: 2696 | Author: 李文选 | Hits:

[Menu controlHB-pdfpr22-fxj

Description: 一、软件简介: 1.名称:PDF Password Remover 2.版本:2.2 3.类型:共享软件 4.适用系统:Windows 9x/ME/NT/2000/XP 5.简介: 本软件用来去除加密的 Adobe Acrobat PDF 文件的各种操作限制。支持 Adobe Acrobat 所有版本。 ------------------------------------------------------------------------- 二、关于汉化: 1.这是汉化版,无须原版,安装后直接使用。 2.注册码:09F2A&?eGt157538-a software description : 1. Title : PDF Password Remover 2. Version : 2.2 3. type : 4-sharing software. applied Systems : Windows 9x/ME/NT/2000/XP 5. description : the encryption software used to remove the Adobe Acrobat PDF files of various operational constraints. All support Adobe Acrobat version. ---------------------------------------- --------------------------------- 2, on the effort : 1. This is in line version, not the original, after the installation of direct use. 2. License : 09F2A
Platform: | Size: 538259 | Author: 123 | Hits:

[Other resourceHB(chm)

Description: 汇编知识全接触CHM文档,希望大家全神贯注的看
Platform: | Size: 844822 | Author: jimgjm | Hits:

[Othermemorylink

Description: 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点并入HA链( 按起始地址从小到大次序加入 ); 1 ) 当被撤消的结点没有左邻结点,右邻结点和它相连,则在HA链加入; 2 ) 当被撤消的结点有做邻结点与它相连,则把它与左邻结点合并; 3 ) 当被撤消的结点有右邻结点和它相连,则把它与右邻结点合并; 4 ) 当被撤消的结点有左,右邻结点和它相连,则把它与左,右邻结点合并; 5 ) 继续第三点,直到HB链为空或输入的起始地址为0为止; 6 ) 输出HA,HB链。-simulated a dynamic storage management, the subject prepared a simulation of the dynamic storage management procedures established with a one-way linked list of HA expressed idle space chain; Using a one-way linked list, said HB chain occupied space. Based Chain structured as follows : initial address (a positive integer greater than 0) of the unit block (positive integers, greater than 0) chain domain (at a node where the target) 1. Keyboard input in the initial address, the number of block units, and establish HA, HB 2 Chain initial state (transmission into the starting addresses of the end of 0005); 2. output HA, HB 2 chain (initial address, unit number); 3. initial input address, the withdrawal of HB chain corresponding to the node, node withdrawn output HB chain; 4. to revoke the node
Platform: | Size: 3016 | Author: 阿兜 | Hits:

[Otherhb

Description: 一、实验目的 《汇编语言程序设计》是计算机专业的重要的专业基础课,通过本综合性、设计性实验使学生进一步巩固课堂所学,全面熟悉、掌握8088宏汇编语言程序设计的基本方法和技巧,进一步提高编写程序、阅读分析程序及上机操作、调试程序的能力。 二、实验要求 功能: 1建立成绩文档 2计算总分和平均分 3显示成绩报表 三、实验原理分析 这个程序根据其主要功能可分为输入、计算、排序和分类、输出四大模块 四、流程图 .. 五、源程序(加必要注释)
Platform: | Size: 25846 | Author: eugune | Hits:

[Windows Develop1

Description: C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值 JD *qiudao(JD *h)——求a的导数a JD *copy(JD *ha)和JD *xiangcheng(JD *ha,JD *hb)——求a*b的值 JD *jishuanxzhi(JD *h)——求多项式在x处的值
Platform: | Size: 1855 | Author: 李猛 | Hits:

[DocumentsRecover 4 all Pro v2.25 汉化版

Description: Recover 4 all Pro v2.25 汉化版-Recover Pro v2.25 Chinese Version
Platform: | Size: 629760 | Author: 唐老鸭 | Hits:

[Othermemorylink

Description: 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点并入HA链( 按起始地址从小到大次序加入 ); 1 ) 当被撤消的结点没有左邻结点,右邻结点和它相连,则在HA链加入; 2 ) 当被撤消的结点有做邻结点与它相连,则把它与左邻结点合并; 3 ) 当被撤消的结点有右邻结点和它相连,则把它与右邻结点合并; 4 ) 当被撤消的结点有左,右邻结点和它相连,则把它与左,右邻结点合并; 5 ) 继续第三点,直到HB链为空或输入的起始地址为0为止; 6 ) 输出HA,HB链。-simulated a dynamic storage management, the subject prepared a simulation of the dynamic storage management procedures established with a one-way linked list of HA expressed idle space chain; Using a one-way linked list, said HB chain occupied space. Based Chain structured as follows : initial address (a positive integer greater than 0) of the unit block (positive integers, greater than 0) chain domain (at a node where the target) 1. Keyboard input in the initial address, the number of block units, and establish HA, HB 2 Chain initial state (transmission into the starting addresses of the end of 0005); 2. output HA, HB 2 chain (initial address, unit number); 3. initial input address, the withdrawal of HB chain corresponding to the node, node withdrawn output HB chain; 4. to revoke the node
Platform: | Size: 3072 | Author: 阿兜 | Hits:

[Fractal programmountain

Description: 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ hh=(hd+ha+hm+0)/4+△ 其中,△为一随机量,从而得到E,F,G,H这4点。 ④ 再根据E,B,F,M4点的高度计算小正方形EBFM中点的高度,类似地计算小正方形MFCG,HMGD,AEMH中点的高度,即 he’=(ha+hb+hm+he)/4+△1 hf ’=(hb+hc+hm+hf)/4+△1 hg’=(hc+hd+hm+hg)/4+△1 hh’=(hd+ha+hm+hh)/4+△1 以及这些正方形边中点的高度。 ⑤ 递归步骤③和步骤④使正方形网格逐步细化,直至达到预期递归深度,然后连接每个正方形网格点。 -Three-dimensional space fractal interpolation algorithm
Platform: | Size: 2048 | Author: 李文选 | Hits:

[Menu controlHB-pdfpr22-fxj

Description: 一、软件简介: 1.名称:PDF Password Remover 2.版本:2.2 3.类型:共享软件 4.适用系统:Windows 9x/ME/NT/2000/XP 5.简介: 本软件用来去除加密的 Adobe Acrobat PDF 文件的各种操作限制。支持 Adobe Acrobat 所有版本。 ------------------------------------------------------------------------- 二、关于汉化: 1.这是汉化版,无须原版,安装后直接使用。 2.注册码:09F2A&?eGt157538-a software description : 1. Title : PDF Password Remover 2. Version : 2.2 3. type : 4-sharing software. applied Systems : Windows 9x/ME/NT/2000/XP 5. description : the encryption software used to remove the Adobe Acrobat PDF files of various operational constraints. All support Adobe Acrobat version.------------------------------------------------------------------------- 2, on the effort : 1. This is in line version, not the original, after the installation of direct use. 2. License : 09F2A
Platform: | Size: 537600 | Author: 123 | Hits:

[OtherHB(chm)

Description: 汇编知识全接触CHM文档,希望大家全神贯注的看-Keys CHM files to compile knowledge, I hope everybody concentrate on the look
Platform: | Size: 844800 | Author: jimgjm | Hits:

[Otherhb

Description: 一、实验目的 《汇编语言程序设计》是计算机专业的重要的专业基础课,通过本综合性、设计性实验使学生进一步巩固课堂所学,全面熟悉、掌握8088宏汇编语言程序设计的基本方法和技巧,进一步提高编写程序、阅读分析程序及上机操作、调试程序的能力。 二、实验要求 功能: 1建立成绩文档 2计算总分和平均分 3显示成绩报表 三、实验原理分析 这个程序根据其主要功能可分为输入、计算、排序和分类、输出四大模块 四、流程图 .. 五、源程序(加必要注释) -First, the experiment was
Platform: | Size: 25600 | Author: eugune | Hits:

[Windows DevelopHB_3.51_Snoopy_Client_Sources

Description: 战场的Snoopy客户端代码,还是较新的3。51-Snoopy battlefield client code, or the newer 3.51
Platform: | Size: 1261568 | Author: 黄文昶 | Hits:

[Internet-NetworkHB_3.51_Server_Files

Description: 完整的战场3。51服务端,外国的,源码在其他地方附上-Complete battlefield 3.51 client services, foreign, source code is attached in other places
Platform: | Size: 1983488 | Author: 黄文昶 | Hits:

[Windows Develop1

Description: C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值 JD *qiudao(JD *h)——求a的导数a JD *copy(JD *ha)和JD *xiangcheng(JD *ha,JD *hb)——求a*b的值 JD *jishuanxzhi(JD *h)——求多项式在x处的值 -C prepared by a dollar Sparse Polynomial calculator 1, and the establishment of polynomial input 2, output polynomial mathematical expression 3, computable polynomial in x of the value of Office 4, for a polynomial function of I. a 5, polynomial a+ b, the establishment of polynomial a+ b6, polynomial ab, the establishment of polynomial a-b7, polynomial a* b, the establishment of polynomial a* b by function and Description: void paixu (JD* h)- on the input-output polynomial sort JD* jia (JD* ha, JD* hb)- seeking a+ b value of JD* jian (JD* ha, JD* hb)--- for ab value of JD* qiudao (JD* h)- for a derivative of a JD* copy (JD* ha) and JD* xiangcheng (JD* ha, JD* hb)- seeking a* b values JD* jishuanxzhi (JD* h)- order polynomial in x of the value of Office
Platform: | Size: 2048 | Author: 李猛 | Hits:

[OtherHB

Description: 《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。-" Assembly Language" (Assembly Language) is a computer science major in a basic course is a low-level machine-oriented language. It depends on the hardware, through clever programming full hardware potential. Assembly language program generated code to run efficient. Thus far, many software systems (such as operating systems, etc.) The core part of the still using assembly language to write.
Platform: | Size: 988160 | Author: 陶能科 | Hits:

[Game Server SimulatorHGSource

Description: HB 3.82 Crusade Core file.
Platform: | Size: 1024 | Author: Szklana | Hits:

[assembly languagehb

Description: 汇编语言,程序的使用说明,及命令的使用,编程手法,-Assembly language, the program' s instructions, and orders the use of programming techniques,
Platform: | Size: 1532928 | Author: 李金成 | Hits:

[Otherhb

Description: 放在前面,大数放在后面。即首先比较第1个和第2个数,将小数放前,大数放后。然后比较第2个数和第3个数,将小数放前,大数放后,如此继续。-On the front, a large number on the back. Firstly compares first and second numbers, will be placed before the decimal, large number of placed after. Then compare second numbers and third numbers, the decimal place before, large numbers of backward, so to continue.
Platform: | Size: 104448 | Author: 高上潮 | Hits:

[VHDL-FPGA-Verilog3-ddc-cic_5hb_firmatlab-testbench)

Description: 三通道上下变频cic_5hb_firmatlab仿真程序-Three-channel down conversion cic hb fir matlab simulation program
Platform: | Size: 10240 | Author: wq | Hits:
« 12 »

CodeBus www.codebus.net