-
vb programming, computer graphics
vb编程,计算机图形学-vb programming, computer graphics
- 2022-01-24 16:18:18下载
- 积分:1
-
This console application shows how to bake resources into console applications....
This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The sample uses an ofstream and a stdio FILE to write the bytes of the resource out to new files.
- 2022-03-12 16:14:46下载
- 积分:1
-
a sample of Calculator for wm
一个简单的windows moblie c#计算器例子-a sample of Calculator for wm
- 2022-07-03 00:09:13下载
- 积分:1
-
one of the JAVA curricula design,including the basic functions of calculator and...
JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码-one of the JAVA curricula design,including the basic functions of calculator and the basic source code of JAVA WINDOWS.
- 2023-05-03 09:25:03下载
- 积分:1
-
小球碰倒窗口边界,按物理原则反弹。vb开发的小程序
小球碰倒窗口边界,按物理原则反弹。vb开发的小程序-Small ball碰倒window border, according to the physical principles of a rebound. vb development of small programs
- 2022-08-22 10:02:53下载
- 积分:1
-
一个小的程序,我笨,写了挺长时间的。 是关于文件打包的。...
一个小的程序,我笨,写了挺长时间的。 是关于文件打包的。-a small procedure, I stupid, wrote a very long time. On paper packaging.
- 2022-01-25 23:01:01下载
- 积分:1
-
the simulation windows task management device memory management, interface may b...
本程序模拟windows任务管理器的内存管理,界面可能丑陋点,但是还可以用-the simulation windows task management device memory management, interface may be ugly, but can also use
- 2022-01-28 00:38:58下载
- 积分:1
-
计算机组成原理中的构建CPU
将一个现有的16位带流水的CPU改造成8位带流水CPU,可以增加功能,但不能减少原系统功能。 阅读源代码,源代码主要包括9个实体文件: (A)CPUEntity(完整的CPU) (B)ExEntity(指令执行模块) (C)Addr_muxEntity(地址选择模块) (D)ForwardingEntity(旁路处理模块) (E)HazardDetectEntity(结构相关处理模块) (F)IDEntity(指令译码模块) (G)IFEntity(取指模块) (H)MemAccessEntity(访存模块) (I)unitPack(常量定义文件) 其中(I)是辅助文件,(
- 2022-08-19 22:13:27下载
- 积分:1
-
Two
双向缓冲,读入数据,写出数据,内存的操作-Two-way buffer, read data, write data, memory operation
- 2022-03-22 07:43:36下载
- 积分:1
-
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序...
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab,
bc,xyz 等字符串都是升序字符串。
-search the postion for the given ascend sor string.
- 2022-11-11 07:15:03下载
- 积分:1