-
医院管理系统
使用 mysql 数据库和 Java GUI, 使用 netbeans 8.0与医院现有设施一起, 构建医院管理医院客户记录和员工记录
- 2022-07-09 18:00:46下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--聊天程序-Visual C cases intensive curriculum design series-- chat program
- 2022-03-23 23:12:43下载
- 积分:1
-
计数器,计算一定时间内的次数统计。
比如孕妇的胎动计数,脉博计数等等...
计数器,计算一定时间内的次数统计。
比如孕妇的胎动计数,脉博计数等等
-Timer or Counter, statistics frequences in a period
- 2023-08-06 05:05:04下载
- 积分:1
-
这是一个论文!毕业 的 学生 又 用 !
这是一个论文!毕业 的 学生 又 用 !-This is a thesis! Graduating students used!
- 2022-04-30 06:41:32下载
- 积分:1
-
hexadecimal editor VC source revealed a total of three projects : Address, and h...
十六进制编辑器VC源码
共有三个显示项目:地址、十六进制代码和ascii码,还可以调节显示列数-hexadecimal editor VC source revealed a total of three projects : Address, and hexadecimal code ascii codes, but also can adjust a few shows out
- 2022-03-23 13:53:16下载
- 积分:1
-
滚动浏览位图的程序
滚动浏览位图的程序-rolling View bitmap procedures
- 2022-06-27 10:25:02下载
- 积分:1
-
虚拟示波器
纯代码实现虚拟示波器,值得分享和参考,可以动态缩小和扩大,采用MFC 框架实现。示波器有十个子页面,每个页面有十个自通道,自己可以随意更改代码,实现自己想要实现的效果。比较好
- 2023-07-09 05:55:04下载
- 积分:1
-
Custom ToolTips for MFC Projects
是我在网上找的,版权归原作者所有。...
Custom ToolTips for MFC Projects
是我在网上找的,版权归原作者所有。-Custom ToolTips for MFC Projects that I find online, and belongs to original author.
- 2022-01-25 22:44:37下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。...
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。-A minicalculator made by BCB 5.0 with a beautiful interface and all the fundemental functions. I put it on my desktop for convenience.
- 2022-03-06 19:01:45下载
- 积分:1