-
Personal Diary
说明: 一个用c语言实现的person diary(Persondiary Implemented in C Language)
- 2020-06-17 18:00:02下载
- 积分:1
-
Vigenere
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。
可以实现:大小写敏感,明文小写则密文大写,明文大写则密文小写输出,注意输入的健壮性控制,明文字符超出字符集后保留原文(Virginia to achieve the password, use the keyboard to receive the plaintext and the key, the screen printing ciphertext and the decrypted plaintext. Can be achieved: case sensitive, then the ciphertext plaintext lowercase uppercase, lowercase plaintext ciphertext output is capital, pay attention to the robustness of the control input, plaintext characters out retain the original character set)
- 2011-11-20 19:45:59下载
- 积分:1
-
GP2D12
利用PROTEUS,在C51单片机上,利用GP2D12测距传感器进行红外线测距的仿真,亲测可用.(Use of PROTEUS, the C51 microcontroller, using GP2D12 infrared distance sensors ranging simulation, pro-test is available.)
- 2013-06-12 14:13:36下载
- 积分: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
-
PDFSharp-1.2.1269
一个基于c#的pdf开源sdk和demo,非常好用(One of the pdf-based c# open-source sdk and the demo, very easy to use)
- 2010-01-15 11:20:02下载
- 积分:1
-
csharpmatlab
说明: c#与matlab混合编程--神经网络--tsp(c#,matlab programing-hopfield-tsp)
- 2009-07-22 15:32:29下载
- 积分:1
-
3107002005_2nd_A_LDL
说明: LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。(LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.)
- 2008-10-27 10:47:26下载
- 积分:1
-
基于stc12c5a60s2的nrf905无线收发
实现遥控船的竞速转弯功能,包含电机控制,速度分档,舵机控制,转向角度计算。很全面,可以用来参加船模竞赛之类的,也可以用于自己制作一些小模型,主要包含nrf905的收发模块,与电机舵机控制模块。简单易懂。
- 2023-03-06 18:20:03下载
- 积分:1
-
Sparse-matrix
字符匹配问题为典型的字符数组的运用问题,体现了c语言面向过程的特性,在VC6.0下能够正确编译以及运行。(The problem of character matching is a typical character array, which reflects the characteristics of C language and can be compiled and run in VC6.0.
)
- 2015-07-25 15:33:34下载
- 积分:1
-
cbuilder
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢( Stationmaster when 95 years wants to write simulation Delphi a
contact surface production C language contact surface procedure, the
name is called CBuilder, at that time C Builder not to have )
- 2020-06-26 12:20:02下载
- 积分:1