- 博客(0)
- 资源 (11)
- 收藏
- 关注
wxCrafter 2.8 32位
应网友需求
wxCrafter v2.8 的破解文件;
可以使用所有高级控件, Ribbon, Advance等
配套的CodeLite版本是v12
放在CodeLite的plugins目录下,覆盖原文件即可.
2018-09-04
C++并发编程 C++17语法
C++ 并发 C++11 C++17
I encountered the concept of multithreaded code while working at my first job after I left college. We were writing a data processing application that had to populate a database with incoming data records. There was a lot of data, but each record was independent and required a reasonable amount of processing before it could be inserted into the database. To take full advantage of the power of our 10-CPU UltraSPARC, we ran the code in multiple threads, each thread processing its own set of incoming records. We wrote the code in C++, using POSIX threads, and made a fair number of mistakes—multithreading was new to all of us—but we got there in the end. It was also while working on this project that I first became aware of the C++ Standards Committee and the freshly published C++ Standard.
I have had a keen interest in multithreading and concurrency ever since. Where others saw it as difficult, complex, and a source of problems, I saw it as a powerful tool that could enable your code to take advantage of the available hardware to run faster. Later on I would learn how it could be used to improve the responsiveness and performance of applications even on single-core hardware, by using multiple threads to hide the latency of time-consuming operations such as I/O. I also learned how it worked at the OS level and how Intel CPUs handled task switching.
Meanwhile, my interest in C++ brought me in contact with the ACCU and then the C++ Standards panel at BSI, as well as Boost. I followed the initial development of the Boost Thread Library with interest, and when it was abandoned by the original developer, I jumped at the chance to get involved. I have been the primary developer and maintainer of the Boost Thread Library ever since.
2018-08-27
Mastering the C++17 .pdf
The C++ language has a long history, dating back to the 1980s. Recently it has undergone a renaissance, with major new features being
intro
duced in 2011 and 2014. At press time, the C++17 standard is just around the corner.
C++11 practically doubled the size of the standard library, adding such headers as , , and . C++17 doubles the
library again, with additions such as , , and . A programmer who’s been spending time writing code instead of
watching the standardization process might fairly feel that the standard library has gotten away fromhim--that there’s so many new things in the
library that he'll never be able to master the whole thing, or even to sort the wheat fromthe chaff. After all, who wants to spend a month
reading technical documentation on std::locale and std::ratio , just to find out that they aren't useful in your daily work?
In this book, I'll teach you the most important features of the C++17 standard library. In the interest of brevity, I omit some parts, such as the
aforementioned ; but we'll cover the entire modern STL (every standard container and every standard algorithm), plus such
imp
ortant topics as smart pointers, randomnumbers, regular expressions, and the new-in-C++17 library.
I'll teach by example. You'll learn to build your own iterator type; your own memory allocator using std::pmr::memory_resource ; your own
thread pool using std::future .
I'll teach concepts beyond what you'd find in a reference manual. You'll learn the difference between monomorphic, polymorphic, and generic
algorithms (Chapter 1 , Classical Polymorphism and Generic Programming ); what it means for std::string or std::any to be termed a
"vocabulary type"(Chapter 5 , Vocabulary Types ); and what we might expect fromfuture C++ standards in 2020 and beyond.
I assume that you are already reasonably familiar with the core language of C++11; for example, that you already understand how to write
class and function templates, the difference between lvalue and rvalue references, and so on.
2017-12-28
SQLDirect.v6.5.0.D5-XE10.1.Source
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland/CodeGear/Embarcadero Delphi v.5 - 10, 2010, XE-XE10.1 and C++Builder v.5 - 2010, XE-XE10.1. It uses the native application programming interfaces to access to the following SQL-servers:
IBM DB2 Universal Database
Informix Server
Interbase/Firebird Server
Microsoft SQL Server
MySQL Server
Oracle Database Server
PostgreSQL Server
SQLite Database
Sybase Adaptive Server Enterprise and Adaptive Server Anywhere
Unify (Centura, Gupta) SQLBase Server
ODBC datasources
OLEDB datasources
2016-12-07
ZylSerialPort
适用于Delphi和C++Builder的串口操作库
ZylSerialPort is a Delphi & C++Builder thread based asynchronous serial port component.
Use ZylSerialPort component to easily communicate with external devices on serial port connection, such as modems, bar code readers, GSM modules and others.
You can use it also with USB, IrDA and Bluetooth devices, because these devices have a driver that redirects the input from the USB, IrDA or Bluetooth port to a virtual serial port (you can check it in System/Device Manager/Ports). If your USB device is not provided with such a driver, then use a USB controller whose vendor provides a virtual serial port driver, such as FTDI or use a USB/RS-232 adapter.
The demo version is fully functional in Delphi and C++Builder IDE, but it displays a nag dialog (the licensed version will, of course, not have a nag dialog and will not be limited to the IDE). The package includes demo programs for Delphi and C++Builder and a help file with the description of the component.
2016-12-06
LibXL v.3.7.0 最新版
最新版,带注册码及使用说明
What's new in v.3.7.0:
added AutoFilter support (xlsx)
added method
Sheet::addIgnoredError()
for possibility to ignore some
errors (green triangles)
added password support
and enhanced protection
properties to
Sheet::setProtect() method
added Sheet::setTabColor()
method for setting sheet tab
colors
added copying named ranges
together with copying sheets
added methods for writing
formula expressions with
precalculated values
2016-09-30
wxCrafter v1.6
wxCrafter v1.6 的破解文件;
可以使用所有高级控件, Ribbon, Advance等
配套的CodeLite版本是v6.1.1
放在CodeLite的plugins目录下,覆盖原文件即可.
2014-12-16
AlmDev Smart Effects v2.55 Full Source
SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects.
Over 50 families of animation and transition effects. Real-time rendering. WYSIWYG editing of animation effects.
SmartEffects is intended for use with:
Delphi 2009, 2010, XE, XE2, XE3
C++Builder 2009, 2010, XE, XE2, XE3
Delphi 2007
Delphi 2006
C++Builder 2007
C++Builder 2006
Turbo Delphi
Turbo C++
Delphi 2005
Delphi 5,6,7
C++ Builder 5,6
History
easy to use
real-time rendering
advanced rendering engine
over 50 transition effects
cool collection with over 70 mask-bitmaps for "Bitmap - Animation" type of transition effect
amazing splash screens
layered splash forms (just set png-image)
form and controls transition effects
image transition effects
cool controls with amazing effects
tested in Windows 98, ME, NT 4, 2k, 2003, XP, Vista, 7, Windows 8
full compatible with DynamicSkinForm VCL and BusinessSkinForm VCL
2013-03-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人