-
解调
本方案用于PIC与测量加速器和角度的角度传感器的连接。您必须创建一个mikroC项目并将这个C文件添加到这个项目中。请记住,不要修改此文件中的任何内容
- 2022-11-19 20:35:03下载
- 积分:1
-
基本算法为:先将1填入第一行中间位置;再依次将2
基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
- 2022-02-05 03:13:23下载
- 积分:1
-
walksat 找到一种令人满意的 cnf 公式模型
Walksat 规格
Walksat 试图找到一种令人满意的 cnf 公式模型。
格式是.cnf 格式:
c 在文件的开头的可选注释。
c"p"行指定 cnf 格式、 编号 var、 数字通则
c 变量的编号从 1 开始的
c 每个子句结束与 0
p cnf 3 2
1-3 0
2 3-1 0
Walksat 读取从标准中 (或从作为命令指定的文件
线参数) 并将写入到标准输出 (和标准错误)。 到
获取的命令行选项,类型列表
walksat-帮助
(或其他任何非法的选项)。
- 2023-04-14 06:25:03下载
- 积分:1
-
完整的磁盘文件排序源程序,非常实用的vc源代码
完整的磁盘文件排序源程序,非常实用的vc源代码-integrity of the disk ranking source document, very useful vc source code
- 2022-07-12 00:03:15下载
- 积分:1
-
二维稳态无源热传导方程的迭代求解
通过使用Fortran语言FTCS离散格式计算二维非稳态无源热传导方程在方形域里的稳态解,输出为data文件,可用tecplot等后处理工具进行图形化。对于CFD的初学者有一定的帮助作用
- 2023-01-11 08:40:04下载
- 积分:1
-
一种具有加、减、乘、除的能力。
A Fraction class that has the ability to add, subtract,multiply and divide .
- 2022-06-15 09:12:17下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1
-
公历,阴历转换源代码
公历,阴历转换源代码-calendar, the lunar calendar change source code
- 2022-03-30 21:43:24下载
- 积分:1
-
VB生成三角网
VB源代码生成的三角网,即狄罗尼三角网。可以通过点击程序界面自动生成一系列的不规则三角网
- 2022-12-06 21:55:03下载
- 积分:1
-
c语言学生管理系统
本程序主要是运用C语言实现了意见简单的学生管理系统,所涉及的技术主要包括如下几个方面:1、文本数据的读取;2、结构体的应用;3、一些基本操作的实现!基本上涵盖了C语言教学的所有知识,能够帮助初学者更好的掌握C语言的相关语法。
- 2022-01-27 19:52:26下载
- 积分:1