-
This program is a simple Java 2D spaceship. Feel free to turn it into asteroids....
This program is a simple Java 2D spaceship. Feel free to turn it into asteroids. It uses the JAMA class for it s matrix operations
- 2022-07-01 22:02:10下载
- 积分:1
-
curve display
实现曲线的显示功能-curve display
- 2023-01-20 19:45:04下载
- 积分:1
-
该上载的源代码是对位图进行处理的一个很好的例子
该上载的源代码是对位图进行处理的一个很好的例子-uploaded the source code to handle bitmap for a good example
- 2023-01-27 08:05:04下载
- 积分:1
-
barcode generation principle : bar code data of the first part by the seven figu...
条形码的生成原理:
条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下:
n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下
字母码
0 AAA
1 AABABB
2 AABBAB
3 AABBBA
4 ABAABB
5 ABBAAB
6 ABBBAA
7 ABABAB
8 ABABBA
9 ABBABA
表一 映射表
n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。
将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。
该映射表如表二所示:
数字-字母匹配对 二进制信息
0A 0001101
0B 0100111
0C 1110010
1A 0011001
1B 0110011
1C 1100110
2A 0010011
2B 0011011
2C 1101100
3A 0111101
3B 0100001
3C 1000010
4A 0100011
4B 0011101
4C 1011100
5A 0110001
5B 0111001
5C 1001110
6A 0101111
6B 0000101
6C 1010000
7A 0111011
7B 0010001
7C 1000100
8A 0110111
8B 0001001
8C 1001000
9A 0001011
9B 0010111
9C 1110100
表二 数字-字母映射表
n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。
-barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
- 2022-01-25 20:25:14下载
- 积分:1
-
The world s shortest DXUT framework based on first
世界上最短的基于DXUT框架的第一人称摄像机例子,d3d的例程中的代码很长,
笔者就只想用其中的第一人称摄像机,花了好几天研究了多个相关例程,抽出
其中的摄像机,改写了最简单的摄像机例子,在学习d3d的坐标变换中晕头的弟兄们
哈哈...
-The world s shortest DXUT framework based on first-person camera example, d3d code of the routine is very long, I just want to use them on the first-person camera, spent several days examined a number of related routines, out of which the camera , rewrite the most simple camera example, in learning D3D coordinate transformation in the first halo brothers ha ha ...
- 2022-03-01 23:24:17下载
- 积分:1
-
计算机图形学中的视图变换程序,是用VC++中的MFC编写的
计算机图形学中的视图变换程序,是用VC++中的MFC编写的-computer graphics View transform the process, with VC++ MFC prepared
- 2022-02-04 19:25:29下载
- 积分:1
-
自己写的一段碰撞检测代码,并实现了一个简单的学院…
自己写的一段碰撞检测代码,能实现简单的碰撞检测-Write your own section of collision detection code, and to achieve a simple collision detection
- 2023-06-11 03:55:02下载
- 积分:1
-
点聚图。二维坐标,范围自动调整。
点聚图。二维坐标,范围自动调整。-point Poly map. Two-dimensional coordinates, and automatically adjust the scope.
- 2022-04-30 14:09:30下载
- 积分:1
-
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助...
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助-help students write the code, then a regional division of the fixed size of a number of regional and random seeds in each region that can be done at the experimental data, in hopes of giving other friends help
- 2022-09-18 23:35:02下载
- 积分:1
-
扫描线填充算法画多边形
说明: 可以是边相交的多边形
扫描线填充算法画多边形
说明: 可以是边相交的多边形-Scan Line Fill Algorithm
- 2022-05-14 06:42:57下载
- 积分:1