-
数据结构 算法与应用 C++语言描述 课后习题答案
数据结构 算法与应用 C++语言描述 课后习题答案-Data structures algorithms and application of C++ language described in the answer to after-school exercise
- 2022-02-10 06:51:49下载
- 积分:1
-
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。-a class realized SSR(Scalable Sample Rate) algorithm
- 2022-03-19 03:57:39下载
- 积分:1
-
万年历中星期的算法 包括闰年,从0000
万年历中星期的算法 包括闰年,从0000-9999年 原代码,未编译-hefty almanac weeks algorithm which include a leap year, from 0000-9999, the original code did not compile
- 2022-11-17 19:05:03下载
- 积分:1
-
一个类似Outlook address box的编辑控件代码。
一个类似Outlook address box的编辑控件代码。-Outlook address box similar to the edit control code.
- 2022-01-28 02:32:58下载
- 积分:1
-
maclog来源VC
maclog sources VC -maclog sources VC++
- 2022-03-04 13:25:45下载
- 积分:1
-
大洲资讯付费广告管理系统
资源描述这是一套付费广告管理系统,代码管理,方便简单;支持普通图片广告和第三方广告代码; 广告独立IP显示统计和涮新量统计; 广告独立IP点击统计和非独立IP统计; 广告点击IP记录统计; 可限制广告最大显示量和点击量; 实时生成Javascript代码,可任意调用; 一定时间内相同IP点击无效;
- 2022-02-03 13:07:54下载
- 积分:1
-
AsynchIO shows how to use OPC events synchronously
AsynchIO shows how to use OPC events synchronously
- 2023-02-28 21:50:03下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 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 of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
我的第一个项目,俄罗斯方块
My 1st project, Tetris
- 2022-02-01 15:19:05下载
- 积分:1
-
实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时...
实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时针)有刻度是64的小盘子,上层转一圈之后下一层的刻度就走一个刻度。指示当前盘子走到那个刻度是TimerVec(或TimerVecRoot)的index。-achieve timer algorithm logic, it should not take regular drives TimerLogic achieved a simulated clock, the clock on the floor (similar hands of) 256 is a calibration of the dishes, the following four (similar minute hand of a clock) is a scale of 64 small plates, the upper circle turn Zhi after the next level of calibration leave a mark. The current instructions that come calibration plate is TimerVec (or TimerVecRoot) index.
- 2023-03-20 20:00:04下载
- 积分:1