-
1_ChronoFEA_ANCF
说明: ANCF的有限元说明文件,里面有ANCF附有代码程序及ANCF的实现方法。(ANCF finite element description document, which contains ANCF with code procedures and ANCF implementation methods.)
- 2019-04-26 09:03:52下载
- 积分:1
-
有序表
有序表相关的函数:插入、初始化、遍历、查找等(Functions related to ordered tables: insertion, initialization, traversal, lookup, etc.)
- 2020-06-23 00:40:02下载
- 积分:1
-
一个含窗体分栏和树控菜单的软件界面
一个含窗体分栏和树控菜单的软件界面源码,应该是一个窗体设计布局方面的制作实例吧,在窗口中应用了分栏显示技术,以及树形菜单的应用技术,并且还包括有TAB分栏切换的功能,这些虽然很小的功能,但在窗口中的应用是十分实用的,值得学习哦。
- 2022-02-22 00:43:49下载
- 积分:1
-
simulink
matlab simulink的入门学习资料,挺不错的(matlab simulink introductory learning materials,which is very good)
- 2009-07-07 21:08:30下载
- 积分:1
-
0.超越VB的界面,全新感觉1.本系统大部分采用Windows系统核心,所有操作方便、快捷2.适用于Windows95/98/2000/WinNT系统3.系统可...
0.超越VB的界面,全新感觉1.本系统大部分采用Windows系统核心,所有操作方便、快捷2.适用于Windows95/98/2000/WinNT系统3.系统可以扩充到文件管理4.为了更好地管理好档案,将正确分类5.新的档案添加或修改时,可以挂接扫描仪6.权限控制,增加了敏感信息的存储-0. Beyond VB interface, a new feel. Most of the system is based on Windows system kernel, all operators of convenient, speedy 2. In Windows95/98/2000/WinNT system 3. Systems can be expanded to four document management. In order to better manage files to correct classification 5. the new files added or modified, the scanner can be articulated 6. authority control, an increase of the storage of sensitive information
- 2022-03-02 21:29:33下载
- 积分:1
-
VHDL 基础语法篇
VHDL 基础语法篇 —— VHDL
VHDL硬件描述语言
1.1 VHDL概述
1.1.1 VHDL的特点
VHDL语言作为一种标准的硬件描述语言,具有结构严谨、描述能力强的特点,由于
VHDL语言来源于C、Fortran等计算机高级语言,在VHDL语言中保留了部分高级语言的原
语句,如if语句、子程序和函数等,便于阅读和应用。具体特点如下:
1. 支持从系统级到门级电路的描述,既支持自底向上(bottom-up)的设计也支持从顶向下
(top-down)的设计,同时也支持结构、行为和数据流三种形式的混合描述。
2. VHDL的设计单元的基本组成部分是实体(entity)和结构体(architecture),实体包含设
计系统单元的输入和输出端口信息,结构体描述设计单元的组成和行为,便于各模块之间数
据传送。利用单元(componet)、块(block)、过程(procure)和函数(function)等语句,
用结构化层次化的描述方法,使复杂电路的设计更加简便。采用包的概念,便于标准设计文
档资料的保存和广泛使用。(VHDL Basic Grammar Paper)
- 2020-06-20 14:20:01下载
- 积分:1
-
NSVILGT
实在没什么好东西,就找了以前在北大ACM上做的一些题 比较适合于初学程序设计和算法的同学()
- 2018-02-05 09:05:19下载
- 积分:1
-
MATLAB-Simulink
系统介绍电力系统可靠性的相关知识。获多个国家基金支持。(System describes the knowledge of power system reliability. A number of countries eligible for funding support.)
- 2015-10-11 14:01:59下载
- 积分:1
-
读者写者问题
说明: 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。
2、定义一个读者函数:
?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。
?当有其他读者在占用buffer时,读者可对buffer进行读取操作。
?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。
?当buffer中没有数据时,应等待,直到buffer中有数据可读。
3、定义一个写者函数
?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。
?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。
?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。
?当buffer满时,写者应该等待,直到buffer有空闲为止。
4、定义主函数,在其中可以任意创建读者与写者。
可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion.
2. Define a reader function:
When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer.
When other readers occupy the buffer, they can read the buffer.
When there is data in the buffer, read a data from it, display and exit.
When there is no data in the buffer, wait until the data in the buffer is readable.
3. Define a writer function
When a reader is occupying the buffer, the writer should wait until all readers quit.
When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
- 2019-12-27 18:49:46下载
- 积分:1
-
SVDLIBC
1 SVD COMP-SVD分解例程。
2 svdCOMP-SVD分解程序。
3 采取MXN矩阵A,并将其分解成UDV,其中U、V是
4 左右正交变换矩阵,D是A
5 奇异值对角矩阵。(svdcomp - SVD decomposition routine.)
- 2020-12-21 10:49:08下载
- 积分:1