-
本文件包括的xml的开发应用标准,1998年由w3c制定
本文件包括的xml的开发应用标准,1998年由w3c制定-this document include the development and application of xml standards, in 1998 developed by the w3c
- 2023-04-05 14:00:03下载
- 积分:1
-
一个串口通讯 数据库存取例子程序。
将串口收到的数据保存到axcess数据库里面...
一个串口通讯 数据库存取例子程序。
将串口收到的数据保存到axcess数据库里面-A serial communication database access examples of the procedures
- 2022-05-01 00:49:44下载
- 积分:1
-
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏...
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。
3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。
4.可以按归并排序方法对书目进行排序;
5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库;
6.内置强大的异常处理机制,可以应付绝大部分异常情况。
7.程序标题栏实时显示程序状态。
-c++ curriculum design library management system
1. The realization of the binary database search, find, modify, add, delete and other operations
2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage.
3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database.
4. May merge sort method to sort the bibliography
5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database
6. Built a powerful exception handling mechanism to cope with the vast majority of anomalies.
- 2022-10-29 07:35:03下载
- 积分:1
-
通过ADC0809进行模数转换,中断方式采样,并将结果在PC机上动态显示出来。...
通过ADC0809进行模数转换,中断方式采样,并将结果在PC机上动态显示出来。-through ADC0809 for analog-digital conversion, interrupt sampling, the results on PC Dynamic displayed.
- 2022-03-20 06:32:43下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
Through hardware description language programming to achieve the counter, can ac...
通过硬件描述语言编程实现了计数器,可以实现二十四进制的数-Through hardware description language programming to achieve the counter, can achieve a few 24 M
- 2022-01-31 02:11:19下载
- 积分:1
-
C#语言 VSTO C#语言编写的word插件,使用VSTO技术
C#语言 VSTO C#语言编写的word插件,使用VSTO技术-C# language VSTO C# plug-word languages, use the VSTO technology
- 2022-06-28 22:00:49下载
- 积分:1
-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-06-30 05:15:38下载
- 积分:1
-
《面向对象程序设计》练习10_11的源代码
《面向对象程序设计》练习10_11的源代码- Object-oriented programming, the source code of practice 10_11
- 2022-03-29 05:47:46下载
- 积分:1
-
进程查看程序,可以显示各个进程的运行情况,ID号,含有的线程等信息。...
进程查看程序,可以显示各个进程的运行情况,ID号,含有的线程等信息。-Process viewer, you can display the operation of various processes, ID number, and other information contained in the thread.
- 2022-01-31 21:05:26下载
- 积分:1