-
一个非常好的时钟程序,真实的
一个非常好的时钟程序,实时显示当前时间,可以指定在屏幕的任意位置,在屏幕边缘时自动放缩。-a very good clock procedures, real-time display the current time, the screen can be specified in an arbitrary position, at the edge of the screen automatically shrinking.
- 2022-10-09 17:20:03下载
- 积分:1
-
编译原理 词法分析器、语法分析、语义分析和目标代码生成
L语言编译器的设计与实现,词法分析最后产生token文件和符号表文件,然后进行语法分析和语义分析,采用的是递归下降方法,最后产生四元式,通过中间代码产生目标代码
- 2023-08-13 17:40:03下载
- 积分:1
-
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等...
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等-In finite element analysis to calculate the structure of the overall stiffness matrix, element stiffness matrix, element node displacement, stress and strain, etc.
- 2022-03-14 12:45:45下载
- 积分:1
-
基于FPGA的数字PID
应用背景数字PID,可用于各类开关电源控制,亲测可行,灵活性较高,但是不是利用浮点型计算,用的整形计算,还是会存在细微误差,但是在速度方面可以弥补这方面误差,可利用其搭建各种反馈数字电路关键技术数字PID,考虑到了由于负数所带来的影响,利用补码进行不足,防止计算的时候溢出,还可以根据你的需求对其中的位数进行调整,达到实际需求,不适用模块写的,整个用状态机完成
- 2022-03-11 08:43:15下载
- 积分:1
-
对公司的主要宗旨的实现计算组件和功能…
运算器部件的实现和功能 主要为学习计算机组成原理的同学 提供-computing components and functions of the realization of the main tenets of computer components provide students
- 2022-07-08 04:45:12下载
- 积分:1
-
c++文件翻转
Make your rcopy robust against all kinds of user or operation system errors. That means – check all
return values for operating system errors (mostly I/O errors) and command line arguments for user
errors.
Stick to our files and interfaces that we provide via SubVersion. You may add methods (e.g. for file
size or reversing the buffers content), but you are not allowed to change the signature of any method
specified by us.
- 2022-02-21 11:52:25下载
- 积分:1
-
K-Means算法 mapreduce
public class KmeansMapper extends MapReduceBase implements
Mapper {
// one coodinate(data)
private List coordinate = new ArrayList();
private BasicKMeansTool basicKmeans = new BasicKMeansTool();
public void map(LongWritable key, Text value,
OutputCollector midoutput,
Reporter arg3) throws IOException {
// TODO Auto-generated method stub
String line = value.toString();
String[] dataList = line.split(",");
List distances = null;
StringTokenizer itr;
for (int i = 0; i < dataList.length; i++) {
itr = new StringTokenizer(dataList[i]);
&nbs
- 2023-02-01 17:45:04下载
- 积分:1
-
索乐 VOF FORTRAN
这是原始的索乐 VOF 代码的基本代码,此代码是 FORTAN 语言编写。
在本报告一个简单,但功能强大的计算机程序是
提出了二维瞬态流体的解决方案
流动自由边界。索拉-VOF 程序,这是
基于分数卷 (VOF) 的概念,是流体的
更灵活和更有效率比其他方法治疗任意
自由的边界。
索拉-VOF 有各种各样的提供的功能的用户选项
为广泛的应用。其基本模式
操作: 有多个免费的 Lsfor 单流体计算
曲面。然而,索拉-VOF 可还用于计算
涉及两种流体隔开一个锋利的界面。在任一
案例,液体可能会被当作不可压缩或作为有
有限的可压缩性。表面张力力量与墙体粘附
在两种情况下才允许。内部障碍可能
- 2022-02-16 05:18:36下载
- 积分:1
-
陀螺仪与磁传感器数据融合完整代码
资源描述
一套完整的陀螺仪和磁传感器姿态解算和数据融合代码,带有MDK完整工程,可直接编译使用。
绝对不忽悠人,供大家研究学习。让我们都做一个有开源精神的人。
- 2022-05-11 01:15:43下载
- 积分:1
-
这是我的毕业设计,所以我认为人们还是习惯写的,所以,我何…
这个是我的毕业设计做的我觉得对大家还是有写用的,所以我给打击看看希望大家也给点意见。-this is my graduation design so I think people are still used to write, So, I hope to see you blow also points.
- 2023-06-18 20:20:03下载
- 积分:1