-
开发环境要 Borland JBuilder 2008
是一个超市收银系统
分为前台和后台
需要附加 数据库
我的数据库是微软sql serve...
开发环境要 Borland JBuilder 2008
是一个超市收银系统
分为前台和后台
需要附加 数据库
我的数据库是微软sql server 2005的
需要配置数据源 连接为:桥驱动ODBC-The development environment is Borland JBuilder 2008 is a supermarket cash register system is divided into foreground and background need to attach the database to my database is Microsoft sql server 2005 the need to configure the data source to connect to: ODBC bridge driver
- 2022-03-18 07:45:34下载
- 积分:1
-
C 编程教程
这是 C progrraming 教程从马丁 · 迪基博士从华盛顿大学从初学者到中级水平。Quiteful 很有帮助和 ppt 文件,源代码提供的视频演示。
- 2022-03-01 23:53:29下载
- 积分:1
-
A program shows how to implement the Huffman code contains encoding and decodi...
这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
- 2022-02-15 00:55:31下载
- 积分:1
-
简单的用于获取网卡信息的源代码,有点乱IP+MAC
简单的用于获取网卡信息的源代码,有点乱IP+MAC-Simple card information for access to the source code, somewhat arbitrary IP+ MAC
- 2023-07-24 01:40:03下载
- 积分:1
-
program to complete fibonacii
实现斐波那契算法的程序,程序中使用了递归操作,当然也可以使用其他方法来改进。-program to complete fibonacii
- 2022-01-25 20:08:04下载
- 积分:1
-
客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”...
客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client/server systems over file server systems can provide higher performance, because the client and server-side applications will be processed separately, but also to achieve their common processing requirements, the client"s request to achieve "distributed application processing." Server for a number of client applications data management, and client send request from the server and analysis of the data received, it is a "fat client (Fat Client)", "thin servers (Thin Server)," the network computing model. Server service requirements of the actual process, first to obtain the first delivery of information, according to new information first, and then continue to receive data into the document when they were closed
- 2023-06-10 06:20:03下载
- 积分:1
-
例,运行两个服务
examole, run two services-examole, run two services...
- 2022-03-21 11:07:31下载
- 积分:1
-
C和汇编混合屏幕开发,使用C和ASM交叉
C和ASM混合屏幕开发,使用C和ASM交叉编译环境。可实现字符输入、游标控制、颜色控制等功能。-C and ASM hybrid screen development, use C and ASM cross-compiler environment. Characters can achieve input, cursor control, color control capabilities.
- 2022-01-26 08:16:07下载
- 积分:1
-
排序算法
对一个字符串的字母顺序进行排序的 c 语言程序: 例如,如果用户将输入字符串"编程"然后输出将是"aggimmnoprr"或输出的字符串将包含按字母顺序排列的字符。
- 2023-07-12 07:00:03下载
- 积分:1
-
任务管理器
应用背景C语言实现的windows任务管理器,界面与windows自带的任务管理器差不多,能停止正在运行的任务,能显示CPU使用等功能。。。关键技术
C language implementation of the Windows Task Manager, the interface and the windows comes with the task manager, can stop being running tasks, can display the use of CPU and other functions...
- 2022-03-22 19:55:22下载
- 积分:1