-
学生身份识别模块
如今 internetplays 在学生的日常生活中的重要作用。每个学生要信息他们的指尖,现在高校打算不致太过挤迫,对基本和必要信息要更加困难的一天皇陵。被一群学生我们的团队也经历了这些革新生活中的问题。为此学生 InformationSuite 将发挥重要的作用。由信息 wemean:-(i) 会期结果(ii) 每日通知(iii) 每天的出勤记录< 跨度 style="font-size:11.0pt;line-height:115%;font-family:""> (iv) Syllabusof 本学期等。
- 2022-12-17 06:55:03下载
- 积分:1
-
SSD7练习1
ssd7的本人的答案, 供大家参考, 希望大家喜欢-ssd7 exercise1
- 2022-03-20 18:34:57下载
- 积分:1
-
Large sclae prepocess data for data mining and code
Large sclae prepocess data for data mining and code
- 2022-03-07 06:04:22下载
- 积分:1
-
用c写的数据结构链表的操作,包括关于链表的系列操作
用c写的数据结构链表的操作,包括关于链表的系列操作-used to write the data structure Chain operations, including a series of Chain Operation
- 2022-02-03 17:38:30下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
ADO查看数据库工具的原代码
ADO查看数据库工具的原码-ADO View database tools of the original code
- 2022-02-15 16:15:43下载
- 积分:1
-
算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t...
算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t的最小成本路径,进而可以灵活解决可以用多段图描述的许多实际问题.-algorithm design in the analysis of many of the map, prepared with VC dynamic programming algorithm design, the optimum principle as well as the recursive relation to strike the optimal sequence of decision-making through more of the map defined by the source to find s t point to the Department of the minimum cost paths and further a flexible solution could spend more of the map describes the many practical problems.
- 2022-02-04 19:58:15下载
- 积分:1
-
数据结构:表达式计算
c语言用堆栈实现表达式计算,数据结构练习题。
- 2022-02-15 15:07:56下载
- 积分:1
-
应用程序,面向课程设计
应用程序,面向课程设计-applications, design-oriented courses
- 2022-01-28 17:24:14下载
- 积分:1
-
高级算法里的排序讲义ppt。sorting
高级算法里的排序讲义ppt。sorting- In high-level algorithm arrangement printed lecture ppt.
Sorting
- 2022-02-11 18:40:43下载
- 积分:1