-
,LCD1602显示
lcd1602显示范例,入门级源程序代码,适合初学者,注释详细,结构清晰。夹杂自己编写程序的经验和思路。
- 2022-05-17 14:39:46下载
- 积分:1
-
对日外包的一个工程,主要是手机的一个核价系统,缺少数据库,因为是ORACLE的,所以没有弄下来,用做ASP的学习...
对日外包的一个工程,主要是手机的一个核价系统,缺少数据库,因为是ORACLE的,所以没有弄下来,用做ASP的学习-Japan outsourcing a project, mainly mobile phones price a nuclear system, the lack of database, because it is ORACLE, so do not get down, use ASP to do the learning
- 2022-02-02 22:56:17下载
- 积分:1
-
C#winform中滚动字幕的实现源码
C#滚动字幕,很简单的实例源码
- 2013-01-10下载
- 积分:1
-
DSP代码,能够实现LED轮流闪烁
这个是DSP代码,能够实现LED轮流闪烁。能够在C++运行软件上运行。当然也可以实现计时器倒计时闪烁,可以手动控制按键以实现对LED灯的亮度控制及闪烁方式控制。需要硬件搭配!
- 2022-01-26 07:41:45下载
- 积分:1
-
模拟电梯运行显示
模拟电梯运行显示,带仿真,显示楼层。
- 2022-01-30 12:32:51下载
- 积分:1
-
Visual C# 在无连接数据表中创建AutoIncrement列
C# 在无连接数据表中创建AutoIncrement列,在数据表中添加记录一.代码:
//在数据表中添加记录一
DataRow MyRow = MyTable.NewRow();
MyRow["ID"] = 87121;
MyRow["Name"] = "罗斌";
MyRow["Tel"] = "023-40231026";
MyRow["MP"] = "13036371686";
MyRow["Company"] = "无锡宝特软件有限公司";
MyTable.Rows.Add(MyRow);
this.dataGridView1.DataSource = MyTable;
- 2022-05-16 06:23:51下载
- 积分:1
-
《CSharp in a Nutshell》英文原版,内容相当全面,值得一读!
《CSharp in a Nutshell》英文原版,内容相当全面,值得一读!-CSharp in a Nutshell
- 2022-08-12 20:40:32下载
- 积分:1
-
对PL/0作以下修改扩充:
(1)课内上机作业(考试前交报告):
增加单词:保留字 ELSE,FOR,TO, DOWNTO
运算符 +=,...
对PL/0作以下修改扩充:
(1)课内上机作业(考试前交报告):
增加单词:保留字 ELSE,FOR,TO, DOWNTO
运算符 +=,-=,++,--
修改单词:不等号# 改为
增加条件语句的ELSE子句
-right PL/0 expansion for the following modifications : (1) the reverse on the plane operations (examination reports) : Increased words : reserved words ELSE, FOR, TO, DOWNTO Operators =,-=,,-- changes the words : re# sign of inequality
- 2023-09-05 02:25:03下载
- 积分:1
-
AT24CXX系列eeprom驱动
AT24CXX系列驱动文件,采用模拟IIC,基于NXP-KE06单片机应用,可直接移植其他平台;
包含AC24C02,C04,C08,C16,可直接通过宏切换;
- 2022-02-05 18:37:36下载
- 积分:1
-
C06
本章实现了图书管理系统,功能主要分为三部分:书目检索、读者管理、图书管理;书目检索包括普通检索和高级检索;读者管理包括读者登录、读者信息、读者借阅历史、读者当前借阅、读者借阅过期催还、管理员登录等功能;图书管理包括图书借阅、图书归还、添加图书、图书维护、添加用户、用户维护、密码修改。(This chapter to achieve the library management system, functionality is divided into three main parts: bibliographic search, the reader management, library management bibliographic search and retrieval including ordinary senior retrieval readers log management, including readers, reader information, reader in history to borrow, borrow current readers, readers borrow-return expired, the administrator login and other functions library management, including loan of books, book return, add books, book maintenance, add users, user maintenance, password modification.)
- 2009-02-13 12:37:32下载
- 积分:1