搜索资源列表
ilove english
- 个人编写的英语背单词的小程序,采用mvc结构。-prepared by the personal word of English backs small programs using myc structure.
家庭理财
- 用VB编写的家庭理财程序,可以计算家庭开支-VB prepared by the family financial management procedures, the calculation of household expenditure
LiteTelBook
- 这是我同学课余编写的自用小程序: 由于本程序是一个很小的小程序,操作按钮少,界面简。只有添加、删除、修改、查找四个功能。在删除和修改的时候必需要选中一个记录才能进行操作,在程序中也作了违规处理(不选记录也点击删除和修改)。每个按钮都设有快捷键。在程序中还有什么地方没有 考虑周全的请各位指出来,我会对源程序作出修改的。还应注意的地方就是record.mdb是用来保存记录的,不能删除这个文件。一但删除所有记录就被删除了。查找功能只能按照姓名查找。-This my classmates after
Language_counter
- 此程序是个如何使用VB里的资源文件编写的多语言版本的程序.-this program is how to use the resources VB Lane document prepared by the multi-language versions of the program.
61151017020075161236492938281
- 该程序是在VC++6.0环境中,用C++语言编写的,分三个模块:一个是程序框架模块,实现程序的框架结构;二是声卡采样模块,实现声卡对外部模拟信号的采样;三是对采得的信号进行频率值计算。-procedures in the VC 6.0 environment, the use of the C language in three separate modules : is a procedural framework modules, achieving procedural framework
jiatingcaiwuguanli
- 用C编写的家庭财务管理小程序 defd-prepared by the small family financial management procedures defd
digtalclk
- 用Altera公司的QuartusII编写的电子钟程序,可以下载至开发板,实现一个智能数字钟功能,计时,校时,闹钟,跑表等功能,也可用于学习verilog HDL语言与数字逻辑
jsq
- 普通计算器程序,自己编写,方便学习。普通计算器程序,自己编写,方便学习。
汽车设计资料收集器
- 一个vb编写的程序,用于收集汽车相关的资料,当然你也可以用与其他地方-a vb prepared by the procedures for the collection of automobile-related information, of course, you can also use other places
lxbank-0[1].1.3.tar
- LxBank是一个基于Qt/X的家庭储蓄应用程序,它可以让你通过Internet使用HBCI标准来管理你的银行帐户。LxBank是用C++编写的,使用 libchipcard, openhbci 和Qt-widget工具集。-LxBank is one based on Qt / X family savings applications, it allows you to the Internet through the use of OGTT standards to manage your
szblogs_tb.rar
- 一个asp 编写的blog程序,界面友好,说明文档、数据库都有,a blog system
编写C++电话本程序
- Descr iption: 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 ,Descr iption: phone book prepared C++ Procedures to accomplish the followi
homemanagesystem
- 在学习完C语言的基础上编写"家庭财务管理小程序"以进一步掌握语言的使用.-End of C in the study prepared on the basis of the language of " family financial management of small procedures" in order to further understand the use of language.
933174464324324324324234
- 一个家庭财务管理的小程序 用c编写的 2009 -jiatingcaiwuguanli
ControllingLEDswithParallelPort
- 用c sharp编写的led调试程序,串口通讯,包含文档,代码,和demo-Prepared to use c sharp debugger led, serial communications, including documents, code, and demo
familyfinancialmanagement
- 用c编写的关于一个家庭财务管理的小程序,具有很好的应用性!-With c, prepared by the financial management of a family of small procedures, has a good applicability!
vcWinMain
- 本源码可帮助VC++新手们快速了解VC++窗口及句柄的原理,由孙鑫老师一本书中的实例改写。 Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-This source can help VC++ novice to quickly understand the VC++ window and the principle of
vcMultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
MoneyAgent
- 用C++编写的个人理财系统,内附SQL数据库数据。程序能完成个人多种卡类管理,用途以及管理消费,收入的信息。-Written in C++, personal finance system, SQL database containing the data. Process a variety of cards to complete the personal management, use and management of consumption, income information.
2
- 通讯录管理程序 目 标:编写程序,建立一个通讯录,存放有姓名、电话号码、住址等,具备输入、查找、添加、修改及删除等功能。 要 求:具备菜单功能或详细的提示功能,至少具备数据输入、输出、查询、删除、文件保存、文件读入中的两项功能。能力强的同学可以设计表格化输出。熟练掌握文件或结构体的操作,程序中至少要有一个自定义结构体。总程序量不少于100行,输出数据要进行适当美化。程序要有详细的注释及必要的说明文档 -Contact management program goals: write a p