-
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。...
模拟小时钟,一个小型的模拟演示程序,可以帮助初学者对C++BUILDER的深入理解。-Analog clock, a small simulation demo program that can help beginners C++ BUILDER-depth understanding of.
- 2022-01-26 19:01:23下载
- 积分: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
-
一个简单的网络猜数字程序 程序简单易懂 适合初学者使用
一个简单的网络猜数字程序 程序简单易懂 适合初学者使用-a simple network tones procedures are simple procedures for beginners
- 2022-03-10 00:17:11下载
- 积分:1
-
C, MFC source code CSmartPtrdemo
C++、MFC源代码CSmartPtrdemo-C, MFC source code CSmartPtrdemo
- 2023-08-27 19:15:04下载
- 积分:1
-
由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。...
由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。-Keyboard input from a maximum, for 2 to the maximum value of all prime number (prime numbers).
- 2022-06-18 05:39:22下载
- 积分:1
-
speechsdk51
windows声音合成控件,可通过该控件将文字读出来。程序在Windows系统中安装后在编程语言中进行配置,配置完成后即可在程序中进行相关调用。
- 2023-01-13 05:25:18下载
- 积分:1
-
网络聊天工具IM的C++源代码,喜欢的朋友下载。
网络聊天工具IM的C++源代码,喜欢的朋友下载。-Internet chat tool to IM" s C++ source code, like a friend to download.
- 2022-10-31 10:20:04下载
- 积分:1
-
采集windows桌面的源码
资源描述利用ffmpeg 来采集windows的界面,并且编码成h264.通过rtsp发布出去
- 2023-04-23 19:40:11下载
- 积分:1
-
包心菜铬镍钢难道搞活表示时光哈巴狗后不管何必不不长bgnbb ...
包心菜铬镍钢难道搞活表示时光哈巴狗后不管何必不不长bgnbb -cabbage chrome-nickel steel, said Time Is enliven lap dogs, no matter why not not long bgnbb
- 2022-02-03 00:44:14下载
- 积分:1
-
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版...
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版-Comparisons of different sorting methods :use
different algorithms in data structure to compare
their efficiency .
- 2022-03-16 00:53:13下载
- 积分:1