登录
首页 » Windows开发 » jbookmaker

jbookmaker

于 2022-02-03 发布 文件大小:1.18 MB
0 107
下载积分: 2 下载次数: 1

代码说明:

jbookmaker use to make small book on handphone support txt only-jbookmaker use to make small book on handph only one support txt

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

发表评论


0 个回复

  • VB database management
    VB对数据库的管理-VB database management
    2022-01-25 15:17:29下载
    积分:1
  • 树和网格控制演示
    tree and grid control demo
    2022-08-10 02:48:57下载
    积分:1
  • A very good c++ Learning video, was very detailed and thorough! Suitable for c++...
    一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
    2023-05-18 18:10:10下载
    积分:1
  • 本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。...
    本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This program demostrate how to write higher layer applications to communicate with USB ports. Readers need to know how the server recognizes the USB device and basic principles of USB.
    2023-08-18 13:30:03下载
    积分:1
  • 端口扫描器C语言源代码,初学者可以参考一下
    端口扫描器C语言源代码,初学者可以参考一下-Port scanner C language source code for reference for beginners
    2022-04-07 00:17:08下载
    积分:1
  • 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停...
    设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短缴纳费用。试为停车场编制按上述要求进行管理的模拟程序。-Suppose the parking is narrow opening which can park many cars,and the cars come and leave the park only though one gate.The first car parks in the northernmost of the parking ,then the later parks beside it towards the south of the parking(the gate is in the southernmost,and the first car parks the northernmost point of the parking)
    2022-08-21 18:05:13下载
    积分:1
  • 这是一套基于S3C2440,WINCE5下写的家居智能控制网关的程序,产品已经市场化,在这里抛砖引玉,希望同行多多指教!...
    这是一套基于S3C2440,WINCE5下写的家居智能控制网关的程序,产品已经市场化,在这里抛砖引玉,希望同行多多指教!-This is a set based on the S3C2440, WINCE5 Writing under the intelligent control of the home gateway procedures, products have been market-oriented, start here, I hope the exhibitions peer!
    2022-04-01 19:29:59下载
    积分:1
  • 主程序,在主程序界面里有这些字符: P I F D S Q H .这些字符分别代表:显示所有同学的记录 插入一个新同学的记录 查找同学(按姓名查找) 删除一...
    打开主程序,在主程序界面里有这些字符: P I F D S Q H .这些字符分别代表:显示所有同学的记录 插入一个新同学的记录 查找同学(按姓名查找) 删除一个同学的记录. 保存记录 退出 帮助 也就是进入主程序,出现这些字符.按相应的键实现不同的功能. 注:按 Q键时,也就是帮助.则出现如下信息: P:Preview all students information I: Insert new student information F:Find a student D:Delete a student S:Save a student Q:quit H:Help-open the main program, the main program interface there are these characters : P I D S F Q H. These characters represent : show all the records of students inserted a new record of the students find classmates (search by name) a student of the deleted records. record-keeping help from entering the main program is that these characters. by the corresponding key to achieve different functions. Note : Bond with Q, it is to help. appeared as follows : P : Preview all students information I : Insert new student information F : Find a student D : Delete a student S : Save a student Q : quit H : Help
    2022-01-22 13:35:18下载
    积分:1
  • Compile the source program: 1. Remove the " Read Only" attribute. 2. In...
    编译源程序: 1. 去掉“只读”属性。 2. 在SQL Server2000中,附加数据库UGMS。 3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 在SQL Server 2000中,附加数据库UGMS。 3. 运行程序的Debug版或者Release版。 4. 参考该书第10章的内容操作。 -Compile the source program: 1. Remove the " Read Only" attribute. 2. In SQL Server2000, the additional database UGMS. 3. Compiled from the source file location and database location of impact. Namely, HMS copy of the entire project can be compiled anywhere. Run Realease: 1. Make sure to install VC 6.0. 2. In the SQL Server 2000, the additional database UGMS. 3. To run programs or Release version of the Debug version. 4. Reference to the contents of the book Chapter 10 operation.
    2022-08-15 15:53:18下载
    积分:1
  • 这是一个基于MFC的医院挂号系统,仅供参考
    这是一个基于MFC的医院挂号系统,仅供参考-This is a hospital-based MFC registration system for reference purposes only
    2022-12-06 22:05:03下载
    积分:1
  • 696518资源总数
  • 104976会员总数
  • 7今日下载