登录
首页 » Windows开发 » VC is a virtual process, the keyboard input on the show that is a good learning...

VC is a virtual process, the keyboard input on the show that is a good learning...

于 2022-04-10 发布 文件大小:50.23 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

是一个虚拟VC程序,键盘输入就显示,是一个比较好的学习材料。-VC is a virtual process, the keyboard input on the show that is a good learning materials.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Trading Applications
    图表应用程序,图表应用程序,图表应用程序,图表应用程序,图表应用程序,图表应用程序
    2022-07-08 23:08:12下载
    积分:1
  • 这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法...
    这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This is a typical non_numerical value problem.you must design complicated arithmetic and long program if you use non_recursion arithmetic.But if you make use of recursion arithmetic,your arithmetic will be clear.The course of analysing and establish recursion arithmetic is a typical example to take out the principle ,establish recursion arithmetic and solve non_numerical value problem.
    2022-05-25 16:28:31下载
    积分:1
  • 实现将MOLA数据按照轨道号进行解压缩,并能把这些高程数据以文本形式显示出来。...
    实现将MOLA数据按照轨道号进行解压缩,并能把这些高程数据以文本形式显示出来。-Achieve MoLa data in accordance with its decompressed orbit, and can turn the elevation data are displayed in text form.
    2022-08-05 16:33:47下载
    积分:1
  • 自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
    自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
    2022-02-28 14:53:16下载
    积分:1
  • 一个模拟鼠标键盘输入的例子
    一个模拟鼠标键盘输入的例子--An example about how to similar to the input of mouse and keyboard
    2022-02-22 08:16:33下载
    积分:1
  • 起飞性能代码
    TAKEOFF2。对于是修改后的办法,提出一个 FORTRAN 实现 Krenkel 及曼为飞机起飞解决。原始的方法解决了飞机方程的运动参数,而此程序解决了通过时间步集成技术。Methodlology 也已修改,来计算平衡字段长度 (BFL) 为的初步设计目的。作为距离通常情况下,像在这里,定义平衡的字段长度 (包括障碍通道) 或者一个发动机失效 (OEI) 起飞所需或刹车的停止当发动机出现故障时在临界发动机失效速度。Krenkel 和曼假设推力矢量能力和推力随速度的变化规律部队方程的平衡在飞机上创建运行其起飞的过程中。所有必要的输入从初步飞机所需的性能参数,可以得到参数设计。一些消息来源估计设计参数位于下方。 该程序是分成两个,每个描述起飞分析中的不同方面: 1) 正常起飞-从止部到升空到通道超过 35 英尺 (11 米) 的一个障碍。 2) 平衡的字段长度计算-迭代求解找到引擎可以在哪里失败 所以,要执行 OEI 起飞的距离等于距离刹车停了下来。 每一节打印出重要的时间,距离和速度的起飞运行。为正常 起飞,增量时间距离和速度数据是的输出以及。 引用 Krenkel,A.R.,萨尔兹曼是 A.,"起飞性能的喷
    2022-12-05 16:15:03下载
    积分:1
  • 这个程序演示了如何通过vc++来制作类似画图板系统的橡皮筋操作...
    这个程序演示了如何通过vc++来制作类似画图板系统的橡皮筋操作-Drawing elastic line using VC++ like in pbrush.exe.
    2022-07-17 00:45:10下载
    积分:1
  • vc painting with flame effect. Man appears realistic. Dong good and doing well,...
    用vc画火焰效果。看起来满逼真。不错的冬冬,做的不好,请多原谅!-vc painting with flame effect. Man appears realistic. Dong good and doing well, please forgive!
    2023-08-27 19:20:04下载
    积分:1
  • 提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。...
    提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
    2022-05-15 04:38:33下载
    积分:1
  • ssd4exercise3的作业答案,欢迎你的下载,谢谢了
    ssd4exercise3的作业答案,欢迎你的下载,谢谢了-Operating ssd4exercise3 the answer, you are welcome to download, I would like to thank the
    2022-02-13 12:32:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载