-
UCOStime
UC/OS-II上调用时间管理函数实现时间管理的使用(UC/OS-II on the use of time management to achieve)
- 2009-06-26 20:05:12下载
- 积分:1
-
VC-calling-Matlab-Simulation-Demonstration
主要介绍VC++调用Matlab实现信号仿真与演示(Introduces the realization of VC++ calling Matlab Signal Simulation and Demonstration)
- 2010-11-04 15:42:57下载
- 积分:1
-
ballPs
应用地球物理,电法教学,球体,视电阻率
东华理工大学(Application of geophysics, electrical method of teaching, ball, depending on the resistivity of the Tung Wah Group of Hong Kong Polytechnic University)
- 2008-07-07 08:28:34下载
- 积分:1
-
CCS进行图像处理
利用ccs对图像进行处理,包括二2值化,反色,和上下颠倒。
/***********************************************************************
** Main Function Program
***********************************************************************/
#include "math.h" //也可以不要
#include "stdio.h"
#define IMAGE_WIDTH 64
#define IMAGE_HEIGTH 64
main()
{
FILE *fi;
int i,j,k;
int y[IMAGE_HEIGTH][IMAGE_WIDTH];
unsigned char id[64];
char m;
k=128; /*k is Threshold Value*/
// fi=fopen("D:TupianLena64.bmp","rb");
fi=fopen("C: imyprojectslab56DSP54X-28-TuxiangchuliTupianLena64.bmp","rb");
/* if(fi==NULL)
{
printf("can not open file Lena64.bmp.
");
exit(1);
&nbs
- 2023-02-23 16:40:03下载
- 积分:1
-
某个公司存在4个部分,每个部门都有人数不等的员工,员工由:工号 姓名 性别 薪资等信息组成.
. 某个公司存在4个部分,每个部门都有人数不等的员工,员工由:工号 姓名 性别 薪资等信息组成.具体数据如下:
部门数据:
部门编号 部门名称
01 技术支持部
02 软件维护部
03 硬件网络维护部
04 财务部
员工数据:
工号 姓名 性别 薪资 部门
1112 work1 女 5000 02
1119 work9 男 5000 03
1345 work8 女 4000 &nbs
- 2023-09-02 05:15:03下载
- 积分:1
-
Graph
输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
- 2020-12-13 15:29:15下载
- 积分:1
-
guass_fliter_pic
高斯滤波算法,可用于模糊图片,除掉图片中的高频噪声(gauss fliter to remove high frequency noise for pic )
- 2017-03-11 10:40:11下载
- 积分:1
-
data structures and algorithms (C#) series
数据结构与算法(C#实现)系列---广义树,与大家一起学习讨论-data structures and algorithms (C#) series--- generalized tree, and we will study together to discuss
- 2022-06-03 09:16:43下载
- 积分:1
-
dwokgk36
Windows core programming matching source code(Windows core programming matching the source code)
- 2017-06-07 06:32:02下载
- 积分:1
-
beta_0
很好用的风能利用系数曲线,对开始学习的同学有帮助(Good use of wind energy utilization coefficient curve, start learning help students)
- 2013-12-01 09:24:29下载
- 积分:1