-
此软件实现的是一个进度条的例子,实现的是当进度条前进时他的颜色是变化的...
此软件实现的是一个进度条的例子,实现的是当进度条前进时他的颜色是变化的-This software is an example of the progress bar, realize is that when the progress bar is moving forward at his color is changing
- 2022-01-26 01:04:21下载
- 积分:1
-
用C/C++设计一个简单的模拟送货系统。
功能要求及说明:
1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,...
用C/C++设计一个简单的模拟送货系统。
功能要求及说明:
1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,已送)等)
2. 取消送货单
3. 处理送货单(已送货成功)
4. 显示即将过期又没处理的送货单
5. 以磁盘文件保存这些信息
-With C/C++ The design of a simple simulation of the delivery system. Functional requirements and description: 1. Add a delivery note (delivery note number, delivery address, delivery number, consignee name, delivery time, delivery status (to be sent, canceled, has been sent), etc.) 2. Cancel delivery note 3. deal with delivery note (already delivered successful) 4. show about to expire has no deal with the delivery note 5. Save the file to disk information
- 2022-02-10 14:24:15下载
- 积分:1
-
视觉辅助X线+开发环境插头
Visual Assist X 是vc++开发环境的插件,利用此插件可方便我们的输入,当你输入系统的环境变量时,便会显示出词条供你选择。-Visual Assist X is vc++ Development environment plug-ins, plug-ins can use this input to help us, when you enter the system environment variable, will show that for the term you choose.
- 2022-07-04 20:02:42下载
- 积分:1
-
c pas format builder Guide to the Music special reading device
c++builder 教程 pas 格式 要专用的音读器-c pas format builder Guide to the Music special reading device
- 2022-01-26 01:31:49下载
- 积分:1
-
a normal calculator
实现了一个普通计算器的全部功能,包扩存取数据。-a normal calculator
- 2023-03-10 22:15:03下载
- 积分:1
-
用OpenGL编制的显示两个不同形式的矩形的程序。
用OpenGL编制的显示两个不同形式的矩形的程序。-Compiled with the OpenGL display two different forms of the rectangle procedure.
- 2023-04-09 08:25:03下载
- 积分:1
-
similar to the Super Terminal Serial part of the process, very good
类似超级终端中串口部分的程序,很不错-similar to the Super Terminal Serial part of the process, very good
- 2023-06-05 02:45:03下载
- 积分:1
-
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将...
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs
- 2022-01-24 12:44:41下载
- 积分:1
-
把程序的图标最小化并添加到系统任务栏
把程序的图标最小化并添加到系统任务栏-procedures to minimize the icon and added to the system task bar
- 2022-08-11 05:22:50下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1