-
HarshIO 600 eIP_QuickConnect v2.6
说明: HarshIO 600 eIP_QuickConnect v2.6.pdf
- 2019-06-25 09:38:17下载
- 积分:1
-
钢筋工程量计算程序v1.1,可以根据钢筋的直径、数量和单根长度计算其总重量...
钢筋工程量计算程序v1.1,可以根据钢筋的直径、数量和单根长度计算其总重量-Reinforced engineering calculation procedures for v1.1, can be reinforced in accordance with the diameter, number and length of a single calculation of its total weight
- 2022-04-11 08:56:30下载
- 积分:1
-
python
说明: 一种全新的python 用于疲劳强度迟滞回线的脚本分析(a pthon is created to analysis fatigue behavior)
- 2019-04-25 11:37:32下载
- 积分:1
-
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查...
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
- 2023-01-10 19:45:03下载
- 积分:1
-
THE PRINT FORM EDITOR VC CODE
THE PRINT FORM EDITOR VC CODE
- 2022-02-02 01:59:31下载
- 积分:1
-
sins_gnss_loosely
说明: sins/gnss组合导航仿真代码,主要功能包括:场景生成、惯性传感器Allan方差分析、磁传感器标定、定姿算法、松组合算法设计等(The sauce code is for the simulation of sins/gnss integrated navigation system, mainly including the scenario generating, Allan variance analysis, attitude determination algorithm and the SINS/GNSS loosely coupled integrated navigation algorithm.)
- 2020-05-04 11:18:52下载
- 积分:1
-
LCD12864
说明: LCD12864程序,实现画图,画线,打点,反白等(LCD12864 program to achieve drawing, drawing lines, dotting, anti-white, etc.)
- 2019-10-08 09:04:32下载
- 积分:1
-
Geant4在window10平台上的中文安装说明
Geant4在window10平台上的中文安装说明(Geant4 Chinese installation instructions on the window10 platform)
- 2017-09-12 20:00:18下载
- 积分:1
-
gek_2016
说明: 一个简单的梯度增强克里金模型,使用虚数求梯度(gradient enhenced kriging)
- 2019-04-08 10:42:11下载
- 积分:1
-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1