-
两个简单的字符串拷贝的程序
两个简单的字符串拷贝的程序-two simple string copy procedures
- 2022-07-12 14:54:04下载
- 积分:1
-
these procedures is studying computer graphics, write some small programs and sh...
这些程序是我在学习计算机图形学时,写的一些小程序,应该会对一些人有用处,请诸位高人多多指教!-these procedures is studying computer graphics, write some small programs and should have some useful, I invite you to a person exhibitions!
- 2022-02-07 05:54:24下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
井字过三关
采取策略树的办法实现人机对战。
井字过三关
采取策略树的办法实现人机对战。-Tic-tac-toe strategy to take three-way tree against the realization of man-machine.
- 2023-07-17 15:55:04下载
- 积分:1
-
c源代码,模拟示波器,开发环境VC6,使用方法见说明
c源代码,模拟示波器,开发环境VC6,使用方法见说明-c source code, analog oscilloscopes, development environment VC6, use see note
- 2023-01-12 22:25:03下载
- 积分:1
-
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!...
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!-a VB development of the automatic generation of arbitrary length any number of passwords and user names of the source code, password and user name can contain figures, a case-insensitive; particularly suited to the need for automatic generation of large amounts of passwords and user names to the occasion!
- 2022-08-20 20:21:03下载
- 积分:1
-
字幕的滚动,利用VB语言来编写的新一种功能
字幕的滚动,利用VB语言来编写的新一种功能-scrolling of subtitles, a new function implemented in vb. And so on
- 2022-07-13 01:00:49下载
- 积分:1
-
一些专业的c++bulider小程序示范
一些专业的c++bulider小程序示范-Some professional c++ Bulider applet demonstration
- 2022-02-14 05:36:30下载
- 积分:1
-
眼睛定位的对象
Eyes on the positioning of objects
- 2022-07-12 19:13:50下载
- 积分:1
-
多文本软件
文字软件,用于多功能自动翻译,目前支持6种语言的自动翻译-Text software for multi-functional automatic translation, currently supports 6 languages, automatic translation
- 2023-04-16 20:40:03下载
- 积分:1