-
Exercise1_CSharp
program to print name
- 2011-11-14 01:40:59下载
- 积分:1
-
ZedGraph_yuanma_Demo_HelpDoc
强大的开源画图控件Zedgragh,包含控件源码,Demo示例代码和帮助文档,分为Winform版和WebForm版。(Powerful open source drawing controls Zedgragh, including source control, Demo sample code and help document is divided into Winform version and WebForm version.)
- 2013-11-14 11:13:19下载
- 积分:1
-
qiaoshidianluhengwen
温度测量系统,采用pt100 铂电阻传感器。at89c52,proteus 实例仿真,精度0.1 非常高。(Temperature measurement system, pt100 platinum resistance sensor. the at89c52, proteus simulation example, precision of 0.1 is very high.)
- 2012-11-20 05:34:48下载
- 积分:1
-
LCD12864 MSP430F5529打点程序
LCD12864 MSP430F5529打点程序 亲测可用#include
#define uchar unsigned char
#define CS1 P2OUT |= BIT0 //串行LCD宏定义
#define CS0 P2OUT &=~BIT0
#define SID1 P2OUT |= BIT6
#define SID0 P2OUT &=~BIT6
#define SCLK1 P2OUT |= BIT2
#define SCLK0 P2OUT &=~BIT2
#define RST1 P2OUT |= BIT3
#define RST0 P2OUT &=~BIT3
//#define PSB0 P2OUT |= BIT4
//#define PSB1 P2OUT &=~BIT4
//函数声明
void InitSys();
void delay_ms(unsigned int);
void display_strings(void);
void displaydot(unsigned char x0,unsigned char y0 );
void lcdinit(void);
void clrgdram(void);
void write_com(unsigned char);
void write_data(unsigned char);
void sendbyte(unsigned char);
uchar ReadByte(void);
uchar Read_dos(uchar mode);
int flag=1;
unsigned char row1[]={""};
unsig
- 2022-04-21 23:44:47下载
- 积分:1
-
relorien
摄影测量中的相对定向程序,供摄影测量初学者使用(photographic measurement of the relative orientation procedures for the use of photogrammetry beginners)
- 2021-01-04 21:58:55下载
- 积分:1
-
photocp
批量文件复制改名
因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。(Batch rename files because of the need to bulk copy a lot of photos and then renamed, but the search for a long time did not find the right software, then move out to N years did not write vc 6.0, only a handful of hastily dozens of lines, made a simple no longer simple applet. Through the program created under the current directory to copy files and object files corresponding list, perform file copy program. Code can be abundant. Very simple, but not easy to find, bat file I did not played, or c simple writing, Fangshanglai useful to refer to, can be used.)
- 2013-06-20 15:49:36下载
- 积分:1
-
shuzizhong
数字钟,欢迎大家指点
E-mail:cfdx2004@163.com(Digital clock, welcome you pointing E-mail: cfdx2004@163.com)
- 2009-09-18 10:51:11下载
- 积分:1
-
magnet_test_code
matlab自动代码生成的源程序,和飞思卡尔mc9s12dg128集成(matlab code)
- 2013-08-21 14:24:05下载
- 积分:1
-
魔兽争霸mpq文件读取工具 希望会的朋友研究下
魔兽争霸mpq文件读取工具 希望会的朋友研究下-WarCraft tools mpq file to read a friend hope that it will study
- 2022-05-19 04:52:14下载
- 积分:1
-
armok01167658
最近用Mega128写了一个128点FFT程序,浮点运算,加汉宁窗。由于窗函数和旋转因子通过查表得到,所以速度还可以,程序中给的初值是通过高速AD采集的20KHz正弦信号。计算结果与Matlab的FFT函数得到的结果相同。 (Mega128 recently wrote a 128-point FFT procedures, floating-point operations, Hanning window. Since the window function and the twiddle factor look-up table has been adopted, so the speed can also be, the initial value to the process through high-speed AD collected 20KHz sinusoidal signal. The calculation results with the Matlab)
- 2007-09-02 21:16:08下载
- 积分:1