-
获取字符对应ASCII码的小例子,可以查看中文的对应编码。
获取字符对应ASCII码的小例子,可以查看中文的对应编码。-Corresponding ASCII character code to obtain a small example, you can view the corresponding code in Chinese.
- 2022-01-25 16:50:20下载
- 积分:1
-
This document describes the C# file processing knowledge, with some reference va...
本文件介绍C#文件处理的相关知识,具有一定的参考价值-This document describes the C# file processing knowledge, with some reference value
- 2022-03-25 19:12:35下载
- 积分:1
-
own a small set a password, may transplantation.
自己做的一个 设置密码的小程序,可移植.-own a small set a password, may transplantation.
- 2022-07-05 02:46:27下载
- 积分:1
-
此资源主要是为了实现电子秒表功能,起运行环境是VC
此资源主要是为了实现电子秒表功能,起运行环境是VC-shixian dianzi miaobiao gongneng
- 2022-01-24 17:53:35下载
- 积分:1
-
基于C++的跨平台象棋对战游戏
基于QT开发的一款象棋对战游戏,可支持玩家对战,人机对战,网络对战等多种对战模式,此软件在windows和linux下均可运行,网络对战服务器端架设在linux下。6909
- 2022-05-21 15:53:36下载
- 积分:1
-
获取硬件信息,不过在windows98/me下调试通过的,在win2k/xp下大部分功能不可用...
获取硬件信息,不过在windows98/me下调试通过的,在win2k/xp下大部分功能不可用-hardware access information, but to debug windows98/me adopted by the majority under the win2k/xp function is not available
- 2022-03-19 15:13:08下载
- 积分:1
-
本程序已将数据库中的数据导入list列表中.点击打印按钮将生成预览界面,打印列表中内容....
本程序已将数据库中的数据导入list列表中.点击打印按钮将生成预览界面,打印列表中内容.-This procedure has been in the database to import list data list. Click the Print Preview button to generate the interface, print the contents of the list.
- 2023-08-10 01:10:04下载
- 积分:1
-
一个简单的游戏,很好玩有源代码提供,很好玩的游戏,是VC++编写的...
一个简单的游戏,很好玩有源代码提供,很好玩的游戏,是VC++编写的-A simple game, provided source code is a lot of fun, very fun game, is VC++ Prepared
- 2022-01-31 14:30:42下载
- 积分:1
-
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能...
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能-Examples of a CRM system source code, there are customer management, contact management, opportunity management, sales management function
- 2022-03-30 07:40:37下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1