登录
首页 » Windows开发 » <Shell Studio>

<Shell Studio>

于 2023-05-01 发布 文件大小:2.57 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

--作品所有源代码(100%能运行)和开发文档 贝壳工作室---发票管理系统其中包括: 1.租凭业发票 2.建筑业发票 3.固定资产发票 4.服务行业发票 5.无形资产发票 这是于2004年编写,前面已经发布过两套类似发票管理系统源代码 这个是最新版,我将完全公布其所有源代码和程序。如果遇到什么 问题请与我联系:贝壳工作室网址:http://www.bkwork.cn-- works all the source code (100 to run) and the development of shellfish Studios--- invoice document management system including: 1. Lease industry invoice 2. Construction invoices 3. Fixed asset invoices 4. Service industry invoice 5. intangible invoices that are prepared in 2004, have already issued two sets of Invoice Management System similar to source code this is the latest version, I will be fully released all of its source code and procedures. If you have any questions, please contact me: Shell Studios website: http://www.bkwork.cn

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

发表评论

0 个回复

  • iconv是xml转换过程中,将utf
    iconv是xml转换过程中,将utf-8和gb2312之间转换的方法-iconv is xml conversion process will be utf-8 and the method of conversion between gb2312
    2022-03-01 22:08:57下载
    积分:1
  • Users can visit a number of interesting figure deal, and the common denominator,...
    用户登陆后可以对数字进行一些有趣的处理,求最大公约数,最小公倍数,同构数,水仙花数和进行数制转换-Users can visit a number of interesting figure deal, and the common denominator, least common multiple, the number of isomorphism, a few daffodils and a few system conversion
    2023-01-10 05:00:04下载
    积分:1
  • HEX
    HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation/editor, while not perfect, but that is a running version, the preparation of this procedure is designed to explore the depth process. Program Interface documents show a 16 per band, ascii code, binary and decimal bytes. Hexadecimal displayed on the left side, 18 minutes, the corresponding code ascii value shown on the right. The binary and decimal value shows optional. The procedures used turbo c 3.1 development. In other dos compatible with the compiler can be compiled, but not tested.
    2022-05-29 10:48:14下载
    积分:1
  • rendering translucent bitmaps and how transparent bitmap painting some slim, we...
    绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering translucent bitmaps and how transparent bitmap painting some slim, we hope to show a translucent bitmaps. That is to say we will be a bit Figure B shows that the A bitmap, and they hope to see Figure B A part of the bitmap images, but not all. For example, A bitmap is a curve, B is a Bitmap suggest, we would like to suggest the show has been seen at the same time show the curve, but it does not need curve background on the need for useful to translucent bitmaps. From the curve looks like B infiltrate map, in fact technology is a translucent infiltration, infiltration formula we can use multiple, and here we choose (A AND which) OR B. Note that not produce white infiltration.
    2022-08-07 15:05:14下载
    积分:1
  • 网站对尼日利亚国家的细节
    网站提供了有关尼日利亚的的地方文化信息。该项目采用HTML的简单标签。易理解,给国家的有用信息。无域还提供了它。适用于小型项目。
    2022-03-24 19:57:11下载
    积分:1
  • 波浪折射程序,By付桂。VB源码,海洋专业推荐一下,
    波浪折射程序,By付桂。VB源码,海洋专业推荐一下,-By VB source, marine professionals recommend that Haha
    2022-07-15 20:24:05下载
    积分:1
  • 用回溯法求解KnightTour问题 【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出点的棋子能否遍历一次棋盘上的所有棋格,且最后回...
    用回溯法求解KnightTour问题 【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回到出发点。(备注:棋子每次只能沿东、南、西、北、东南、西南、东北、西北方向走一步!!)-Method with back issues KnightTour】 【KnightTour issues in a 8 × 8 chessboard, the examination for the position as the starting point of a piece of a chessboard can traverse all the chess grid, and the final return to the starting point. (Note: each piece can only be along the east, south, west, north, southeast, southwest, northeast, northwest direction step!!)
    2022-03-12 08:40:20下载
    积分:1
  • 这是一个用JAVA编写的RTSP协议的服务器
    这是一个用JAVA编写的RTSP协议的服务器-This is a java about the rtsp protocal Server in this Panel page
    2022-07-10 20:14:02下载
    积分:1
  • 实现分数类的加减乘除运算,使用了运算符重载功能,有异常处理...
    实现分数类的加减乘除运算,使用了运算符重载功能,有异常处理-Achieve scores of class Math
    2023-09-02 10:20:02下载
    积分:1
  • 这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。...
    这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。-this procedure is a band of 16 documents, the data conversion performance of the text, such as 0x40-- "0x40 wrote a document.
    2022-07-22 17:42:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载