登录
首页 » Windows开发 » 长整数之间加减乘除

长整数之间加减乘除

于 2022-07-12 发布 文件大小:1.60 kB
0 256
下载积分: 2 下载次数: 1

代码说明:

长整数之间加减乘除-between long integer arithmetic

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 驱动安装和测试驱动,测试了并口读写速度,卸载驱动
    驱动安装和测试驱动,测试了并口读写速度,卸载驱动-Driver installation and test-driven test the parallel port read and write speed, unload driver
    2022-04-01 12:58:07下载
    积分:1
  • 多国语言控件,使用RTTI技术实现,带源码. The component is designed for minimal coding: Drop it on the form In the forms onCreate event handler: janLanguage1.InitLanguage(self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler: janLanguage1.ChangeLanguage(self) Do this for all the forms of your application. -multi-language controls, the use of RTTI Technology, with source. The component is designed for minimal coding : Drop it on the form forms onCreate In the event handler : janLanguage1.InitLanguage (self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler : janLanguage1.ChangeLanguage (self) Do this for all the forms of your application.
    2023-08-19 08:45:04下载
    积分:1
  • 此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我 我也能下载别人的游戏源码来学...
    此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我 我也能下载别人的游戏源码来学习)-I downloaded from other websites (aircraft missiles algorithm (yellow exterior point in circular motion, the red points for Integrated with yellow points), look at the original algorithm specific procedures, and (I only hope that I can also download other people"s source code to learn the game)
    2022-12-16 12:25:04下载
    积分:1
  • 增强 Edit 控件为日期输入控件
    增强 Edit 控件为日期输入控件-enhanced Edit Control date for the importation of Control
    2022-03-09 13:43:21下载
    积分:1
  • 自动化whatsapp注册源码
    国外网站找到的开源代码,可以在windows pc 上实现whatapp 的注册,如果需要大批量注册稍稍修改下 还是很好用的,不可多得的源码,用于分析研究whatspp协议很有用
    2022-03-13 15:57:10下载
    积分:1
  • CAD 矢量作图 完整C++ 源代码,完成 VS2008工程打包
    CAD 矢量作图 完整C++ 源代码,完成 VS2008工程打包  对学习矢量作图,AUtoCAD等实现方法等 学习源代码。。
    2023-04-06 01:30:04下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Chat工程
    资源描述自己做了一个模拟聊天程序,在一台机子里使两个对话框之间数据传输,先运行ChatSev,然后再运行ChatClt。在IP框输入IP地址便可以进行对话了!有点低端,但是可以作为初学者的经验
    2022-04-25 01:37:35下载
    积分:1
  • Build Time Tracking App
    资源描述Build Time Tracking App,用asp写的,要有html基础的同学可以下下来看,不过都是基础内容,看看应该很容易。
    2023-03-27 05:05:03下载
    积分:1
  • use C WTL template library, you will have a bonus
    使用C++的WTL模板库,你会有意外的收获-use C WTL template library, you will have a bonus
    2022-07-20 06:53:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载