资源列表
CHANGJIN
- 这是一个小小的程序,供大家参考,如果可以可给我发电子邮件 kaximoduo2003@yahoo.com.cn 谢谢!-This is a small procedure, for your reference, if I can e-mail to kaximoduo2003@yahoo.com.cn Thank you!
dda-line
- 一个小小的算法供大家参考、 如果有可能可以给我电子邮件 谢谢!-a little algorithm for your reference, if I may be able to e-mail, thank you!
sector
- 一个应用动画实例,提供给大家参考 如果有意见可以和好交流。-an application animation examples provided for your reference if opinions can be good and the exchange.
works5
- 不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
works4
- 不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
works3
- 不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
works2
- 不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
works1
- 图形学绘图.图形学作业,给要入门的师兄弟们用.-graphics drawing. Graphics operations, to the entry of Shikuangdimen to use.
Protel99入门
- 为了将零件固定在PCB上面,我们将它们的接脚直接焊在布线上。在最基本的PCB(单面板)上,零件都集中在其中一面,导线则都集中在另一面。这么一来我们就需要在板子上打洞,这样接脚才能穿过板子到另一面,所以零件的接脚是焊在另一面上的。因为如此,PCB的正反面分别被称为零件面(Component Side)与焊接面(Solder Side)。-parts to be fixed above the PCB, we will take their feet welded directly on the w
INCISE
- 对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。-plate for the optimum cut, so as to avoid wastage. Also set to use the coordinates indicated by the ratio method to prevent the plate too, need to be able to see a sliding strip.
风车
- 一个用c语言实现的绘图风车, 直接在turbo c下即可以实现。-a language with graphics windmills, directly under the turbo c that can be achieved.
cutedraw1
- 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Di