-
a simulation of a small LED display procedures, can show good numbers, letters a...
一个模拟LED显示的小程序,能很好的显示数字,字母和时间-a simulation of a small LED display procedures, can show good numbers, letters and time
- 2022-06-18 22:50:38下载
- 积分:1
-
数据结构:图的建立与遍历.使用C语言开发
数据结构:图的建立与遍历.使用C语言开发-Data structure: the establishment and ergodic map. The use of C language development
- 2022-01-25 22:08:10下载
- 积分:1
-
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP...
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP-an automatic shutdown of the small programs, call the API function, a good use, and can be used for 98, NT, 2000, XP
- 2022-08-21 01:34:00下载
- 积分:1
-
图书管理系统
我所上传的是图书管理系统,代码简单易懂,很适合初学者,中间用到了struts,hibernate,spring数据库用的是mysql。
- 2023-05-04 22:55:02下载
- 积分:1
-
用C语言编写的,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,能播放音乐。是一种简单的音乐播放器的模型。...
用C语言编写的,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,能播放音乐。是一种简单的音乐播放器的模型。-C language, their own performances, can also play their own music files prepared. The latter is preparing its own songs, play music. It is a simple music player models.
- 2022-03-19 15:45:39下载
- 积分:1
-
Self
自学c++半月通,pdf格式,分15天,循序渐进-Self-c++ Half pass, pdf format, at 15 days, step-by-step
- 2022-04-07 13:08:58下载
- 积分:1
-
基于MATLAB的WiMAX SUI3信道模式评价
WIMAX SUI3 CHANNEL MODE EVALUATION BASED ON MATLAB-WiMAX SUI3 CHANNEL MODE EVALUATION BASED O N MATLAB
- 2022-03-21 02:00:36下载
- 积分:1
-
VC select number
vc实现的只能选数问题,优于贪婪选择算法-VC select number
- 2023-04-06 04:05:04下载
- 积分:1
-
FTP客户端,属于转帖,下载,上传的功能都很齐全,一句话功能性没得说,界面比较简单...
FTP客户端,属于转帖,下载,上传的功能都很齐全,一句话功能性没得说,界面比较简单-Ftp client server,for upload or download between client and sever.
- 2022-03-03 01:35:31下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1