VC++编写的一款平面设计图形绘制工具的源代码,界面风格及完成的功能类似于著名的AutoCAD,虽然功能没有AutoCAD强大,但现有的这些功能也足以让你研究一阵子了!关键是思路。
2023-02-22 08:42:51 295KB VC++ 图形绘制工具 源代码
1
摘要:VC/C++源码,其它分类,运营检修系统   04年写的铁路信号系统中的铁路战场图绘制部分的源程序,接触网运营检修系统演示版的源代码,程序源代码可在VC++6.0下顺利编译。可以绘制一些线路支点、一些特殊用途的符号等,感谢网友的奉献。
2023-02-22 08:39:38 95KB 运营检修系统 VC/C++源码其它分类
1
摘要:VC/C++源码,系统相关,端口扫描 VC++扫描获取计算机端口的状态,可扫描单个端口,也可扫描多个端口,并显示扫描到的端口状态、端口号和对应的IP地址,并显示连接时的尝试次数,是一个IP地址扫描、端口扫描+端口状态检测的一个小程序,在VC6中可直接编译源码运行。 运行环境:Windows/Visual C/C++
2023-02-21 12:38:59 16KB VC/MFC源代码 Windows系统源代码
1
《Visual C++游戏开发经典案例详解》代码 里面有五子棋、黑白棋、连连看、推箱子、贪吃蛇、俄罗斯方块、扫雷等游戏的源代码。还有一些其他的小代码,比如网络通信、mp3播放器、图片浏览器等等。
2023-02-21 11:35:29 15.36MB VC++ 游戏 游戏开发 游戏开发经典
1
非常威猛的官方固件UPDATE.APP解包打包工具(转自XDA论坛) Huawei Update Extractor After messing around a bit with the perl tools available for extracting Huawei update.app files, i got the idea to create an own (windows) tool. Requirements .Net Framework 3.5 Install Extract the content of the zip to a folder somewhere on your system. Execute HuaweiUpdateExtractor.exe I'm planning to create an installer sometime. Usage Press the browse (...) button and select an update.app file. Select a device or unknown and press on the open button. You'll see the content of the update.app file in the listview. Select one or more files and right click. Choose Extract selected from the context menu. Choose the ouput folder and press ok. Or just right click on the list and select Extract all, choose the output folder again and press ok. Press close on the extract window. You can sort the list on sequence, filename and size. Just press on the desired column header. Command line: HuaweiUpdateExtractor extract input output [profile] HuaweiUpdateExtractor repack input output profile Profile The profiles.xml file is used to identify the files in the update.app file. Every file in the update.app has a sequence or type, which is also shown in the list. Those sequences or types are used to identify the file/device partition. Example: system.img recovery.img baseband.img version.txt splash.raw565 boot.img cust.img userdata.img signature crc system.img cache.img cust.img userdata.img modemimage.img boot.img recovery.img signature crc - Root tag of the xml file. - Identifies a device - attribute name: name of the device - attribute author: author of the device - File root tag - Identifies a file - attribute sequence: sequence of the file in update.app - attribute type: type of the file in the update.app - attribute partition: destination partition on the device - attribute signature: used to identify the signature file - attribute checksum: used to identify the checksum file - value: file name You can add or edit devices. If you want them to integrate in newer version, pm 'em to me. I'm gonna make some auto update for the device file somewhere in the future Roadmap - You tell me ... Credits ZeBadger (zebadger@hotmail.com) for figuring out the file headers S34Qu4K3 for the P6 partition layout ngamyarthar for adding ALOT of devices! Changelog
2023-02-21 04:06:13 702KB 华为 官方 固件 UPDATE
1
详细的用vc访问mysql5.5的例子代码,包括必须的头文件和lib文件,并有详细说明!
2023-02-20 23:10:27 952KB mysql.h vc
1
TCP connect()扫描,支持多线程; UDP扫描功能; 能对单个指定的主机进行扫描或扫描指定网段内的主机; 能扫描特定的部分端口号或对指定的端口段内的端口进行逐个扫描;
2023-02-20 17:53:20 1.61MB 端口扫描 源码 VC++ 6.0
1
java实现一键生成各个平台的渠道包,生成速度非常快,1分钟以内就能生成上百个渠道包
2023-02-20 10:20:01 2.2MB 一键打包 多渠道打包
1
高通 qmi资料打包,包含多个qmi详细pdf文档,解析qmi通信
2023-02-20 10:14:21 30.36MB qmi 高通
1
系统运行时需要调用一些的动态文件,此为安装包,一个小小工具,可以省却很多不必要的麻烦。开发运行必备安装包,
2023-02-19 15:45:47 8.37MB windows编译时的一些动态文件
1