-
FTP
用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值(VC6.0 achieved using TCP protocol-based chat rooms, including client and server code, a good reference)
- 2008-06-23 10:41:50下载
- 积分:1
-
GPS-easysuit
matlab处理GPS数据的学习用代码。共5个部分附带说明书。包括第一部分GPS时间系统、第二部分Rinex文件读取、第三部分接收机的地心地固位置计算、第四部分基于伪距码的基线解算、第五部分双差解算(GPS data processing matlab learning with the code. A total of five parts with manual. GPS time system includes a first portion, a second portion Rinex file read, the third part of the ground EarthFixed receiver position calculation, the fourth part of the pseudo-code based on the baseline solution, the fifth part of the double difference solver)
- 2013-09-11 17:22:47下载
- 积分:1
-
算法竞赛入门经典各章习题答案
算法竞赛入门经典 的 习题解答 算法竞赛入门经典 的 习题解答(Introduction to Algorithmic Competition Classic Problem Solution)
- 2020-06-22 16:00:01下载
- 积分:1
-
Perlrumen
介绍了perl语言,不错,感兴趣的可以(Introduction of the perl language, it is true that interest can be)
- 2008-04-14 21:14:19下载
- 积分:1
-
FaceTracker, C++ library for real-time non-rigid face tracking using OpenCV 2
FaceTracker is a C++ library for real-time non-rigid face tracking using OpenCV 2, and is free for non-commercial use.
Fast, accurate, easy face tracking.
- 2022-04-01 00:38:31下载
- 积分:1
-
achievement-management.rar
学生成绩查询系统,是计算机专业,测控专业,自动化专业本科课程设计的经典案例。(Student achievement query system, a computer professional, monitoring and control, Automation undergraduate curriculum design classic case.)
- 2013-09-14 20:20:43下载
- 积分:1
-
VISUAL C# 2008 大学教程第五章源码
VISUAL C# 2008 大学教程第五章源码-VISUAL C# 2008 University of Tutorial Chapter V source
- 2022-08-11 23:43:54下载
- 积分:1
-
Alarm
一个基于C语言的51单片机多功能电子闹钟日历,支持多组闹铃和倒计时功能,自动修正闰年天数(A microcontroller-based C-51 multi-function electronic calendar alarm clock, alarm and countdown to support multiple functions, automatically correct number of days in leap year)
- 2010-10-28 19:43:48下载
- 积分:1
-
achievement-management-system
本系统从功能上划分可分为以下几大模块:功能模块管理,组权限管理,学生信息管理,课程信息管理,学生成绩管理,授课信息管理,学生信息查询,学生成绩统计等几大模块。以下将对各子模块进行说明。
功能模块管理:将系统功能模块保存到数据库中以便于动态地进行不同用户组权限的分配等操作。本模块包括功能模块的添加,删除,修改等。
组权限管理:对用户进行分组,并将权限设置到不同的用户组。
学生信息管理模块:输入学生基本信息,并可以对学生信息进行添加、查询、修改、删除。还可以关键字查询并从数据库里调出的学生基本信息.输出学生基本信息,学号、班号、姓名查询的信息结果。
课程信息管理:设置课程号,课程名,先修课等课程信息。
成绩信息管理模块:输入成绩信息,并可以对成绩信息进行添加、查询、修改、删除。还可以用关键字查询并调出数据库里的学生基本成绩信息的修改、删除等。输出查询的学生成绩信息。
授课信息管理:对教师授课信息的调度,安排等信息的管理。
学生信息查询:本模块是可对学生成绩进行查询,可按学号,姓名,年龄,所在院系,入学年份等不同条件独立查询或进行模糊查询。
学生成绩统计:对学生成绩总分,平均分等进行统计。(The system functions can be divided into several modules of the following major modules: the management of functional modules, groups, rights management, student information management, curriculum management, student performance management, teaching information management, student inquiries, student achievement statistics, etc.. The following will be the sub-module for instructions.
Management of functional modules: the system function module is saved to the database in order to facilitate dynamic allocation of operations of different user group permissions. This module includes the function module to add, delete, modify.
Group rights management: the user group and permission settings to different groups of users.
Student information management module: Enter the students basic information, and student information to add, query, modify, delete. Can also be a keyword query and bring up the students basic information from the database. Output student, st)
- 2012-07-03 08:55:56下载
- 积分:1
-
430串口通信
#include "sim900c.h"
uchar ATE0[]="ATE0
"; //关闭回显
uchar CREG_CMD[]="AT+CREG?
"; //获取网络当前的注册状态
uchar SMS_send[]="AT+CMGS=32
";
uchar ATCN[]="AT+CNMI=2,1
"; //新短信提示命令
uchar CMGR[12]="AT+CMGR=1
"; //查看一号短信
uchar CMGD[12]="AT+CMGD=1
"; //删除一号短信
//add
uchar CMGF0[]="AT+CMGF=0
"; //设置短信格式为PDU格式
uchar CMGF1[]="AT+CMGF=1
"; //设置短信格式为TEXT格式
uchar CSCA[]="AT+CSCA=+8613800290500
";//短信中心号码
uchar CMGS[]="AT+CMGS=18706741665
";//发送方手机号码
uchar Sms1_txt[]="wo shi hao ren";
uchar SEND_MESSA_CONTENT[20]="zhinengsushe";//消息发送内容
int g_timeout=0;
void led(int i)
{
P3OUT |= (0x01
- 2022-04-17 00:07:46下载
- 积分:1