搜索资源列表
家庭记帐管理系统
- 上传个比较简单的代码 有问题的大家及时交流啊!!(家用管理JAVA版,用SWT开发的)-upload a relatively simple code you have problems timely exchange ah! ! (JAVA version household management, with the development of SWT)
XiaoQuWuYe
- 上传的文件是针对小区物业管理的程序,里面包括有题目的叙述以及代码,是假期学校的课程设计-upload the document is targeting residential property management procedures, including inside the narrative and subject code, is a holiday design of the school curriculum
readingonline
- 在线的电子阅读软件,希望大家能支持,以后会继续上传-online electronic reading software, I hope you will support, would continue to upload
likebeng
- 我要上传 我要上传 我要上传 -I want to upload to upload I want to upload to upload I want to upload
中国农历,有详细的阴历算法
- 日历表 中国农历,有详细的阴历算法 初次上传,希望大家能帮我改进-Chinese Lunar calendar, a detailed lunar calendar algorithm initial upload, I hope we can help to improve
18岁禁看!
- 搞笑FLASH 图画类 简单有趣 你说我就想上传个FLASH说明你要我写多详细! 这不是在@##$#@吗-funny picture category simple interesting you said that I wanted to upload 000 FLASH show that you want me to write more detailed! This is not the##$#?
mengxiblog21codes.com
- 1、日志增加首页显示调用index_show.asp 2、日志增加用户的修改和删除权利 3、日志增加文件上传大小修改和限制 4、时间的动态修改 5、增加日志的日志推荐功能 6、用户的ip查询 7、日志的后台管理、删除、修改 8、修改部分图片 9、友情联接的问题重新设计,采取调用 10、样式css表重新修改了一些-one, the log shows increased call index_show.asp Page 2, log increasing use
chuzhu
- 我学习VB时做的一个出租房管理系统,不是很好,为了注册上传的。-When I learn VB to do a rental management system, was not very good, in order to register to upload.
UserPensonalInfoManagerSystem
- 用户个人信息管理系统,涉及用户个人信息上传。。与好友信息上传功能!-Personal information management system, related to personal information uploaded. . Upload the information with your friends!
upimage
- 用于图片上传,非常好用(ASP+ACCESS),简介易懂!-For image upload
2013
- 2013年春节礼品卡,新年祝福,给家人的祝福墙。 安装说明: 程序需要PHP和MYSQL支持 上传完后,打开http://程序目录/install.php 进行安装 上传安装之后记得删除install.php 祝福管理:http://程序目录/del.php?id=不良祝福语序号&pass=admin -2013 Spring Festival gift cards, New Year greeting to his family s blessing wall.
musiclink_1.6
- 威盘音乐外链调用vdisk(威盘)上传接口,再将vdisk那边返回的文件信息进行解析,获得解析地址,可实现在线播放以及调用到QQ空间背景音乐播放,免去了开绿钻的烦恼。-v-disk music chain called vdisk (Wei disk) upload interface, and then parse the file information that vdisk returns, obtain analytic address, can realize online play
360_4.3
- 仿360导航十一月版来了,新版界面大气,延续官方原味风格,钢琴导航栏,影视资讯自动更新,源码采用html+JS形式,适合所有主机空间,新手菜鸟均可入手,简单、快捷,无须数据库,无须繁琐的安装,上传即可使用,完全免费。-Imitation 360 Navigation November edition came, the new interface atmosphere, extending official flavor style piano navigation bar, video inf
intprint
- 【问题描述】给出一个不多于5位的正整数,要求: 1.求出它是几位数。 2.分别打印出每一位数字。 3.按照逆序打印出每一位数字。 【输入形式】控制台输入该正整数。 【输出形式】控制台分行输出输出结果。 【样例输入】1234 【样例输出】 4 1234 4321 【样例说明】1234位数为4,分别为1,2,3,4,逆序为4321 【评分标准】该题共有三个输出整数,完全正确得10分,每答错一个扣掉4分,直至得分为0。本题要求上传程序的源文件。所采