-
C# 使用 wxSQLite
使用系统;使用系统数据;使用System.Runtime.InteropServices;命名空间SQLiteTutorial{公共类SQLiteException:异常{公共SQLiteException(字符串消息):{基(消息)}
- 2022-01-24 13:01:22下载
- 积分:1
-
MFC程序——调色板
一个基于MFC框架的应用程序,程序可以实现调色板的功能,通过滑块调节红、绿、蓝三个颜色分量的值来显示图形的不同的颜色,程序是VC++6.0上实现的。
- 2022-03-18 20:05:31下载
- 积分:1
-
VC++6中怎样进行内存管理事例通过它可以了
解VC的内存管理
VC++6中怎样进行内存管理事例通过它可以了
解VC的内存管理-how memory management through its examples of the VC can understand the memory management
- 2022-02-04 16:09:27下载
- 积分:1
-
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式...
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is Adapter Model
- 2022-03-09 17:24:02下载
- 积分:1
-
MTALAB牛顿迭代源程序
采用牛顿迭代法对初始值进行不断更新迭代,使其误差在设定范围内。
- 2022-08-21 20:50:19下载
- 积分:1
-
以前做的一个作业,模拟记事本,还不完善。
以前做的一个作业,模拟记事本,还不完善。-before doing an operation, simulated notebook, is not perfect.
- 2022-01-25 22:09:30下载
- 积分:1
-
This is my learning process of their VB series as a small program is about the n...
这是我在学习VB过程中自己所编的一个小程序,是关于统计字母个数的。-This is my learning process of their VB series as a small program is about the number of letters.
- 2022-03-28 10:29:49下载
- 积分:1
-
修改对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类...
修改对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类-Modify the sub-list function, use the length of the message list. Second, requested that the process every step of mergesort are printed. Construct their own class and implement a list for sorting. Another class of random number generation
- 2022-03-13 20:55:23下载
- 积分:1
-
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每...
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。
输出格式:对每个测试用例输出1行,即A+B的值。
输入样例:
one + two =
three four + five six =
zero seven + eight nine =
zero + zero =
输出样例:
3
90
96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
- 2022-05-18 03:32:14下载
- 积分:1
-
・该程序主要是演示对BMP文件的读取和保存
・该程序主要是演示对BMP文件的读取和保存-this program mainly demos reading and saving for BMP file.
- 2022-08-09 04:26:20下载
- 积分:1