-
Pix模拟器,别的不说了,想学安全的来下 吧
Pix模拟器,别的不说了,想学安全的来下 吧-Pix Simulator, to say the least, and I wanted to learn to come under the safety bar
- 2022-01-25 20:32:32下载
- 积分:1
-
vga代码 希望能有用处 ( ⊙ o ⊙ )啊!
vga代码 希望能有用处 ( ⊙ o ⊙ )啊!-vga hope to have the use of code
- 2022-02-02 12:28:17下载
- 积分:1
-
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理...
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理和使用方法。 -Java language has a three main features: platform-independent, network mobility and security, and Java the three major characteristics of this architecture provides a powerful support and guarantee that this article focuses on Java architecture to support information security principles and the use of methods .
- 2022-04-22 13:39:33下载
- 积分:1
-
魔方,相信很多人都玩过,这就是电脑上的魔方
魔方,相信很多人都玩过,这就是电脑上的魔方-Rubik
- 2022-04-24 00:45:21下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
i2c总线接口驱动程序
i2c总线接口驱动程序--I2c omni_line interface driver
- 2023-02-11 04:55:03下载
- 积分:1
-
一个asp.net计数器
一个asp.net计数器-a asp.net arithmometer!
- 2023-02-13 02:40:03下载
- 积分:1
-
The information is to introduce the I2C protocol and application programming inf...
该资料是介绍I2C协议和编程应用的资料,对于I2C编程的人员来说,是很有用的一份资料。-The information is to introduce the I2C protocol and application programming information, for I2C programming staff, it is a very useful information.
- 2022-07-05 04:29:16下载
- 积分:1
-
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其...
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with VB genetic algorithm used its
- 2022-08-13 01:22:40下载
- 积分:1
-
ISA 10M网卡电路设计,对电路开发很有帮助
ISA 10M网卡电路设计,对电路开发很有帮助-ISA card circuit design, circuit development helpful
- 2022-05-25 03:15:17下载
- 积分:1