-
calculator
我随信附上简单的计算器应用程序。只要你去扔,如果你有任何细节通过我的邮件联系我。
- 2022-02-09 15:04:38下载
- 积分:1
-
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。...
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。-Digital conversion process for the uppercase characters. Main functions: to enter the conversion price at National Cheng Kung University to write Chinese characters. Creates a category of their own CnumToHan. To use in the demonstration program, very simple.
- 2023-07-12 07:15:03下载
- 积分:1
-
学生成绩管理系统
功能齐全的学生成绩管理系统,可以输入成绩,计算总分和平均分,按成绩降序查看,按名字升序查看,按学号升序查看,根据学号进行查找,统计分析成绩,列出成绩,将成绩写入txt文件,读取txt文件信息。
统计分析
- 2022-11-13 09:45:03下载
- 积分:1
-
a keyboard can display information in small programs, with vb do.
一个可以显示键盘信息的小程序,用vb做的。-a keyboard can display information in small programs, with vb do.
- 2022-02-07 19:29:05下载
- 积分:1
-
用servlet实现完整的党员管理系统,包含分页,模糊查询,等功能。
本资源用Java做的Java web 项目,包含完整的分页,模糊查询,LBS地理位置自动获取,包括前台以及后台的页面,适合初学servlet的人。
- 2022-08-14 06:40:24下载
- 积分:1
-
八皇后的图形界面程序,c语言编写。
八皇后的图形界面程序,c语言编写。-eight Queen"s graphical interface procedures, c languages.
- 2022-07-16 16:18:36下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
Microsoft Word 2000 for the development of new content
面向 Microsoft Word 2000 开发者的新内容
-Microsoft Word 2000 for the development of new content
- 2023-08-30 17:15:04下载
- 积分:1
-
退出程序后,如何保存信息。
退出程序后,如何保存信息。-withdraw from the process, how to preserve information.
- 2022-03-11 10:25:03下载
- 积分:1
-
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问...
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the corresponding test data file read and write operations. Semaphore mechanism are used to achieve the reader and the writer first priority.
- 2023-03-25 23:30:03下载
- 积分:1