-
对于java传输的一个很好的框架,著名的辛蒂,支持asynchr…
一个不错的java传输框架,著名的cindy,支持异步网络传输,基于JDK1.5以上版本-A good framework for java transmission, the famous cindy, to support the asynchronous network transmission, based on the above JDK1.5
- 2022-03-01 12:48:40下载
- 积分:1
-
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算...
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算-One dollar design a polynomial adder: the sum of two polynomials, and calculate the output polynomial
- 2022-03-24 13:41:46下载
- 积分:1
-
学生成绩管理源代码!!!使用微软新技术c#编写的
学生成绩管理源代码!!!使用微软新技术c#编写的-Student achievement management of source code! ! ! New technologies using Microsoft c# Prepared
- 2022-04-07 06:13:31下载
- 积分:1
-
对LMS算法和牛顿算法和最速的方法。计算与仿真
仿真了LMS算和和牛顿算法以及最速下降算法有图形可以清楚的看到几个算法的收敛速度的快慢-Calculation and simulation of the LMS and Newton algorithm and the steepest descent algorithm can clearly see several graphical convergence of the algorithm for the pace of
- 2022-01-25 19:01:43下载
- 积分:1
-
电脑小助手
功能如下:可以设置提醒方式:闹钟响铃提示、启动指定任务、关机、重启、注销、锁定等开机自动启动桌面可以显示提醒的内容,使用状态以及备注桌面显示时钟添加闹钟添加、删除、修改、退出任务桌面时钟鼠标穿透(即可以将显示的时钟固定在某个位置)桌面时钟前置
- 2023-01-16 03:10:04下载
- 积分:1
-
本来想实现一个规则图形内的颜色渐变填充...但由于一些原因,只完成了颜色填充,不过修改其变量可以改变填充颜色....
本来想实现一个规则图形内的颜色渐变填充...但由于一些原因,只完成了颜色填充,不过修改其变量可以改变填充颜色.-Originally wanted to realize the rules of graphics within a gradient fill color ... but for some reason, only the color-filled, but to modify its variables can change the fill color.
- 2022-01-24 14:08:54下载
- 积分:1
-
Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电...
Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电-Pasc Java This is a random foreign* Automatic Machine (RAM) used in a learning process, the ancient electrostatic
- 2022-11-29 20:55:08下载
- 积分: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
-
动画演示程序,可控制速度。
动画演示程序,可控制速度。 -animation demo program can control the speed.
- 2022-02-25 13:28:26下载
- 积分:1
-
ni sting Hex ni的程序 一个vi 用于字符串和16进制数的转换
ni sting Hex ni的程序 一个vi 用于字符串和16进制数的转换-ni sting Hex ni a vi process for a number of string and 16-band conversion
- 2023-02-22 12:05:04下载
- 积分:1