-
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示...
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示-the issue of the data from the dvi interface
- 2022-03-06 13:00:51下载
- 积分:1
-
nulNewton
这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。(This is a Newton method source code written in matlab, a relatively simple unconstrained equation. Newton method is an important iteration method for finding zeros of non-linear equations, also known as Newton-Lafferson method or tangent method.)
- 2020-06-25 08:40:02下载
- 积分:1
-
冒泡排序
#include < iostream.h > #define类int公共voidvoidvoid sortLogic() ; void bubsort:: getdata() {
cout arr [i] ; void bubsort:: showdata() {
cout
- 2022-02-07 05:45:31下载
- 积分:1
-
bregman
说明: 有关分裂bregman方法的描述,采用分裂Bregman迭代的全变差盲反褶积(The split bregman method for L1 regularizen problem)
- 2019-05-07 09:11:03下载
- 积分:1
-
新建文件夹
说明: 航空发动机JT9D模型,可用于航空发动机建模以及控制(JT9D Model of Aeroengine)
- 2019-07-04 16:59:53下载
- 积分:1
-
模拟电子课程的教学演示程序,包含大学模拟电子技术的所有内容,适合大学模拟电子的教学和学习,包含有高级界面设计技术。...
模拟电子课程的教学演示程序,包含大学模拟电子技术的所有内容,适合大学模拟电子的教学和学习,包含有高级界面设计技术。-electronic simulation of the Teaching Demonstration Program, including the University of simulation technology in all electronic content for electronic simulation of the University of teaching and learning, contain advanced interface design technology.
- 2023-08-09 08:00:03下载
- 积分:1
-
微信 知乎专栏小程序范例源码
微信环境下的知乎专栏小程序源码,模拟了知乎的界面和功能,支持网络请求数据实现刷新,支持使用本地 fake 数据实现刷新效果,支持使用本地 fake 数据实现继续加载效果.功能和Android版的知乎专栏相似,这个是仿写的,面向于微信小程序环境。
- 2022-03-01 11:20:25下载
- 积分:1
-
fx2pipe是一个小型的高速USB传输程序可管标准输入到…
FX2Pipe is a small high speed USB transfer program which can pipe stdin into the FX2 FIFO or back from the FIFO to stdout.
- 2022-12-20 12:05:03下载
- 积分:1
-
ex3_txf
dxf格式cad文件的读取,解析,dxf格式cad文件的读取,解析,(Reading and parsing CAD files in DXF format)
- 2020-06-24 03:40:02下载
- 积分:1
-
简单计算器
一个交互式的计算器。
1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。
2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。
4. 四则运算表达式求值。
5. 含单变量的表达式求值。
6. 定义并运行简单函数。
7. 保留函数定义历史,并可以运行历史函数。
8. 函数的调用。
9. 操作数的各种字面常量的处理。
10. 支持矩阵的运算。(An interactive calculator.
1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on.
2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc.
4. Four Operational Expressions.
5. Evaluation of expressions with univariates.
6. Define and run simple functions.
7. Retain function definition history and run history function.
8. Call of function.
9. Processing of literal constants of operands.
10. Supporting matrix operations.)
- 2020-10-21 12:27:24下载
- 积分:1