登录
首页 » 数据结构 » 投票系统 FLASH版 用了都说好 数据库及使用说明都在里面了

投票系统 FLASH版 用了都说好 数据库及使用说明都在里面了

于 2022-08-17 发布 文件大小:114.23 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

投票系统 FLASH版 用了都说好 数据库及使用说明都在里面了-falsh yingyun ji toupiao xiazai

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生信息管理
    学生管理系统能对学生信息进行管理并查询,本系统采用VB+ACESS工具开发 分为管理员登陆和学生登陆,管理员具有添加,删除,更新的权限。学生则只有查询权限。二者共用以个数据库。下面就对系统的部分功能,模块及代码进行分析。
    2022-07-02 08:40:34下载
    积分:1
  • LIC 库系统
    这个项目用来跟踪政策的 LIC 数据库。通过使用此您可以搜索策略、 添加政策、 添加客户、 添加代理、 搜索 AGGENT,查看代理配置文件和更多。所以它是很好用的数据库。
    2022-03-29 11:33:25下载
    积分:1
  • 建立带表头点的单链表,打印所有点的域;输入一个值,若某个点的域为该值,则在其后插入另一个新点,若无此点,则在表尾插入新点,然后打印;给一个值...
    建立带表头结点的单链表,打印所有结点的数据域;输入一个值,若某个结点的数据域为该值,则在其后插入另一个新结点,若无此结点,则在表尾插入新结点,然后打印;给一个值,删除结点的数据域是该值的所有结点,然后打印。(表生成时可用前插法或后插法)-table with the establishment of the first node of a single linked list, print all nodes of the data domain; An input value, If a node"s data fields for the values, and subsequently inserted in a new node, in the absence of such nodes, at the end of the insertion of a new form nodes, then Print; to a value of the node to delete data domain is the value of all the nodes, then Print. (Table Generation available houses or after interpolation)
    2023-01-23 20:10:04下载
    积分:1
  • 分橘子问题C程序解法
    问题来自趣味C程序设计题集。题目难度适合程序设计初学者。程序由本人自己设计,如果有需要的朋友,可以下载看看。本程序要点是数据类型的转换和公式的描述。
    2022-02-18 14:14:51下载
    积分:1
  • More than 40 version of the classic textbook
    40多版经典教材《数据结构》(严蔚敏、吴伟民著)全部代码实现。目录下TC是标准C代码C文件。VC是标准C++代码CPP文件。-More than 40 version of the classic textbook
    2022-04-25 10:35:42下载
    积分:1
  • 最简单和最酷的方式来创建类似程序,可以做与 ListView 的保存,负载 & 修改多个条目与文本的文件的库。必须下载此,请参阅如何最简单的这种方法是
    最简单和最酷的方式来创建类似程序,可以做与 ListView 保存、 加载和修改多个条目与文本的文件的数据库。必须下载此,请参阅如何最简单的这种方法是
    2022-12-13 21:00:08下载
    积分:1
  • 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始起...
    约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决―――直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就拉出来处决,再根据这个人所持有的密码F,然后再数F个,数到的人再处决,以此类推―――直到剩下的最后一个可赦免。-Joseph problems have original development of the Joseph and Joseph two. The original Joseph Description : Ancient a judge to sentence N inmates of the death penalty, he is a ridiculous law, prisoners station into a circle, from S began a few individuals, every few months to D prisoners, pull out executions, then D, the number of people to be re-executed--- until the last one left to be pardoned. The development of the Joseph Description : Ancient a judge to sentence N inmates of the death penalty, but each individual N holders a password, he is a ridiculous law, prisoners station into a circle, the judges first gave a password M, S individuals from the beginning of several, each of the first few inmates M , pull hi
    2022-03-11 16:54:39下载
    积分:1
  • 可以实现两个大整(不限位)相加减! 在C++中,加减法的两个必须在系统规定内,本程序突破了这一界限!...
    可以实现两个大整数(不限数位)相加减! 在C++中,加减法的两个数必须在系统规定内,本程序突破了这一界限!-can achieve two large integers (Open-digit) is modified! In C++, and subtract the number two must be within the system, the process broke the limits!
    2022-03-25 05:48:53下载
    积分:1
  • family financial management system. Rar
    家庭理财系统.rar-family financial management system. Rar
    2023-05-27 20:00:03下载
    积分:1
  • least squares curve fitting classic algorithms, the number of tests done, just c...
    最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output variables were presented in detail.
    2022-08-24 02:39:13下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载