-
我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。...
我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
- 2022-08-19 23:57:16下载
- 积分:1
-
一些原来的代码,对于学习和提高很有帮助的帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-07-05 02:10:22下载
- 积分:1
-
MapObject中ValueMapRenderer使用的实例
MapObject中ValueMapRenderer使用的实例-MapObject in examples of the use of ValueMapRenderer
- 2022-03-01 09:25:21下载
- 积分:1
-
is prepared to use the c source code of the game is playing the game of rabbits,...
这是个用c编写的游戏源代码,是打兔子的游戏,请查收-is prepared to use the c source code of the game is playing the game of rabbits, please find
- 2022-04-21 16:20:31下载
- 积分:1
-
SysV UNIX源代码的计算机
应用背景关键技术UNIX操作系统的源代码,,,AT&;T,SysV,PDP-11,
- 2023-04-19 08:30:04下载
- 积分:1
-
冒泡法,快速排序等排序的实现
冒泡法,快速排序等排序的实现-Bubble, rapid sequencing order as the realization
- 2022-01-30 19:30:24下载
- 积分:1
-
在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法...
在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法-In the binary tree to find a value of X, node, trial designed to print the value of X, all the ancestor nodes the algorithm
- 2022-08-03 18:14:49下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1
-
Wireless transceiver modules for nRF5E5, 905 initialization, send and receive se...
对于无线收发模块nRF5E5,905的初始化,收发设置等。-收发程序-Wireless transceiver modules for nRF5E5, 905 initialization, send and receive settings.- Send and receive process
- 2022-03-09 11:04:13下载
- 积分:1
-
C in A Nutshell
Learning a language
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
- 2022-12-16 09:20:03下载
- 积分:1