登录
首页 » Applications » child figures teaching software

child figures teaching software

于 2022-02-20 发布 文件大小:47.31 kB
0 128
下载积分: 2 下载次数: 1

代码说明:

幼儿数字教学软件-child figures teaching software

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

发表评论

0 个回复

  • 一套比较适合实际需要的校园选课系统
    一套比较适合实际需要的校园选课系统-a more suitable to the actual needs of the campus Elective System
    2022-05-19 02:14:15下载
    积分:1
  • And real estate
    与房地产相关的各项活动,包括求购、出售、出租、求租、业务跟踪、信息同步、店面信息、网上资源、合同管理、按揭计算等-And real estate-related activities, including the Buy, sell, lease,求租, business tracking, information synchronization, store information, online resources, contract management, mortgage, etc.
    2022-03-02 10:14:28下载
    积分:1
  • mapx 加地图vc mapx添加图元信息,地址翻译
    mapx 加地图vc mapx添加图元信息,地址翻译-MapX plus map add vc mapx pixel information, address translation
    2022-09-09 14:10:03下载
    积分:1
  • I. A brief description of the aiNet application. II. How to set up the aiNet on...
    I. A brief description of the aiNet application. II. How to set up the aiNet on your system. III. Some tips on using the aiNet IV. Example files
    2022-03-05 10:01:32下载
    积分:1
  • BP神经网络控制系统辨识的m文件原程序,经过离线训练可以仿真出采样点的变化曲线...
    BP神经网络控制系统辨识的m文件原程序,经过离线训练可以仿真出采样点的变化曲线-BP neural network control system identification procedures m the original document, after off-line simulation training can change the sampling point curve
    2022-07-28 06:09:09下载
    积分:1
  • (1) 提供对城市信息进行编辑(添加或删除)的功能.(2) 城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能.(3)...
    (1) 提供对城市信息进行编辑(添加或删除)的功能.(2) 城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能.(3) 提供两种最优策略:最快到达或最省钱到达.全程只考虑一种交通工具.(4) 旅途中耗费的总时间应该包括中转站的等候时间.(5) 咨询以用户和计算机的对话方式进行.由拥护输入起始站,最优策略原则的交通工具,输入信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次何时乘坐哪一班列车或者哪一次班机到何地.-(1) to provide information on the city editor (add or delete) function. (2) Town between the two modes : Train and aircraft. Schedules for the train and flights for editing (created or deleted) function. (3) provide two Optimal strategy : to reach the fastest or the most money arrived. consider a whole only means of transport. (4) journey to the total time spent should include transit stations waiting time. (5) advice to computer users and the dialogue manner. supported input from the starting point, the principle of optimal strategy the transport, importation of information : how long the fastest to reach, or at least the number of travel to reach and detail what followed when the train ride or which one flight to wherever.
    2022-06-17 23:27:36下载
    积分:1
  • 该文件主要应用于档案资料管理,经登陆后可以将档案分类,分柜管理,还可以查看档案的归还和借用日期等,也可以选择档案的窗口模式,...
    该文件主要应用于档案资料管理,经登陆后可以将档案分类,分柜管理,还可以查看档案的归还和借用日期等,也可以选择档案的窗口模式,-mainly used in the document file management, after landing files can be classified counter-management, but also can view the return of the archives and use dates, may choose to file a window model,
    2022-07-18 04:19:12下载
    积分:1
  • a very small user
    一个小的非常好用的电子书阅读器源码-a very small user-friendly electronic book reader FOSS
    2022-12-15 23:05:03下载
    积分:1
  • 名片管理程序,供大家学习研究用.
    名片管理程序,供大家学习研究用.-card management procedures for all learning research.
    2023-06-29 17:55:04下载
    积分:1
  • 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函...
    学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,在编写查找函数时,兼顾了删除,修改操作所需的元素。在删除中,尝试书中原始方法,而修改操作则保留我原有的引用。排序函数中,设想对已有的各项排序,因此按照每项再另建函数。通过代码量上的增加来确保运行的一次可行性。每次运行完都返回一个head值。再通过主函数的数据显示循环显示结果。 保存操作:关闭已打开文件。用“写”的形式建立同名的(同时自动删除原有的),将内存中的链表完全输出到文件中。-expulsion management system! The use of C language! The basic module concept, the setting of the "read files into memory formation Chain, Chain operation, the memory contents of the List to preserve documents" three basic block. Read documents : the main function was completed. Principle is that the first checks whether the file pointer at the end, and if not, in the memory unit opened up a length in the document read data into the unit length of the space, and with each other constitute List. Parameters taken with the main function, to ensu
    2022-04-22 21:37:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载