Description: (转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In addition, the look and feel of the front-end is highly customizable. 这是一个联系信息管理器,具有DAO数据控件和一个Access数据库。它主要旨在保存internet游戏信息,例如最喜欢的游戏,游戏入口点,部落名称,部落等级等等。也包括了一个任务调度程序。另外,它前端的外观具有高度的可定制性。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=1839- (Reprint) This is a contact manager, built with the DAO data
control and an Access database. It is designed specifically to save
internet gaming information such as favorite game, gaming handle, clan
name, clan rank, etc. Also includes a task scheduler. In addition, the
look and feel of the front-end is highly customizable. this is a
relation information management, has the DAO data to control and a
Access database. It mainly is for the purpose of preserving the
internet game information, for example most likes game, game entrance
spot, tribe name, tribe rank and so on. Also has included a duty
scheduler program. Moreover, front end it the outward appearance has
highly may have custom-made the nature. Origin:
Http://www.freevbcode.com/ShowCode.Asp? ID=1839 Platform: |
Size: 173056 |
Author:kerry096 |
Hits:
Description: 本人用PB做的数据库相关的程序,其中包括数据库的输入查找删除等内容,初步接触PB的可以参考借鉴-PB so I used a database of procedures, including the importation of database search delete other contents, PB initial contact can refer to the reference Platform: |
Size: 2506752 |
Author:杨杰 |
Hits:
Description: 本软件用delphi5+sql server2000开发,xp下测试通过。
超级用户可以输入修改学习内容,题库内容。其他用户进入只能学习其中内容或者做测试题。测试题主要包括:选择、填空、判断三类,出题类型包括1.章节课后题 2.系统随机选题两大类。测试完成后可以进行判断对错(评分),及时解答等功能;如果自己机器上面没有安装数据库sql server,则进入演示版。如果哪位朋友需要这方面的资料(源码)可以联系QQ:34636908(注明要求,否则本QQ号不随意加人)。-The software used delphi5+ sql server2000 development, xp under test. Super-user can enter modified learning content, content questions. Other users can only enter the study or to do one of the content of test questions. Tests include: selection, fill in the blank, determine the three categories, questions types include 1. Chapters after title 2. Systematic random selection two broad categories. Upon completion of the test can be judged right or wrong (score), timely answers and other functions if their machine is not installed above the database sql server, then enter the demo. Friend, if any required information in this regard (source) can contact QQ: 34636908 (specify the requirements, otherwise the No. QQ not add people at random). Platform: |
Size: 467968 |
Author:流浪者 |
Hits:
Description: 系统自身还有对已发短信的查询功能以及查看SIM卡中收到的短信,还为用户提供了电话簿的功能,通过电话簿管理,可以将比较常用的联系人及其手机号码添加到数据库中,方便在发送短信时添加接收人。系统安全方面也做了考虑,首先用户要通过登录模块验证成功之后才可以进入系统的主窗体,如果用户要暂时的离开,可以通过系统菜单栏中的“锁定系统”命令锁定系统界面,如果想再次使用,需要输入登录密码。-System itself also has sent the message to the search function and view the SIM card received in the SMS, also provide users with a phone book function, through the phone book management can be more commonly used contact and phone number added to the database in convenience when sending messages add the recipient. System security also made to consider, first of all user authentication through login module can successfully enter the system after the main form, if the user wants to temporarily leave the system menu bar by the " locking system" command to lock the system interface, if would like to re-use, need to enter password. Platform: |
Size: 1394688 |
Author:马龙 |
Hits:
Description: 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在Linux系统下用Eclipse编写的C语言程序的。改程序分为文件操作和数据库(MysqL)操作,代码自己拿去看吧,代码注释很详细,应该能看得懂的。-Embedded in the study when we write the source code of this phone, just the initial stage, the Linux systems written in C language with the Eclipse process. Reform program is divided into file manipulation and database (MysqL) operation, the code yourself to Lo, the code comment in detail, should be able to can understand. Platform: |
Size: 98304 |
Author:罗新 |
Hits:
Description: 实现一个界面类似于QQ的通讯录程序,可以根据不同的登录用户显示每个用户的联系人信息,联系人可以动态添加删除修改,可以对联系人进行分组显示,需要连接数据库。-QQ implement an interface similar to the address book program, you can log the user according to different contact information for each user, the contact can dynamically add and delete changes, you can contact the group showed the need to connect to the database. Platform: |
Size: 22528 |
Author: |
Hits:
Description: 数据库文件为ImageDatabase,其中表名为:Image,里面已有5组图像信息的数据,包括图像序号,图像名称
图像宽度,图像高度和像素深度。
ConnectionDemo文件夹里面是C#源程序
双击第二个生成好的solution文件,然后可以打开项目文件,点击“解决方案资源管理器”的“Form1.cs”文件可以
看到winform界面。
实现了以下几个功能:
1)."连接数据库测试",即c#和数据库连接,如果连接成功,则会显示“连接数据库成功”的显示框。
2)“向数据库中加入数据”,在左边的图像信息数据库几个文本框中输入数据以后,然后点击“向数据库中加入数据”
按钮,则会向数据库中添加数据,你可以打开数据库ImageDatabase的表Image,查看你加的数据是否写入到数据库中
从而可以验证程序的正确性。
3)“查询插入的数据信息”可以显示你刚添加的数据信息,并以Messagebox形式显示出来,这里实现的只是显示数据库中
-1 I establish the database file for the ImageDatabase, wherein the table name : Image, which already has 5 sets of image data, including image sequence, image nameImage width, height and depth of image pixels.The 2.ConnectionDemo folder there is a C# source ( my computer is used in the 2008 version, do not know in 2005 whether can also be used, if there are any problems contact me again! )3 double-click the second generated a good solution file, then you can open the project file, click on" the solution explorer" "Form1.cs" files can beSee the WinForm interface.4 here I carry out the following functions:1)." To connect to the database test", namely c# and the database connection, if the connection is successful, it will display" to connect to the database successfully" display box.2)" to the database by adding data", in the left image information database for text data, then click on" add data to the database"Button, will be adding to the database data, you can open the database table Platform: |
Size: 1451008 |
Author:ssaye |
Hits:
Description: 该系统主要是基于在Visual C++6.0的环境下实现的对通讯录里面成员信息的增加,查找,修改,删除等功能,连接数据库用来存储成员的信息,采用sql语句来具体实现上述功能。
-The system is mainly the increase of the membership information on the contacts inside the Visual C++ 6.0 environment, find, modify, delete function, connect to the database used to store member information using sql statements to concrete realization of the above functions.
Platform: |
Size: 4969472 |
Author:郭怡 |
Hits:
Description: 实现人事部门的基本的管理功能,对于于联系数据库的连接,数据库更新等功能。
-Basic management functions of the personnel department, for connection to the contact database, the database updates. Platform: |
Size: 187392 |
Author:zenghui411 |
Hits:
Description: 本系统时在java环境下运行,联系数据库导入研究生信息,来管理研究生信息的系统-The system is running in the java environment, contact database to import graduate information, graduate information systems to manage Platform: |
Size: 34816 |
Author:毛豆豆 |
Hits:
Description: JSP使用Bean 如何使用jsp联系数据库 创建java脚本等 jdk下载-The jdk download the JSP Bean how to use jsp contact database to create a java script Platform: |
Size: 46914560 |
Author:nan |
Hits: